From 959d20b460a3067eae0adc3b95e7b22e365ae1f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Tue, 12 Aug 2025 15:50:37 +0200 Subject: [PATCH 1/5] minor: Enable argo workflows --- values/argo/env.yaml.gotmpl | 2 +- values/argo/values/workflows.yaml.gotmpl | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/values/argo/env.yaml.gotmpl b/values/argo/env.yaml.gotmpl index 9e70b222..ce91e055 100644 --- a/values/argo/env.yaml.gotmpl +++ b/values/argo/env.yaml.gotmpl @@ -5,7 +5,7 @@ argo: rollouts: enabled: false workflows: - enabled: false + enabled: true argocd: autosync: true diff --git a/values/argo/values/workflows.yaml.gotmpl b/values/argo/values/workflows.yaml.gotmpl index 3dc66812..b30c08af 100644 --- a/values/argo/values/workflows.yaml.gotmpl +++ b/values/argo/values/workflows.yaml.gotmpl @@ -1,9 +1,8 @@ dashboard: - enabled: {{ .Values.apps. true }} + enabled: true controller: metrics: enabled: true serviceMonitor: enabled: true - From 01ee7e8cc1f1f84121005e4d6bb1e60c4144bb51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Tue, 12 Aug 2025 15:52:49 +0200 Subject: [PATCH 2/5] chore: Bump argo workflows to latest --- helmfile.d/argo.yaml.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helmfile.d/argo.yaml.gotmpl b/helmfile.d/argo.yaml.gotmpl index 41f4f13d..3c93bf86 100644 --- a/helmfile.d/argo.yaml.gotmpl +++ b/helmfile.d/argo.yaml.gotmpl @@ -43,7 +43,7 @@ releases: - name: argo-workflows namespace: argocd chart: argo/argo-workflows - version: 0.45.0 + version: 0.45.22 condition: argo.workflows.enabled missingFileHandler: Info - name: manifests From a509abc1a146f07a775dc57f567702057e0e268a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Thu, 14 Aug 2025 08:33:04 +0000 Subject: [PATCH 3/5] 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 bf2f85cd..e37930f8 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: 202ec867-debug + tag: 49c8eb62-debug podAnnotations: dapr.io/app-id: "staging-atlantis" env: From ec05f04b1408060b86a5f3cd3b40d84d917bc757 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Thu, 14 Aug 2025 08:44:16 +0000 Subject: [PATCH 4/5] 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 d05f90f7..13697da2 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.18.0 +version: v1.18.1 # 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.18.0 +appVersion: v1.18.1 diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index 68e0c741..a7720fe0 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.18.0 + tag: v1.18.1 pullPolicy: IfNotPresent init: enabled: false From 34f17094cac972397a92e0c90b585a135a4d2d72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Thu, 14 Aug 2025 08:44:18 +0000 Subject: [PATCH 5/5] 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 063e750e..2c7649f6 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.18.0 +version: v1.18.1 # 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.18.0 +appVersion: v1.18.1 diff --git a/charts/sorcerer/values.yaml b/charts/sorcerer/values.yaml index a647c079..1c642fe7 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.18.0 + tag: v1.18.1 pullPolicy: IfNotPresent init: enabled: false