From 2b453996c7af8ac8d27cc2f1686c2d98a68b0d00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Tue, 12 Aug 2025 08:28:05 +0000 Subject: [PATCH 1/4] ci: atlantis --- values/atlantis/values/values-staging.yaml.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values/atlantis/values/values-staging.yaml.gotmpl b/values/atlantis/values/values-staging.yaml.gotmpl index 324e5497..bf2f85cd 100644 --- a/values/atlantis/values/values-staging.yaml.gotmpl +++ b/values/atlantis/values/values-staging.yaml.gotmpl @@ -1,6 +1,6 @@ replicaCount: 1 image: - tag: 9fdc22f9-debug + tag: 202ec867-debug podAnnotations: dapr.io/app-id: "staging-atlantis" env: From da1c1095320f4fec45dc11b79248cadeae4e7cdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Tue, 12 Aug 2025 08:28:05 +0000 Subject: [PATCH 2/4] ci: sorcerer --- values/sorcerer/values/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values/sorcerer/values/values-staging.yaml b/values/sorcerer/values/values-staging.yaml index f823fcf0..e0d6bced 100644 --- a/values/sorcerer/values/values-staging.yaml +++ b/values/sorcerer/values/values-staging.yaml @@ -1,6 +1,6 @@ replicaCount: 1 image: - tag: 58593aab-debug + tag: 202ec867-debug podAnnotations: dapr.io/enabled: "true" dapr.io/app-id: "staging-sorcerer" From dd4850e79cc36671d3abb19a1f0142d514658f88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Tue, 12 Aug 2025 09:03:47 +0000 Subject: [PATCH 3/4] ci: sorcerer --- charts/sorcerer/Chart.yaml | 4 ++-- charts/sorcerer/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/sorcerer/Chart.yaml b/charts/sorcerer/Chart.yaml index ae6bf030..063e750e 100644 --- a/charts/sorcerer/Chart.yaml +++ b/charts/sorcerer/Chart.yaml @@ -4,7 +4,7 @@ description: A Helm chart for Kubernetes type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: v1.17.1 +version: v1.18.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v1.17.1 +appVersion: v1.18.0 diff --git a/charts/sorcerer/values.yaml b/charts/sorcerer/values.yaml index 26f2966c..a647c079 100644 --- a/charts/sorcerer/values.yaml +++ b/charts/sorcerer/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/poseidon/sorcerer - tag: v1.17.1 + tag: v1.18.0 pullPolicy: IfNotPresent init: enabled: false From 6d11da670fa926319e6bf233492061cfa7c01297 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Tue, 12 Aug 2025 09:03:48 +0000 Subject: [PATCH 4/4] ci: atlantis --- charts/atlantis/Chart.yaml | 4 ++-- charts/atlantis/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/atlantis/Chart.yaml b/charts/atlantis/Chart.yaml index 22781f41..d05f90f7 100644 --- a/charts/atlantis/Chart.yaml +++ b/charts/atlantis/Chart.yaml @@ -4,7 +4,7 @@ description: Atlantis map and simulation service type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: v1.17.1 +version: v1.18.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v1.17.1 +appVersion: v1.18.0 diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index 640ba453..68e0c741 100644 --- a/charts/atlantis/values.yaml +++ b/charts/atlantis/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/poseidon/atlantis - tag: v1.17.1 + tag: v1.18.0 pullPolicy: IfNotPresent init: enabled: false