From f19f274b3c30d213c557416886426d8a0085cfa9 Mon Sep 17 00:00:00 2001 From: moshloop Date: Fri, 17 May 2024 11:54:11 +0000 Subject: [PATCH] chore: update incident-commander image version to 0.0.538 --- agent-chart/values.yaml | 2 +- chart/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/agent-chart/values.yaml b/agent-chart/values.yaml index bba4d52e..2f8a5815 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.537" + tag: "v0.0.538" serviceAccount: # Annotations to add to the service account annotations: {} diff --git a/chart/values.yaml b/chart/values.yaml index a1799905..4a967a3f 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.537" + tag: "v0.0.538" global: ui: host: "mission-control-ui.local"