Skip to content

Commit

Permalink
fix: update admin GUI image version to 0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancarrier committed Jan 27, 2025
1 parent c9ef318 commit 2e95121
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/armonik/charts/ingress/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ ingress:
set $seq_upstream http://seq.armonik.svc.cluster.local:8080;
set $seq_upstream http://seq.armonik.svc.cluster.local:80;
location = /seq {
rewrite ^ $scheme://$http_host/seq/ permanent;
}
Expand All @@ -197,7 +197,7 @@ ingress:
sub_filter_once on;
proxy_hide_header content-security-policy;
}
set $grafana_upstream http://grafana.armonik.svc.cluster.local:3000;
set $grafana_upstream http://grafana.armonik.svc.cluster.local:80;
location = /grafana {
rewrite ^ $scheme://$http_host/grafana/ permanent;
}
Expand Down Expand Up @@ -235,7 +235,7 @@ adminGui:
maxUnavailable: 25%
type: RollingUpdate

image: "armonik_admin_app:0.12.4"
image: "armonik_admin_app:0.13.3"
imagePullPolicy: IfNotPresent

ports:
Expand Down

0 comments on commit 2e95121

Please sign in to comment.