diff --git a/agent-chart/values.yaml b/agent-chart/values.yaml index 0826fc73..27be039a 100644 --- a/agent-chart/values.yaml +++ b/agent-chart/values.yaml @@ -2,7 +2,7 @@ image: repository: docker.io/flanksource/incident-commander pullPolicy: IfNotPresent - tag: "v0.0.518" + tag: "v0.0.519" serviceAccount: # Annotations to add to the service account annotations: {} diff --git a/chart/values.yaml b/chart/values.yaml index 90bf0941..11728f6c 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -4,7 +4,7 @@ nameOverride: "" image: repository: docker.io/flanksource/incident-commander pullPolicy: IfNotPresent - tag: "v0.0.518" + tag: "v0.0.519" global: ui: host: "mission-control-ui.local"