From bcd0db7150d5dc922428427526506fe9b2d6a054 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Thu, 21 Nov 2024 09:18:33 +0100 Subject: [PATCH 001/128] fix: add bioceanor and oceanvisuals --- kustomizations/petimeter/manifests/acl.json | 28 +++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/kustomizations/petimeter/manifests/acl.json b/kustomizations/petimeter/manifests/acl.json index 0eebf006..b02f91af 100644 --- a/kustomizations/petimeter/manifests/acl.json +++ b/kustomizations/petimeter/manifests/acl.json @@ -347,6 +347,34 @@ } ] }, + { + "domain": "bioceanor.com", + "access": [ + { + "matching": ".*@bioceanor.com", + "group": "/bioceanor", + "roles": [ "user" ], + "capabilities": [ + "run:transport", + "run:sedimentation" + ] + } + ] + }, + { + "domain": "oceanvisuals.no", + "access": [ + { + "matching": ".*@oceanvisuals.no", + "group": "/oceanvisuals", + "roles": [ "user" ], + "capabilities": [ + "run:transport", + "run:sedimentation" + ] + } + ] + }, { "domain": "gmail.com", "access": [ From d3a6f8f38b5972e62faa188d61598d26be940a4f Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Tue, 26 Nov 2024 10:47:13 +0100 Subject: [PATCH 002/128] fix: fix salmar dex client secret --- kustomizations/dex/base/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/dex/base/config.yaml b/kustomizations/dex/base/config.yaml index 0411856c..3e5c7d92 100644 --- a/kustomizations/dex/base/config.yaml +++ b/kustomizations/dex/base/config.yaml @@ -47,7 +47,7 @@ connectors: name: salmar.no config: clientID: 3f6f1153-e5da-40eb-a2dd-ede6c7bf6058 - clientSecret: rzC8Q~fc9ex6hBglFPAKCU4KJ1o82AQCQYdb~cI2 + clientSecret: 4418Q~o2Ozmw5ytk-tLaefoOUrVnIbYTZwH6cbJ- tenant: de10159d-2c09-4762-966c-e841d3391feb redirectURI: https://idp.oceanbox.io/dex/callback onlySecurityGroups: true From 3d195486d559f43dd17530b703752147dd5e1324 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Wed, 11 Dec 2024 13:51:18 +0100 Subject: [PATCH 003/128] fix: use letsencrypt-production for openfga --- kustomizations/openfga/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/openfga/values-staging.yaml b/kustomizations/openfga/values-staging.yaml index d506c3a3..cec02601 100644 --- a/kustomizations/openfga/values-staging.yaml +++ b/kustomizations/openfga/values-staging.yaml @@ -15,7 +15,7 @@ ingress: enabled: true className: nginx annotations: - cert-manager.io/cluster-issuer: letsencrypt-staging + cert-manager.io/cluster-issuer: letsencrypt-production nginx.ingress.kubernetes.io/ssl-redirect: "true" nginx.ingress.kubernetes.io/whitelist-source-range: 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16 hosts: From c22a0fffa9031df337690e36abbeacffa72ab4ff Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Wed, 11 Dec 2024 20:03:16 +0000 Subject: [PATCH 004/128] ci: sorcerer --- kustomizations/sorcerer/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/sorcerer/values-staging.yaml b/kustomizations/sorcerer/values-staging.yaml index 538476cf..b524ebdc 100644 --- a/kustomizations/sorcerer/values-staging.yaml +++ b/kustomizations/sorcerer/values-staging.yaml @@ -1,6 +1,6 @@ replicaCount: 1 image: - tag: 183dec97-debug + tag: a652cf34-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From 0894e96ecf5cbc58f212509faa99e9ac8635a4c6 Mon Sep 17 00:00:00 2001 From: sematic-release Date: Wed, 11 Dec 2024 20:07:26 +0000 Subject: [PATCH 005/128] 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 57e42d6b..5e697a69 100644 --- a/charts/sorcerer/Chart.yaml +++ b/charts/sorcerer/Chart.yaml @@ -12,7 +12,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: v4.9.0 +version: v4.10.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: v4.9.0 +appVersion: v4.10.0 diff --git a/charts/sorcerer/values.yaml b/charts/sorcerer/values.yaml index a8b789c6..cb164ecf 100644 --- a/charts/sorcerer/values.yaml +++ b/charts/sorcerer/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/sorcerer - tag: v4.9.0 + tag: v4.10.0 pullPolicy: IfNotPresent init: enabled: false From 5c478ba1ae427c9d37983f651a189fa8f1ce8b86 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Thu, 12 Dec 2024 08:49:21 +0000 Subject: [PATCH 006/128] ci: atlantis --- kustomizations/atlantis/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/atlantis/values-staging.yaml b/kustomizations/atlantis/values-staging.yaml index ca73b3e7..73c73a89 100644 --- a/kustomizations/atlantis/values-staging.yaml +++ b/kustomizations/atlantis/values-staging.yaml @@ -16,7 +16,7 @@ podAnnotations: dapr.io/sidecar-memory-limit: "1000Mi" dapr.io/log-as-json: "true" image: - tag: 7f3512e0-debug + tag: 365d03f0-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From c02a4cb9c0211631ad441ac1ba3809d7451d6467 Mon Sep 17 00:00:00 2001 From: sematic-release Date: Thu, 12 Dec 2024 08:54:29 +0000 Subject: [PATCH 007/128] 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 e9e36d76..fa97c07c 100644 --- a/charts/atlantis/Chart.yaml +++ b/charts/atlantis/Chart.yaml @@ -12,7 +12,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: v2.87.1 +version: v2.88.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: v2.87.1 +appVersion: v2.88.0 diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index c0400c85..583e4473 100644 --- a/charts/atlantis/values.yaml +++ b/charts/atlantis/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/atlantis - tag: v2.87.1 + tag: v2.88.0 pullPolicy: IfNotPresent init: enabled: false From 4319aa79013478d41c0e761ceac044ccdd2e226a Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Thu, 12 Dec 2024 10:03:34 +0000 Subject: [PATCH 008/128] ci: atlantis --- kustomizations/atlantis/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/atlantis/values-staging.yaml b/kustomizations/atlantis/values-staging.yaml index 73c73a89..2430758d 100644 --- a/kustomizations/atlantis/values-staging.yaml +++ b/kustomizations/atlantis/values-staging.yaml @@ -16,7 +16,7 @@ podAnnotations: dapr.io/sidecar-memory-limit: "1000Mi" dapr.io/log-as-json: "true" image: - tag: 365d03f0-debug + tag: f5fbf91e-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From 02bb2e5524f80bde00317db59eeb01cd65dd2298 Mon Sep 17 00:00:00 2001 From: sematic-release Date: Thu, 12 Dec 2024 10:08:45 +0000 Subject: [PATCH 009/128] 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 fa97c07c..4af4b382 100644 --- a/charts/atlantis/Chart.yaml +++ b/charts/atlantis/Chart.yaml @@ -12,7 +12,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: v2.88.0 +version: v2.88.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: v2.88.0 +appVersion: v2.88.1 diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index 583e4473..a3eda9b8 100644 --- a/charts/atlantis/values.yaml +++ b/charts/atlantis/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/atlantis - tag: v2.88.0 + tag: v2.88.1 pullPolicy: IfNotPresent init: enabled: false From fdaf736ba83e042c861ae9bcd26d0b99bfdbb010 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Thu, 12 Dec 2024 11:22:01 +0000 Subject: [PATCH 010/128] ci: sorcerer --- kustomizations/sorcerer/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/sorcerer/values-staging.yaml b/kustomizations/sorcerer/values-staging.yaml index b524ebdc..0310e664 100644 --- a/kustomizations/sorcerer/values-staging.yaml +++ b/kustomizations/sorcerer/values-staging.yaml @@ -1,6 +1,6 @@ replicaCount: 1 image: - tag: a652cf34-debug + tag: 728ae9fa-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From c6eddc66058503bc86e1794f0bb2739cd7ffbb20 Mon Sep 17 00:00:00 2001 From: sematic-release Date: Thu, 12 Dec 2024 11:26:21 +0000 Subject: [PATCH 011/128] 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 5e697a69..5242d643 100644 --- a/charts/sorcerer/Chart.yaml +++ b/charts/sorcerer/Chart.yaml @@ -12,7 +12,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: v4.10.0 +version: v4.10.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: v4.10.0 +appVersion: v4.10.1 diff --git a/charts/sorcerer/values.yaml b/charts/sorcerer/values.yaml index cb164ecf..5359de2a 100644 --- a/charts/sorcerer/values.yaml +++ b/charts/sorcerer/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/sorcerer - tag: v4.10.0 + tag: v4.10.1 pullPolicy: IfNotPresent init: enabled: false From f24fbd0ac28ba227e4498c4bae1da59947e44260 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Thu, 12 Dec 2024 14:15:28 +0000 Subject: [PATCH 012/128] ci: atlantis --- kustomizations/atlantis/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/atlantis/values-staging.yaml b/kustomizations/atlantis/values-staging.yaml index 2430758d..00a4b0e7 100644 --- a/kustomizations/atlantis/values-staging.yaml +++ b/kustomizations/atlantis/values-staging.yaml @@ -16,7 +16,7 @@ podAnnotations: dapr.io/sidecar-memory-limit: "1000Mi" dapr.io/log-as-json: "true" image: - tag: f5fbf91e-debug + tag: 92b71d2d-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From ca75cb69e66b00129970682966ccaa0582d8bcb7 Mon Sep 17 00:00:00 2001 From: sematic-release Date: Thu, 12 Dec 2024 14:20:53 +0000 Subject: [PATCH 013/128] 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 4af4b382..3cca5a2f 100644 --- a/charts/atlantis/Chart.yaml +++ b/charts/atlantis/Chart.yaml @@ -12,7 +12,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: v2.88.1 +version: v2.88.2 # 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: v2.88.1 +appVersion: v2.88.2 diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index a3eda9b8..93f5adcf 100644 --- a/charts/atlantis/values.yaml +++ b/charts/atlantis/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/atlantis - tag: v2.88.1 + tag: v2.88.2 pullPolicy: IfNotPresent init: enabled: false From 84b75f1644e39e7a1adc02744a91778491d787f9 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Fri, 13 Dec 2024 17:00:26 +0000 Subject: [PATCH 014/128] ci: sorcerer --- kustomizations/sorcerer/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/sorcerer/values-staging.yaml b/kustomizations/sorcerer/values-staging.yaml index 0310e664..ddde1715 100644 --- a/kustomizations/sorcerer/values-staging.yaml +++ b/kustomizations/sorcerer/values-staging.yaml @@ -1,6 +1,6 @@ replicaCount: 1 image: - tag: 728ae9fa-debug + tag: 004c06cd-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From ab86e89443add9f9fc91a9dd485126ef75f6c6ca Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Fri, 13 Dec 2024 17:02:58 +0000 Subject: [PATCH 015/128] ci: atlantis --- kustomizations/atlantis/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/atlantis/values-staging.yaml b/kustomizations/atlantis/values-staging.yaml index 00a4b0e7..caabb0a7 100644 --- a/kustomizations/atlantis/values-staging.yaml +++ b/kustomizations/atlantis/values-staging.yaml @@ -16,7 +16,7 @@ podAnnotations: dapr.io/sidecar-memory-limit: "1000Mi" dapr.io/log-as-json: "true" image: - tag: 92b71d2d-debug + tag: d4f04636-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From 045e204467f6e02729e8f382a7b2679d0e112975 Mon Sep 17 00:00:00 2001 From: sematic-release Date: Fri, 13 Dec 2024 17:04:49 +0000 Subject: [PATCH 016/128] 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 5242d643..42bdc90c 100644 --- a/charts/sorcerer/Chart.yaml +++ b/charts/sorcerer/Chart.yaml @@ -12,7 +12,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: v4.10.1 +version: v4.10.2 # 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: v4.10.1 +appVersion: v4.10.2 diff --git a/charts/sorcerer/values.yaml b/charts/sorcerer/values.yaml index 5359de2a..c983e902 100644 --- a/charts/sorcerer/values.yaml +++ b/charts/sorcerer/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/sorcerer - tag: v4.10.1 + tag: v4.10.2 pullPolicy: IfNotPresent init: enabled: false From 88ac9fe9dac0b5b6d88ac1b8cfcb562c2357fcb4 Mon Sep 17 00:00:00 2001 From: sematic-release Date: Fri, 13 Dec 2024 17:08:17 +0000 Subject: [PATCH 017/128] 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 3cca5a2f..4fae48b0 100644 --- a/charts/atlantis/Chart.yaml +++ b/charts/atlantis/Chart.yaml @@ -12,7 +12,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: v2.88.2 +version: v2.88.3 # 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: v2.88.2 +appVersion: v2.88.3 diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index 93f5adcf..3a672ff7 100644 --- a/charts/atlantis/values.yaml +++ b/charts/atlantis/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/atlantis - tag: v2.88.2 + tag: v2.88.3 pullPolicy: IfNotPresent init: enabled: false From aa1b04e68e1dbee7810ed151d1986bb3ded73077 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Fri, 13 Dec 2024 18:27:55 +0000 Subject: [PATCH 018/128] ci: atlantis --- kustomizations/atlantis/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/atlantis/values-staging.yaml b/kustomizations/atlantis/values-staging.yaml index caabb0a7..bfdf909b 100644 --- a/kustomizations/atlantis/values-staging.yaml +++ b/kustomizations/atlantis/values-staging.yaml @@ -16,7 +16,7 @@ podAnnotations: dapr.io/sidecar-memory-limit: "1000Mi" dapr.io/log-as-json: "true" image: - tag: d4f04636-debug + tag: 6f500b02-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From d7033dcd76b859019c08cf1e5d590ebae73a8faa Mon Sep 17 00:00:00 2001 From: sematic-release Date: Fri, 13 Dec 2024 18:33:12 +0000 Subject: [PATCH 019/128] 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 4fae48b0..33abf07f 100644 --- a/charts/atlantis/Chart.yaml +++ b/charts/atlantis/Chart.yaml @@ -12,7 +12,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: v2.88.3 +version: v2.88.4 # 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: v2.88.3 +appVersion: v2.88.4 diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index 3a672ff7..b1c7dd62 100644 --- a/charts/atlantis/values.yaml +++ b/charts/atlantis/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/atlantis - tag: v2.88.3 + tag: v2.88.4 pullPolicy: IfNotPresent init: enabled: false From a93d0f1ef6f4bc98b2577bf6311d67c7c4a11484 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Sat, 14 Dec 2024 07:26:52 +0000 Subject: [PATCH 020/128] ci: atlantis --- kustomizations/atlantis/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/atlantis/values-staging.yaml b/kustomizations/atlantis/values-staging.yaml index bfdf909b..5ddc07ba 100644 --- a/kustomizations/atlantis/values-staging.yaml +++ b/kustomizations/atlantis/values-staging.yaml @@ -16,7 +16,7 @@ podAnnotations: dapr.io/sidecar-memory-limit: "1000Mi" dapr.io/log-as-json: "true" image: - tag: 6f500b02-debug + tag: 5979ed9f-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From 8fcd4fdff37c4fcea3f3a5e50561767eb6f96a2c Mon Sep 17 00:00:00 2001 From: sematic-release Date: Sat, 14 Dec 2024 07:32:08 +0000 Subject: [PATCH 021/128] 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 33abf07f..3c453d38 100644 --- a/charts/atlantis/Chart.yaml +++ b/charts/atlantis/Chart.yaml @@ -12,7 +12,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: v2.88.4 +version: v2.88.5 # 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: v2.88.4 +appVersion: v2.88.5 diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index b1c7dd62..10d14fb0 100644 --- a/charts/atlantis/values.yaml +++ b/charts/atlantis/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/atlantis - tag: v2.88.4 + tag: v2.88.5 pullPolicy: IfNotPresent init: enabled: false From 229bc41550920cde58de7b2abb9f276cdfb3971b Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Sat, 14 Dec 2024 09:06:53 +0000 Subject: [PATCH 022/128] ci: sorcerer --- kustomizations/sorcerer/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/sorcerer/values-staging.yaml b/kustomizations/sorcerer/values-staging.yaml index ddde1715..ca4f00ec 100644 --- a/kustomizations/sorcerer/values-staging.yaml +++ b/kustomizations/sorcerer/values-staging.yaml @@ -1,6 +1,6 @@ replicaCount: 1 image: - tag: 004c06cd-debug + tag: 56677821-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From 76bb7224ece425d38d7f1640719fb5159e6e7e9a Mon Sep 17 00:00:00 2001 From: sematic-release Date: Sat, 14 Dec 2024 09:11:06 +0000 Subject: [PATCH 023/128] 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 42bdc90c..fcab5e01 100644 --- a/charts/sorcerer/Chart.yaml +++ b/charts/sorcerer/Chart.yaml @@ -12,7 +12,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: v4.10.2 +version: v4.10.3 # 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: v4.10.2 +appVersion: v4.10.3 diff --git a/charts/sorcerer/values.yaml b/charts/sorcerer/values.yaml index c983e902..d64606bd 100644 --- a/charts/sorcerer/values.yaml +++ b/charts/sorcerer/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/sorcerer - tag: v4.10.2 + tag: v4.10.3 pullPolicy: IfNotPresent init: enabled: false From db0227ca725e3aab4ab2f095c2bbe2c583102c79 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Sat, 14 Dec 2024 10:52:36 +0000 Subject: [PATCH 024/128] ci: sorcerer --- kustomizations/sorcerer/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/sorcerer/values-staging.yaml b/kustomizations/sorcerer/values-staging.yaml index ca4f00ec..7f09abcb 100644 --- a/kustomizations/sorcerer/values-staging.yaml +++ b/kustomizations/sorcerer/values-staging.yaml @@ -1,6 +1,6 @@ replicaCount: 1 image: - tag: 56677821-debug + tag: bb5ae041-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From 3b2bde72f29c820b61a2179fe82eb7ca282bcac1 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Sat, 14 Dec 2024 10:53:56 +0000 Subject: [PATCH 025/128] ci: atlantis --- kustomizations/atlantis/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/atlantis/values-staging.yaml b/kustomizations/atlantis/values-staging.yaml index 5ddc07ba..0ec1dda9 100644 --- a/kustomizations/atlantis/values-staging.yaml +++ b/kustomizations/atlantis/values-staging.yaml @@ -16,7 +16,7 @@ podAnnotations: dapr.io/sidecar-memory-limit: "1000Mi" dapr.io/log-as-json: "true" image: - tag: 5979ed9f-debug + tag: 5e79b6e7-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From 9b930de3aba600671c810c556a943e5ea00f9e3e Mon Sep 17 00:00:00 2001 From: sematic-release Date: Sat, 14 Dec 2024 10:56:44 +0000 Subject: [PATCH 026/128] 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 fcab5e01..6a22d04a 100644 --- a/charts/sorcerer/Chart.yaml +++ b/charts/sorcerer/Chart.yaml @@ -12,7 +12,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: v4.10.3 +version: v4.10.4 # 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: v4.10.3 +appVersion: v4.10.4 diff --git a/charts/sorcerer/values.yaml b/charts/sorcerer/values.yaml index d64606bd..fb484761 100644 --- a/charts/sorcerer/values.yaml +++ b/charts/sorcerer/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/sorcerer - tag: v4.10.3 + tag: v4.10.4 pullPolicy: IfNotPresent init: enabled: false From 1bff54816f6e9e802abcdf79d51af817f7fc9aa8 Mon Sep 17 00:00:00 2001 From: sematic-release Date: Sat, 14 Dec 2024 10:59:20 +0000 Subject: [PATCH 027/128] 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 3c453d38..5e9745f6 100644 --- a/charts/atlantis/Chart.yaml +++ b/charts/atlantis/Chart.yaml @@ -12,7 +12,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: v2.88.5 +version: v2.88.6 # 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: v2.88.5 +appVersion: v2.88.6 diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index 10d14fb0..e638a47f 100644 --- a/charts/atlantis/values.yaml +++ b/charts/atlantis/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/atlantis - tag: v2.88.5 + tag: v2.88.6 pullPolicy: IfNotPresent init: enabled: false From 4ccc099b84f68aa173fdc6d0e0fe8cac8ffd5492 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Sat, 14 Dec 2024 18:15:02 +0000 Subject: [PATCH 028/128] ci: sorcerer --- kustomizations/sorcerer/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/sorcerer/values-staging.yaml b/kustomizations/sorcerer/values-staging.yaml index 7f09abcb..5d74f924 100644 --- a/kustomizations/sorcerer/values-staging.yaml +++ b/kustomizations/sorcerer/values-staging.yaml @@ -1,6 +1,6 @@ replicaCount: 1 image: - tag: bb5ae041-debug + tag: 04dd76c6-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From 24de3c7fb60f3211f57f160b6219f57b80bb528a Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Sat, 14 Dec 2024 18:16:18 +0000 Subject: [PATCH 029/128] ci: atlantis --- kustomizations/atlantis/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/atlantis/values-staging.yaml b/kustomizations/atlantis/values-staging.yaml index 0ec1dda9..dbb25ad2 100644 --- a/kustomizations/atlantis/values-staging.yaml +++ b/kustomizations/atlantis/values-staging.yaml @@ -16,7 +16,7 @@ podAnnotations: dapr.io/sidecar-memory-limit: "1000Mi" dapr.io/log-as-json: "true" image: - tag: 5e79b6e7-debug + tag: 0af435db-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From bfcc1ee9a5b29c42cdb6045a91e05ea15b24ac81 Mon Sep 17 00:00:00 2001 From: sematic-release Date: Sat, 14 Dec 2024 18:19:12 +0000 Subject: [PATCH 030/128] 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 6a22d04a..5a4454d4 100644 --- a/charts/sorcerer/Chart.yaml +++ b/charts/sorcerer/Chart.yaml @@ -12,7 +12,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: v4.10.4 +version: v4.10.5 # 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: v4.10.4 +appVersion: v4.10.5 diff --git a/charts/sorcerer/values.yaml b/charts/sorcerer/values.yaml index fb484761..14c0d959 100644 --- a/charts/sorcerer/values.yaml +++ b/charts/sorcerer/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/sorcerer - tag: v4.10.4 + tag: v4.10.5 pullPolicy: IfNotPresent init: enabled: false From 844bffbb85ecb9e4f13ce3b8b647e0a60a69919c Mon Sep 17 00:00:00 2001 From: sematic-release Date: Sat, 14 Dec 2024 18:21:41 +0000 Subject: [PATCH 031/128] 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 5e9745f6..03b24076 100644 --- a/charts/atlantis/Chart.yaml +++ b/charts/atlantis/Chart.yaml @@ -12,7 +12,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: v2.88.6 +version: v2.88.7 # 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: v2.88.6 +appVersion: v2.88.7 diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index e638a47f..e414da59 100644 --- a/charts/atlantis/values.yaml +++ b/charts/atlantis/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/atlantis - tag: v2.88.6 + tag: v2.88.7 pullPolicy: IfNotPresent init: enabled: false From 5c08bbb967e32947303a1e109045a2a4c44052e2 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Sat, 14 Dec 2024 19:38:41 +0000 Subject: [PATCH 032/128] ci: sorcerer --- kustomizations/sorcerer/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/sorcerer/values-staging.yaml b/kustomizations/sorcerer/values-staging.yaml index 5d74f924..3c73ccd1 100644 --- a/kustomizations/sorcerer/values-staging.yaml +++ b/kustomizations/sorcerer/values-staging.yaml @@ -1,6 +1,6 @@ replicaCount: 1 image: - tag: 04dd76c6-debug + tag: ea2ca4db-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From 368db22c7f4c5888fea13b1efb1190a3e7a1cde2 Mon Sep 17 00:00:00 2001 From: sematic-release Date: Sat, 14 Dec 2024 19:42:54 +0000 Subject: [PATCH 033/128] 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 5a4454d4..dbd10554 100644 --- a/charts/sorcerer/Chart.yaml +++ b/charts/sorcerer/Chart.yaml @@ -12,7 +12,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: v4.10.5 +version: v4.10.6 # 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: v4.10.5 +appVersion: v4.10.6 diff --git a/charts/sorcerer/values.yaml b/charts/sorcerer/values.yaml index 14c0d959..fdbf6c9e 100644 --- a/charts/sorcerer/values.yaml +++ b/charts/sorcerer/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/sorcerer - tag: v4.10.5 + tag: v4.10.6 pullPolicy: IfNotPresent init: enabled: false From 78f9a375c782ff1c5c609f0ab31429028a25b429 Mon Sep 17 00:00:00 2001 From: Stig Rune Jensen Date: Wed, 18 Dec 2024 07:30:19 +0000 Subject: [PATCH 034/128] ci: sorcerer --- kustomizations/sorcerer/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/sorcerer/values-staging.yaml b/kustomizations/sorcerer/values-staging.yaml index 3c73ccd1..86dbbc24 100644 --- a/kustomizations/sorcerer/values-staging.yaml +++ b/kustomizations/sorcerer/values-staging.yaml @@ -1,6 +1,6 @@ replicaCount: 1 image: - tag: ea2ca4db-debug + tag: 0acd020e-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From d7617f8e919514ac9fbd69ccc12b01ea5aa6ba6f Mon Sep 17 00:00:00 2001 From: sematic-release Date: Wed, 18 Dec 2024 07:34:24 +0000 Subject: [PATCH 035/128] 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 dbd10554..a95edb07 100644 --- a/charts/sorcerer/Chart.yaml +++ b/charts/sorcerer/Chart.yaml @@ -12,7 +12,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: v4.10.6 +version: v4.11.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: v4.10.6 +appVersion: v4.11.0 diff --git a/charts/sorcerer/values.yaml b/charts/sorcerer/values.yaml index fdbf6c9e..a963f8ca 100644 --- a/charts/sorcerer/values.yaml +++ b/charts/sorcerer/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/sorcerer - tag: v4.10.6 + tag: v4.11.0 pullPolicy: IfNotPresent init: enabled: false From 6f0a3d4ba3bbfa65b428b0534745a95e0a2d6b83 Mon Sep 17 00:00:00 2001 From: Stig Rune Jensen Date: Wed, 18 Dec 2024 07:54:25 +0000 Subject: [PATCH 036/128] ci: atlantis --- kustomizations/atlantis/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/atlantis/values-staging.yaml b/kustomizations/atlantis/values-staging.yaml index dbb25ad2..ef278888 100644 --- a/kustomizations/atlantis/values-staging.yaml +++ b/kustomizations/atlantis/values-staging.yaml @@ -16,7 +16,7 @@ podAnnotations: dapr.io/sidecar-memory-limit: "1000Mi" dapr.io/log-as-json: "true" image: - tag: 0af435db-debug + tag: 8f3a9d65-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From 7473321ea68181136048cd6796d922106642f504 Mon Sep 17 00:00:00 2001 From: sematic-release Date: Wed, 18 Dec 2024 07:59:26 +0000 Subject: [PATCH 037/128] 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 03b24076..9ec94134 100644 --- a/charts/atlantis/Chart.yaml +++ b/charts/atlantis/Chart.yaml @@ -12,7 +12,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: v2.88.7 +version: v2.88.8 # 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: v2.88.7 +appVersion: v2.88.8 diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index e414da59..d4c7f517 100644 --- a/charts/atlantis/values.yaml +++ b/charts/atlantis/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/atlantis - tag: v2.88.7 + tag: v2.88.8 pullPolicy: IfNotPresent init: enabled: false From dc6f936b3d02d5847cdb7eaccb7b7ea2a4a871c8 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Thu, 19 Dec 2024 14:06:20 +0000 Subject: [PATCH 038/128] ci: atlantis --- kustomizations/atlantis/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/atlantis/values-staging.yaml b/kustomizations/atlantis/values-staging.yaml index ef278888..e29d6989 100644 --- a/kustomizations/atlantis/values-staging.yaml +++ b/kustomizations/atlantis/values-staging.yaml @@ -16,7 +16,7 @@ podAnnotations: dapr.io/sidecar-memory-limit: "1000Mi" dapr.io/log-as-json: "true" image: - tag: 8f3a9d65-debug + tag: 792de662-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From b52753910d2f97850cf4194e71b4a5d509008717 Mon Sep 17 00:00:00 2001 From: sematic-release Date: Thu, 19 Dec 2024 14:11:49 +0000 Subject: [PATCH 039/128] 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 9ec94134..f2649fb6 100644 --- a/charts/atlantis/Chart.yaml +++ b/charts/atlantis/Chart.yaml @@ -12,7 +12,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: v2.88.8 +version: v2.89.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: v2.88.8 +appVersion: v2.89.0 diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index d4c7f517..c390c37c 100644 --- a/charts/atlantis/values.yaml +++ b/charts/atlantis/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/atlantis - tag: v2.88.8 + tag: v2.89.0 pullPolicy: IfNotPresent init: enabled: false From 43302ad2c989accaf3525d172b3010c7501912fa Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Thu, 19 Dec 2024 14:13:06 +0000 Subject: [PATCH 040/128] ci: sorcerer --- kustomizations/sorcerer/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/sorcerer/values-staging.yaml b/kustomizations/sorcerer/values-staging.yaml index 86dbbc24..69f5c3cf 100644 --- a/kustomizations/sorcerer/values-staging.yaml +++ b/kustomizations/sorcerer/values-staging.yaml @@ -1,6 +1,6 @@ replicaCount: 1 image: - tag: 0acd020e-debug + tag: edc2584b-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From a4722fce31ea0acc2f66f1c312794eaf760504c5 Mon Sep 17 00:00:00 2001 From: sematic-release Date: Thu, 19 Dec 2024 14:17:29 +0000 Subject: [PATCH 041/128] 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 a95edb07..102610c5 100644 --- a/charts/sorcerer/Chart.yaml +++ b/charts/sorcerer/Chart.yaml @@ -12,7 +12,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: v4.11.0 +version: v4.11.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: v4.11.0 +appVersion: v4.11.1 diff --git a/charts/sorcerer/values.yaml b/charts/sorcerer/values.yaml index a963f8ca..ba018547 100644 --- a/charts/sorcerer/values.yaml +++ b/charts/sorcerer/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/sorcerer - tag: v4.11.0 + tag: v4.11.1 pullPolicy: IfNotPresent init: enabled: false From 8e2784916e570d4c450401d3a7f12a81399a276f Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Thu, 19 Dec 2024 14:56:21 +0000 Subject: [PATCH 042/128] ci: atlantis --- kustomizations/atlantis/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/atlantis/values-staging.yaml b/kustomizations/atlantis/values-staging.yaml index e29d6989..a11a0e8a 100644 --- a/kustomizations/atlantis/values-staging.yaml +++ b/kustomizations/atlantis/values-staging.yaml @@ -16,7 +16,7 @@ podAnnotations: dapr.io/sidecar-memory-limit: "1000Mi" dapr.io/log-as-json: "true" image: - tag: 792de662-debug + tag: 51ec464e-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From dacc0d297400bcb7c22cd29358a3eefdbec11799 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Thu, 19 Dec 2024 14:56:49 +0000 Subject: [PATCH 043/128] ci: sorcerer --- kustomizations/sorcerer/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/sorcerer/values-staging.yaml b/kustomizations/sorcerer/values-staging.yaml index 69f5c3cf..0997cafb 100644 --- a/kustomizations/sorcerer/values-staging.yaml +++ b/kustomizations/sorcerer/values-staging.yaml @@ -1,6 +1,6 @@ replicaCount: 1 image: - tag: edc2584b-debug + tag: 323501a6-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From fd5a4c35ce5b6028b64674e3c3519202bf26c0c2 Mon Sep 17 00:00:00 2001 From: sematic-release Date: Thu, 19 Dec 2024 15:01:01 +0000 Subject: [PATCH 044/128] 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 102610c5..2a8ffae9 100644 --- a/charts/sorcerer/Chart.yaml +++ b/charts/sorcerer/Chart.yaml @@ -12,7 +12,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: v4.11.1 +version: v4.12.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: v4.11.1 +appVersion: v4.12.0 diff --git a/charts/sorcerer/values.yaml b/charts/sorcerer/values.yaml index ba018547..ace42189 100644 --- a/charts/sorcerer/values.yaml +++ b/charts/sorcerer/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/sorcerer - tag: v4.11.1 + tag: v4.12.0 pullPolicy: IfNotPresent init: enabled: false From 4e80b83ff912a265587c64e09737ab6c62ac0593 Mon Sep 17 00:00:00 2001 From: sematic-release Date: Thu, 19 Dec 2024 15:01:37 +0000 Subject: [PATCH 045/128] 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 f2649fb6..14b6f2b5 100644 --- a/charts/atlantis/Chart.yaml +++ b/charts/atlantis/Chart.yaml @@ -12,7 +12,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: v2.89.0 +version: v2.90.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: v2.89.0 +appVersion: v2.90.0 diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index c390c37c..39e153e8 100644 --- a/charts/atlantis/values.yaml +++ b/charts/atlantis/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/atlantis - tag: v2.89.0 + tag: v2.90.0 pullPolicy: IfNotPresent init: enabled: false From f5f7e11f1f7b398d4541ffe69b12cb45325f8fa3 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Fri, 20 Dec 2024 08:04:25 +0000 Subject: [PATCH 046/128] ci: atlantis --- kustomizations/atlantis/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/atlantis/values-staging.yaml b/kustomizations/atlantis/values-staging.yaml index a11a0e8a..eccbd6aa 100644 --- a/kustomizations/atlantis/values-staging.yaml +++ b/kustomizations/atlantis/values-staging.yaml @@ -16,7 +16,7 @@ podAnnotations: dapr.io/sidecar-memory-limit: "1000Mi" dapr.io/log-as-json: "true" image: - tag: 51ec464e-debug + tag: 6004be7a-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From c494cd1945d1bc7388ab39873a3990a400de986a Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Fri, 20 Dec 2024 12:28:18 +0000 Subject: [PATCH 047/128] ci: sorcerer --- kustomizations/sorcerer/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/sorcerer/values-staging.yaml b/kustomizations/sorcerer/values-staging.yaml index 0997cafb..abdba71a 100644 --- a/kustomizations/sorcerer/values-staging.yaml +++ b/kustomizations/sorcerer/values-staging.yaml @@ -1,6 +1,6 @@ replicaCount: 1 image: - tag: 323501a6-debug + tag: 562e43a6-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From 33c2f6d5fe19eb35d31cba41334a187586d0cea8 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Fri, 20 Dec 2024 12:30:28 +0000 Subject: [PATCH 048/128] ci: atlantis --- kustomizations/atlantis/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/atlantis/values-staging.yaml b/kustomizations/atlantis/values-staging.yaml index eccbd6aa..ba7a4c32 100644 --- a/kustomizations/atlantis/values-staging.yaml +++ b/kustomizations/atlantis/values-staging.yaml @@ -16,7 +16,7 @@ podAnnotations: dapr.io/sidecar-memory-limit: "1000Mi" dapr.io/log-as-json: "true" image: - tag: 6004be7a-debug + tag: 10b097cd-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From 97735a4d6b410cea51b4d528f74c8f345f03bd22 Mon Sep 17 00:00:00 2001 From: sematic-release Date: Fri, 20 Dec 2024 12:32:38 +0000 Subject: [PATCH 049/128] 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 2a8ffae9..a28a1bbe 100644 --- a/charts/sorcerer/Chart.yaml +++ b/charts/sorcerer/Chart.yaml @@ -12,7 +12,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: v4.12.0 +version: v4.12.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: v4.12.0 +appVersion: v4.12.1 diff --git a/charts/sorcerer/values.yaml b/charts/sorcerer/values.yaml index ace42189..4f197ac2 100644 --- a/charts/sorcerer/values.yaml +++ b/charts/sorcerer/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/sorcerer - tag: v4.12.0 + tag: v4.12.1 pullPolicy: IfNotPresent init: enabled: false From b2e7fccef2da85ed7aa2245c70dbfaa83c67d2ba Mon Sep 17 00:00:00 2001 From: sematic-release Date: Fri, 20 Dec 2024 12:35:48 +0000 Subject: [PATCH 050/128] 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 14b6f2b5..438fa177 100644 --- a/charts/atlantis/Chart.yaml +++ b/charts/atlantis/Chart.yaml @@ -12,7 +12,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: v2.90.0 +version: v2.90.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: v2.90.0 +appVersion: v2.90.1 diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index 39e153e8..68107545 100644 --- a/charts/atlantis/values.yaml +++ b/charts/atlantis/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/atlantis - tag: v2.90.0 + tag: v2.90.1 pullPolicy: IfNotPresent init: enabled: false From 4bec65baaba8c0819fff7a28d2b0324601c70ed0 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Fri, 20 Dec 2024 13:16:56 +0000 Subject: [PATCH 051/128] ci: atlantis --- kustomizations/atlantis/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/atlantis/values-staging.yaml b/kustomizations/atlantis/values-staging.yaml index ba7a4c32..870efc65 100644 --- a/kustomizations/atlantis/values-staging.yaml +++ b/kustomizations/atlantis/values-staging.yaml @@ -16,7 +16,7 @@ podAnnotations: dapr.io/sidecar-memory-limit: "1000Mi" dapr.io/log-as-json: "true" image: - tag: 10b097cd-debug + tag: 0ff6983d-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From e3796a8a669be936bc4f1e8bbd73019dcdd567f8 Mon Sep 17 00:00:00 2001 From: sematic-release Date: Fri, 20 Dec 2024 13:22:29 +0000 Subject: [PATCH 052/128] 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 438fa177..d7e8fb7e 100644 --- a/charts/atlantis/Chart.yaml +++ b/charts/atlantis/Chart.yaml @@ -12,7 +12,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: v2.90.1 +version: v2.90.2 # 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: v2.90.1 +appVersion: v2.90.2 diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index 68107545..0f52c160 100644 --- a/charts/atlantis/values.yaml +++ b/charts/atlantis/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/atlantis - tag: v2.90.1 + tag: v2.90.2 pullPolicy: IfNotPresent init: enabled: false From b09573621951361f7422a30b2759ac19f4e2290c Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Fri, 27 Dec 2024 11:33:39 +0000 Subject: [PATCH 053/128] ci: atlantis --- kustomizations/atlantis/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/atlantis/values-staging.yaml b/kustomizations/atlantis/values-staging.yaml index 870efc65..435529a7 100644 --- a/kustomizations/atlantis/values-staging.yaml +++ b/kustomizations/atlantis/values-staging.yaml @@ -16,7 +16,7 @@ podAnnotations: dapr.io/sidecar-memory-limit: "1000Mi" dapr.io/log-as-json: "true" image: - tag: 0ff6983d-debug + tag: 259ea5d0-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From b0937b458378b096cbd020c75fa4c4cc555c0961 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Thu, 2 Jan 2025 19:48:38 +0000 Subject: [PATCH 054/128] ci: atlantis --- kustomizations/atlantis/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/atlantis/values-staging.yaml b/kustomizations/atlantis/values-staging.yaml index 435529a7..a0490c4d 100644 --- a/kustomizations/atlantis/values-staging.yaml +++ b/kustomizations/atlantis/values-staging.yaml @@ -16,7 +16,7 @@ podAnnotations: dapr.io/sidecar-memory-limit: "1000Mi" dapr.io/log-as-json: "true" image: - tag: 259ea5d0-debug + tag: 0d275b8b-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From cfb19854a480b211671ee58cbbfbf1aa5c4759f3 Mon Sep 17 00:00:00 2001 From: sematic-release Date: Thu, 2 Jan 2025 19:54:11 +0000 Subject: [PATCH 055/128] 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 d7e8fb7e..8960e70c 100644 --- a/charts/atlantis/Chart.yaml +++ b/charts/atlantis/Chart.yaml @@ -12,7 +12,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: v2.90.2 +version: v2.91.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: v2.90.2 +appVersion: v2.91.0 diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index 0f52c160..3d898688 100644 --- a/charts/atlantis/values.yaml +++ b/charts/atlantis/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/atlantis - tag: v2.90.2 + tag: v2.91.0 pullPolicy: IfNotPresent init: enabled: false From 2b4912fb2272ab82a88d27a614f65f1896f6235e Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Sat, 4 Jan 2025 13:06:15 +0000 Subject: [PATCH 056/128] ci: sorcerer --- kustomizations/sorcerer/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/sorcerer/values-staging.yaml b/kustomizations/sorcerer/values-staging.yaml index abdba71a..77aaad75 100644 --- a/kustomizations/sorcerer/values-staging.yaml +++ b/kustomizations/sorcerer/values-staging.yaml @@ -1,6 +1,6 @@ replicaCount: 1 image: - tag: 562e43a6-debug + tag: 7a1f998f-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From fd7c45986d3748e57795ae8819cb36d1157232ad Mon Sep 17 00:00:00 2001 From: sematic-release Date: Sat, 4 Jan 2025 13:10:16 +0000 Subject: [PATCH 057/128] 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 a28a1bbe..0e40a4d9 100644 --- a/charts/sorcerer/Chart.yaml +++ b/charts/sorcerer/Chart.yaml @@ -12,7 +12,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: v4.12.1 +version: v4.12.2 # 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: v4.12.1 +appVersion: v4.12.2 diff --git a/charts/sorcerer/values.yaml b/charts/sorcerer/values.yaml index 4f197ac2..a3fdccdc 100644 --- a/charts/sorcerer/values.yaml +++ b/charts/sorcerer/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/sorcerer - tag: v4.12.1 + tag: v4.12.2 pullPolicy: IfNotPresent init: enabled: false From a6c0d6757eb40a956694a2284670197048c216a5 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Sun, 5 Jan 2025 17:42:57 +0000 Subject: [PATCH 058/128] ci: sorcerer --- kustomizations/sorcerer/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/sorcerer/values-staging.yaml b/kustomizations/sorcerer/values-staging.yaml index 77aaad75..b3ef8a66 100644 --- a/kustomizations/sorcerer/values-staging.yaml +++ b/kustomizations/sorcerer/values-staging.yaml @@ -1,6 +1,6 @@ replicaCount: 1 image: - tag: 7a1f998f-debug + tag: 4e361478-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From 5872eb2106d21e65c44810a445fbdba9a992400a Mon Sep 17 00:00:00 2001 From: sematic-release Date: Sun, 5 Jan 2025 17:47:19 +0000 Subject: [PATCH 059/128] 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 0e40a4d9..d30bdd08 100644 --- a/charts/sorcerer/Chart.yaml +++ b/charts/sorcerer/Chart.yaml @@ -12,7 +12,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: v4.12.2 +version: v4.12.3 # 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: v4.12.2 +appVersion: v4.12.3 diff --git a/charts/sorcerer/values.yaml b/charts/sorcerer/values.yaml index a3fdccdc..592abab4 100644 --- a/charts/sorcerer/values.yaml +++ b/charts/sorcerer/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/sorcerer - tag: v4.12.2 + tag: v4.12.3 pullPolicy: IfNotPresent init: enabled: false From 8f98506b58a538b4637648df81a20d99030b691a Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Mon, 6 Jan 2025 07:54:16 +0000 Subject: [PATCH 060/128] 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 8960e70c..7cd89bf5 100644 --- a/charts/atlantis/Chart.yaml +++ b/charts/atlantis/Chart.yaml @@ -12,7 +12,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: v2.91.0 +version: 2.91.0-dev # 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: v2.91.0 +appVersion: 2.91.0-dev diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index 3d898688..0ea58405 100644 --- a/charts/atlantis/values.yaml +++ b/charts/atlantis/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/atlantis - tag: v2.91.0 + tag: 2.91.0-dev pullPolicy: IfNotPresent init: enabled: false From 87241276e9b66abd22cbb6f8aad610c9e62b8362 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Mon, 6 Jan 2025 09:19:45 +0000 Subject: [PATCH 061/128] ci: sorcerer --- kustomizations/sorcerer/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/sorcerer/values-staging.yaml b/kustomizations/sorcerer/values-staging.yaml index b3ef8a66..7a66a4d4 100644 --- a/kustomizations/sorcerer/values-staging.yaml +++ b/kustomizations/sorcerer/values-staging.yaml @@ -1,6 +1,6 @@ replicaCount: 1 image: - tag: 4e361478-debug + tag: 2df6525b-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From ed81a7685061d40a8c0a37b02b1b240e79ea97a0 Mon Sep 17 00:00:00 2001 From: Stig Rune Jensen Date: Mon, 6 Jan 2025 09:55:49 +0000 Subject: [PATCH 062/128] ci: sorcerer --- kustomizations/sorcerer/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/sorcerer/values-staging.yaml b/kustomizations/sorcerer/values-staging.yaml index 7a66a4d4..c21029be 100644 --- a/kustomizations/sorcerer/values-staging.yaml +++ b/kustomizations/sorcerer/values-staging.yaml @@ -1,6 +1,6 @@ replicaCount: 1 image: - tag: 2df6525b-debug + tag: 7d9792da-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From caf882455f1aac86df9184776125e18b71fd77e8 Mon Sep 17 00:00:00 2001 From: sematic-release Date: Mon, 6 Jan 2025 09:59:52 +0000 Subject: [PATCH 063/128] 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 d30bdd08..3c9e94d6 100644 --- a/charts/sorcerer/Chart.yaml +++ b/charts/sorcerer/Chart.yaml @@ -12,7 +12,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: v4.12.3 +version: v4.13.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: v4.12.3 +appVersion: v4.13.0 diff --git a/charts/sorcerer/values.yaml b/charts/sorcerer/values.yaml index 592abab4..438eda3a 100644 --- a/charts/sorcerer/values.yaml +++ b/charts/sorcerer/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/sorcerer - tag: v4.12.3 + tag: v4.13.0 pullPolicy: IfNotPresent init: enabled: false From 86666c5f85a8651243068bfb8fdcca41f368992e Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Mon, 6 Jan 2025 11:51:14 +0100 Subject: [PATCH 064/128] fix: update aqua-kompetanse client secret --- kustomizations/dex/base/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/dex/base/config.yaml b/kustomizations/dex/base/config.yaml index 3e5c7d92..e47fd95c 100644 --- a/kustomizations/dex/base/config.yaml +++ b/kustomizations/dex/base/config.yaml @@ -58,7 +58,7 @@ connectors: name: aqua-kompetanse.no config: clientID: 9fd83910-1a21-4869-8a30-19fc32722ee2 - clientSecret: Uer8Q~8LKuDNQVt1vHaMVXAzKSLssvVduH.2HcNC + clientSecret: WnG8Q~DBcmUuTWsb-N0PVFXaBjeqI1XfiW.cYbZY tenant: 6cd538cc-6cba-463f-9d22-1e0eda9695e3 redirectURI: https://idp.oceanbox.io/dex/callback onlySecurityGroups: true From 147119b43e292067512cef93903b27e984f0732b Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Mon, 6 Jan 2025 18:09:19 +0000 Subject: [PATCH 065/128] ci: sorcerer --- kustomizations/sorcerer/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/sorcerer/values-staging.yaml b/kustomizations/sorcerer/values-staging.yaml index c21029be..dc7843a4 100644 --- a/kustomizations/sorcerer/values-staging.yaml +++ b/kustomizations/sorcerer/values-staging.yaml @@ -1,6 +1,6 @@ replicaCount: 1 image: - tag: 7d9792da-debug + tag: de8dbfe1-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From 41e3b83d4398ed236b7188ce6ba7b945bbc9b4d5 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Thu, 9 Jan 2025 10:02:20 +0000 Subject: [PATCH 066/128] 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 7cd89bf5..d06b73e9 100644 --- a/charts/atlantis/Chart.yaml +++ b/charts/atlantis/Chart.yaml @@ -12,7 +12,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: 2.91.0-dev +version: v2.84.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: 2.91.0-dev +appVersion: v2.84.1 diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index 0ea58405..b38df526 100644 --- a/charts/atlantis/values.yaml +++ b/charts/atlantis/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/atlantis - tag: 2.91.0-dev + tag: v2.84.1 pullPolicy: IfNotPresent init: enabled: false From 63408aca0e84d51c615d11c0b69e5e40ff4cc203 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Thu, 9 Jan 2025 12:20:38 +0000 Subject: [PATCH 067/128] ci: sorcerer --- kustomizations/sorcerer/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/sorcerer/values-staging.yaml b/kustomizations/sorcerer/values-staging.yaml index dc7843a4..acf019aa 100644 --- a/kustomizations/sorcerer/values-staging.yaml +++ b/kustomizations/sorcerer/values-staging.yaml @@ -1,6 +1,6 @@ replicaCount: 1 image: - tag: de8dbfe1-debug + tag: 59dd35ce-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From 4ff2c0885b8cf2f7956c64f03062ebbbd7038311 Mon Sep 17 00:00:00 2001 From: sematic-release Date: Thu, 9 Jan 2025 12:24:26 +0000 Subject: [PATCH 068/128] 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 3c9e94d6..2603073d 100644 --- a/charts/sorcerer/Chart.yaml +++ b/charts/sorcerer/Chart.yaml @@ -12,7 +12,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: v4.13.0 +version: v4.13.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: v4.13.0 +appVersion: v4.13.1 diff --git a/charts/sorcerer/values.yaml b/charts/sorcerer/values.yaml index 438eda3a..e0a7a896 100644 --- a/charts/sorcerer/values.yaml +++ b/charts/sorcerer/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/sorcerer - tag: v4.13.0 + tag: v4.13.1 pullPolicy: IfNotPresent init: enabled: false From c677d8947f9b4551b6bd14de589f3d50293d5d1e Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Thu, 9 Jan 2025 15:37:32 +0000 Subject: [PATCH 069/128] ci: sorcerer --- kustomizations/sorcerer/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/sorcerer/values-staging.yaml b/kustomizations/sorcerer/values-staging.yaml index acf019aa..ec16c9fb 100644 --- a/kustomizations/sorcerer/values-staging.yaml +++ b/kustomizations/sorcerer/values-staging.yaml @@ -1,6 +1,6 @@ replicaCount: 1 image: - tag: 59dd35ce-debug + tag: 13356e27-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From 3afe69e04e78260e0800e2c571476a834963a085 Mon Sep 17 00:00:00 2001 From: sematic-release Date: Thu, 9 Jan 2025 15:41:44 +0000 Subject: [PATCH 070/128] 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 2603073d..17274764 100644 --- a/charts/sorcerer/Chart.yaml +++ b/charts/sorcerer/Chart.yaml @@ -12,7 +12,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: v4.13.1 +version: v4.13.2 # 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: v4.13.1 +appVersion: v4.13.2 diff --git a/charts/sorcerer/values.yaml b/charts/sorcerer/values.yaml index e0a7a896..ca644202 100644 --- a/charts/sorcerer/values.yaml +++ b/charts/sorcerer/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/sorcerer - tag: v4.13.1 + tag: v4.13.2 pullPolicy: IfNotPresent init: enabled: false From 23a7d013512d0b1137ff1b3a0d95a0731d91f2a7 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Thu, 9 Jan 2025 17:48:57 +0000 Subject: [PATCH 071/128] ci: atlantis --- kustomizations/atlantis/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/atlantis/values-staging.yaml b/kustomizations/atlantis/values-staging.yaml index a0490c4d..89591027 100644 --- a/kustomizations/atlantis/values-staging.yaml +++ b/kustomizations/atlantis/values-staging.yaml @@ -16,7 +16,7 @@ podAnnotations: dapr.io/sidecar-memory-limit: "1000Mi" dapr.io/log-as-json: "true" image: - tag: 0d275b8b-debug + tag: e2257c92-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From 5f5625da6109af9fc6b35d73c1fde1bd3ed5f1b4 Mon Sep 17 00:00:00 2001 From: sematic-release Date: Thu, 9 Jan 2025 17:54:51 +0000 Subject: [PATCH 072/128] 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 d06b73e9..7b839359 100644 --- a/charts/atlantis/Chart.yaml +++ b/charts/atlantis/Chart.yaml @@ -12,7 +12,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: v2.84.1 +version: v2.92.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: v2.84.1 +appVersion: v2.92.0 diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index b38df526..32c8c2f3 100644 --- a/charts/atlantis/values.yaml +++ b/charts/atlantis/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/atlantis - tag: v2.84.1 + tag: v2.92.0 pullPolicy: IfNotPresent init: enabled: false From 5e405947d676aff80913521ea50f71ccc8e9554a Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Sat, 11 Jan 2025 15:02:58 +0000 Subject: [PATCH 073/128] ci: sorcerer --- kustomizations/sorcerer/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/sorcerer/values-staging.yaml b/kustomizations/sorcerer/values-staging.yaml index ec16c9fb..9e3c1570 100644 --- a/kustomizations/sorcerer/values-staging.yaml +++ b/kustomizations/sorcerer/values-staging.yaml @@ -1,6 +1,6 @@ replicaCount: 1 image: - tag: 13356e27-debug + tag: 262d2557-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From 87f300082084658f28d962cc7cb60ac352deab30 Mon Sep 17 00:00:00 2001 From: sematic-release Date: Sat, 11 Jan 2025 15:06:43 +0000 Subject: [PATCH 074/128] 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 17274764..adaeed11 100644 --- a/charts/sorcerer/Chart.yaml +++ b/charts/sorcerer/Chart.yaml @@ -12,7 +12,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: v4.13.2 +version: v4.13.3 # 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: v4.13.2 +appVersion: v4.13.3 diff --git a/charts/sorcerer/values.yaml b/charts/sorcerer/values.yaml index ca644202..cb6980c6 100644 --- a/charts/sorcerer/values.yaml +++ b/charts/sorcerer/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/sorcerer - tag: v4.13.2 + tag: v4.13.3 pullPolicy: IfNotPresent init: enabled: false From 5a8e6c31564dd1c270317f85e0e941e7e7ac9861 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Sat, 11 Jan 2025 15:23:36 +0000 Subject: [PATCH 075/128] ci: sorcerer --- kustomizations/sorcerer/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/sorcerer/values-staging.yaml b/kustomizations/sorcerer/values-staging.yaml index 9e3c1570..1415a50d 100644 --- a/kustomizations/sorcerer/values-staging.yaml +++ b/kustomizations/sorcerer/values-staging.yaml @@ -1,6 +1,6 @@ replicaCount: 1 image: - tag: 262d2557-debug + tag: e9e52c14-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From 351a9b48014c598820f19dd4e6fd34a410010c41 Mon Sep 17 00:00:00 2001 From: sematic-release Date: Sat, 11 Jan 2025 15:27:43 +0000 Subject: [PATCH 076/128] 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 adaeed11..9af7224a 100644 --- a/charts/sorcerer/Chart.yaml +++ b/charts/sorcerer/Chart.yaml @@ -12,7 +12,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: v4.13.3 +version: v4.13.4 # 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: v4.13.3 +appVersion: v4.13.4 diff --git a/charts/sorcerer/values.yaml b/charts/sorcerer/values.yaml index cb6980c6..6054d009 100644 --- a/charts/sorcerer/values.yaml +++ b/charts/sorcerer/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/sorcerer - tag: v4.13.3 + tag: v4.13.4 pullPolicy: IfNotPresent init: enabled: false From 86b5fbfad239033ff29b5533c93ce4231dd3127a Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Sat, 11 Jan 2025 15:41:10 +0000 Subject: [PATCH 077/128] ci: sorcerer --- kustomizations/sorcerer/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/sorcerer/values-staging.yaml b/kustomizations/sorcerer/values-staging.yaml index 1415a50d..311983e4 100644 --- a/kustomizations/sorcerer/values-staging.yaml +++ b/kustomizations/sorcerer/values-staging.yaml @@ -1,6 +1,6 @@ replicaCount: 1 image: - tag: e9e52c14-debug + tag: e2be9765-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From dc46f7355ee1d1e4a7d45adee4a5c5f397728e2e Mon Sep 17 00:00:00 2001 From: sematic-release Date: Sat, 11 Jan 2025 15:45:07 +0000 Subject: [PATCH 078/128] 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 9af7224a..87add973 100644 --- a/charts/sorcerer/Chart.yaml +++ b/charts/sorcerer/Chart.yaml @@ -12,7 +12,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: v4.13.4 +version: v4.13.5 # 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: v4.13.4 +appVersion: v4.13.5 diff --git a/charts/sorcerer/values.yaml b/charts/sorcerer/values.yaml index 6054d009..aea71051 100644 --- a/charts/sorcerer/values.yaml +++ b/charts/sorcerer/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/sorcerer - tag: v4.13.4 + tag: v4.13.5 pullPolicy: IfNotPresent init: enabled: false From 6d0a2cbac8851f8f7d8f189b2aa0687c1a446da1 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Sat, 11 Jan 2025 20:16:33 +0000 Subject: [PATCH 079/128] ci: atlantis --- kustomizations/atlantis/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/atlantis/values-staging.yaml b/kustomizations/atlantis/values-staging.yaml index 89591027..842bbdc6 100644 --- a/kustomizations/atlantis/values-staging.yaml +++ b/kustomizations/atlantis/values-staging.yaml @@ -16,7 +16,7 @@ podAnnotations: dapr.io/sidecar-memory-limit: "1000Mi" dapr.io/log-as-json: "true" image: - tag: e2257c92-debug + tag: 780cae48-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From 72a6cb19dbd008cda20cfb73bc5e007e65c5ff37 Mon Sep 17 00:00:00 2001 From: sematic-release Date: Sat, 11 Jan 2025 20:22:40 +0000 Subject: [PATCH 080/128] 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 7b839359..5647b448 100644 --- a/charts/atlantis/Chart.yaml +++ b/charts/atlantis/Chart.yaml @@ -12,7 +12,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: v2.92.0 +version: v2.92.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: v2.92.0 +appVersion: v2.92.1 diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index 32c8c2f3..36233848 100644 --- a/charts/atlantis/values.yaml +++ b/charts/atlantis/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/atlantis - tag: v2.92.0 + tag: v2.92.1 pullPolicy: IfNotPresent init: enabled: false From 8afc93ebe65a77071f03b0db7a4eee4f28af5544 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Tue, 14 Jan 2025 09:56:51 +0000 Subject: [PATCH 081/128] ci: atlantis --- kustomizations/atlantis/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/atlantis/values-staging.yaml b/kustomizations/atlantis/values-staging.yaml index 842bbdc6..b9a8cc3f 100644 --- a/kustomizations/atlantis/values-staging.yaml +++ b/kustomizations/atlantis/values-staging.yaml @@ -16,7 +16,7 @@ podAnnotations: dapr.io/sidecar-memory-limit: "1000Mi" dapr.io/log-as-json: "true" image: - tag: 780cae48-debug + tag: f3c99706-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From f32b3eb2a51babdf4ffcb5e086a0ffcba9278c4d Mon Sep 17 00:00:00 2001 From: sematic-release Date: Tue, 14 Jan 2025 10:02:47 +0000 Subject: [PATCH 082/128] 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 5647b448..ba13e87c 100644 --- a/charts/atlantis/Chart.yaml +++ b/charts/atlantis/Chart.yaml @@ -12,7 +12,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: v2.92.1 +version: v2.93.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: v2.92.1 +appVersion: v2.93.0 diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index 36233848..39dd2a68 100644 --- a/charts/atlantis/values.yaml +++ b/charts/atlantis/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/atlantis - tag: v2.92.1 + tag: v2.93.0 pullPolicy: IfNotPresent init: enabled: false From 3caac2f4c98599589b3711bc0650da3c46a14e06 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Tue, 14 Jan 2025 12:23:14 +0000 Subject: [PATCH 083/128] ci: sorcerer --- kustomizations/sorcerer/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/sorcerer/values-staging.yaml b/kustomizations/sorcerer/values-staging.yaml index 311983e4..f46d13b9 100644 --- a/kustomizations/sorcerer/values-staging.yaml +++ b/kustomizations/sorcerer/values-staging.yaml @@ -1,6 +1,6 @@ replicaCount: 1 image: - tag: e2be9765-debug + tag: 943a1a8c-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From ae4537415ccb9bc51176d7f93dbad187c503800f Mon Sep 17 00:00:00 2001 From: sematic-release Date: Tue, 14 Jan 2025 12:27:17 +0000 Subject: [PATCH 084/128] 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 87add973..ffeaede2 100644 --- a/charts/sorcerer/Chart.yaml +++ b/charts/sorcerer/Chart.yaml @@ -12,7 +12,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: v4.13.5 +version: v4.14.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: v4.13.5 +appVersion: v4.14.0 diff --git a/charts/sorcerer/values.yaml b/charts/sorcerer/values.yaml index aea71051..69efda2f 100644 --- a/charts/sorcerer/values.yaml +++ b/charts/sorcerer/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/sorcerer - tag: v4.13.5 + tag: v4.14.0 pullPolicy: IfNotPresent init: enabled: false From 615887357580d9d39b110b25c4c6bd3c5da39f0e Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Tue, 14 Jan 2025 14:48:20 +0000 Subject: [PATCH 085/128] ci: sorcerer --- kustomizations/sorcerer/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/sorcerer/values-staging.yaml b/kustomizations/sorcerer/values-staging.yaml index f46d13b9..9a33d0eb 100644 --- a/kustomizations/sorcerer/values-staging.yaml +++ b/kustomizations/sorcerer/values-staging.yaml @@ -1,6 +1,6 @@ replicaCount: 1 image: - tag: 943a1a8c-debug + tag: 7da363ca-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From 6a2fbbdbeb3b0d268019ee3251e88ce89bf515d2 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Tue, 14 Jan 2025 14:51:40 +0000 Subject: [PATCH 086/128] ci: atlantis --- kustomizations/atlantis/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/atlantis/values-staging.yaml b/kustomizations/atlantis/values-staging.yaml index b9a8cc3f..5048c7ac 100644 --- a/kustomizations/atlantis/values-staging.yaml +++ b/kustomizations/atlantis/values-staging.yaml @@ -16,7 +16,7 @@ podAnnotations: dapr.io/sidecar-memory-limit: "1000Mi" dapr.io/log-as-json: "true" image: - tag: f3c99706-debug + tag: cd469eb4-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From 69460803769a9323fcf514ebc71dc8b1f38a47a0 Mon Sep 17 00:00:00 2001 From: sematic-release Date: Tue, 14 Jan 2025 14:52:31 +0000 Subject: [PATCH 087/128] 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 ffeaede2..cab58d0e 100644 --- a/charts/sorcerer/Chart.yaml +++ b/charts/sorcerer/Chart.yaml @@ -12,7 +12,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: v4.14.0 +version: v4.14.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: v4.14.0 +appVersion: v4.14.1 diff --git a/charts/sorcerer/values.yaml b/charts/sorcerer/values.yaml index 69efda2f..fb453110 100644 --- a/charts/sorcerer/values.yaml +++ b/charts/sorcerer/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/sorcerer - tag: v4.14.0 + tag: v4.14.1 pullPolicy: IfNotPresent init: enabled: false From 99e2a58441bb0cf36de32f5c6c7c3a9a6294a604 Mon Sep 17 00:00:00 2001 From: sematic-release Date: Tue, 14 Jan 2025 14:58:03 +0000 Subject: [PATCH 088/128] 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 ba13e87c..d850caaa 100644 --- a/charts/atlantis/Chart.yaml +++ b/charts/atlantis/Chart.yaml @@ -12,7 +12,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: v2.93.0 +version: v2.94.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: v2.93.0 +appVersion: v2.94.0 diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index 39dd2a68..4d5c6bb2 100644 --- a/charts/atlantis/values.yaml +++ b/charts/atlantis/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/atlantis - tag: v2.93.0 + tag: v2.94.0 pullPolicy: IfNotPresent init: enabled: false From 5129b2458170ec88b0dec84e230ea68283bb7b15 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Fri, 17 Jan 2025 12:10:00 +0000 Subject: [PATCH 089/128] ci: sorcerer --- kustomizations/sorcerer/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/sorcerer/values-staging.yaml b/kustomizations/sorcerer/values-staging.yaml index 9a33d0eb..d81c763e 100644 --- a/kustomizations/sorcerer/values-staging.yaml +++ b/kustomizations/sorcerer/values-staging.yaml @@ -1,6 +1,6 @@ replicaCount: 1 image: - tag: 7da363ca-debug + tag: 1a60711d-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From 6162cc1c254b787ed3cdf167d2696bcd0b5e72dd Mon Sep 17 00:00:00 2001 From: sematic-release Date: Fri, 17 Jan 2025 12:13:51 +0000 Subject: [PATCH 090/128] 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 cab58d0e..3b2a9d8c 100644 --- a/charts/sorcerer/Chart.yaml +++ b/charts/sorcerer/Chart.yaml @@ -12,7 +12,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: v4.14.1 +version: v4.15.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: v4.14.1 +appVersion: v4.15.0 diff --git a/charts/sorcerer/values.yaml b/charts/sorcerer/values.yaml index fb453110..3f185757 100644 --- a/charts/sorcerer/values.yaml +++ b/charts/sorcerer/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/sorcerer - tag: v4.14.1 + tag: v4.15.0 pullPolicy: IfNotPresent init: enabled: false From 9b7c95bc7108a292e170148f0b61c9f868f37045 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Fri, 17 Jan 2025 12:17:23 +0000 Subject: [PATCH 091/128] ci: atlantis --- kustomizations/atlantis/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/atlantis/values-staging.yaml b/kustomizations/atlantis/values-staging.yaml index 5048c7ac..cbc1a57a 100644 --- a/kustomizations/atlantis/values-staging.yaml +++ b/kustomizations/atlantis/values-staging.yaml @@ -16,7 +16,7 @@ podAnnotations: dapr.io/sidecar-memory-limit: "1000Mi" dapr.io/log-as-json: "true" image: - tag: cd469eb4-debug + tag: b770188d-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From b5b8ea5d14d37448aa105b5856b1f1cfc5e213cc Mon Sep 17 00:00:00 2001 From: sematic-release Date: Fri, 17 Jan 2025 12:23:15 +0000 Subject: [PATCH 092/128] 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 d850caaa..8aedfb74 100644 --- a/charts/atlantis/Chart.yaml +++ b/charts/atlantis/Chart.yaml @@ -12,7 +12,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: v2.94.0 +version: v2.95.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: v2.94.0 +appVersion: v2.95.0 diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index 4d5c6bb2..0253d95f 100644 --- a/charts/atlantis/values.yaml +++ b/charts/atlantis/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/atlantis - tag: v2.94.0 + tag: v2.95.0 pullPolicy: IfNotPresent init: enabled: false From f57b51de2ba290e05af69981f5e6ce01c0e309ce Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Fri, 17 Jan 2025 12:51:26 +0000 Subject: [PATCH 093/128] ci: atlantis --- kustomizations/atlantis/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/atlantis/values-staging.yaml b/kustomizations/atlantis/values-staging.yaml index cbc1a57a..50aa10bb 100644 --- a/kustomizations/atlantis/values-staging.yaml +++ b/kustomizations/atlantis/values-staging.yaml @@ -16,7 +16,7 @@ podAnnotations: dapr.io/sidecar-memory-limit: "1000Mi" dapr.io/log-as-json: "true" image: - tag: b770188d-debug + tag: b565feb3-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From 8569811687d39a6b1075e56430d629352a08124f Mon Sep 17 00:00:00 2001 From: sematic-release Date: Fri, 17 Jan 2025 12:57:25 +0000 Subject: [PATCH 094/128] 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 8aedfb74..fcdc0c2b 100644 --- a/charts/atlantis/Chart.yaml +++ b/charts/atlantis/Chart.yaml @@ -12,7 +12,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: v2.95.0 +version: v2.95.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: v2.95.0 +appVersion: v2.95.1 diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index 0253d95f..d962a942 100644 --- a/charts/atlantis/values.yaml +++ b/charts/atlantis/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/atlantis - tag: v2.95.0 + tag: v2.95.1 pullPolicy: IfNotPresent init: enabled: false From 44241671ad02112731d975764bb58d7227abd879 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Fri, 17 Jan 2025 17:07:09 +0000 Subject: [PATCH 095/128] ci: sorcerer --- kustomizations/sorcerer/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/sorcerer/values-staging.yaml b/kustomizations/sorcerer/values-staging.yaml index d81c763e..830192b6 100644 --- a/kustomizations/sorcerer/values-staging.yaml +++ b/kustomizations/sorcerer/values-staging.yaml @@ -1,6 +1,6 @@ replicaCount: 1 image: - tag: 1a60711d-debug + tag: b8bc0601-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From 3a4d782b9839310039ac20abecfc7be1ed264a75 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Fri, 17 Jan 2025 17:10:06 +0000 Subject: [PATCH 096/128] ci: atlantis --- kustomizations/atlantis/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/atlantis/values-staging.yaml b/kustomizations/atlantis/values-staging.yaml index 50aa10bb..793c8888 100644 --- a/kustomizations/atlantis/values-staging.yaml +++ b/kustomizations/atlantis/values-staging.yaml @@ -16,7 +16,7 @@ podAnnotations: dapr.io/sidecar-memory-limit: "1000Mi" dapr.io/log-as-json: "true" image: - tag: b565feb3-debug + tag: 3b944f79-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From 2fef5a55a4c54d430c1fe2bb4769357296861b32 Mon Sep 17 00:00:00 2001 From: sematic-release Date: Fri, 17 Jan 2025 17:11:22 +0000 Subject: [PATCH 097/128] 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 3b2a9d8c..e49e7af5 100644 --- a/charts/sorcerer/Chart.yaml +++ b/charts/sorcerer/Chart.yaml @@ -12,7 +12,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: v4.15.0 +version: v4.15.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: v4.15.0 +appVersion: v4.15.1 diff --git a/charts/sorcerer/values.yaml b/charts/sorcerer/values.yaml index 3f185757..37273b01 100644 --- a/charts/sorcerer/values.yaml +++ b/charts/sorcerer/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/sorcerer - tag: v4.15.0 + tag: v4.15.1 pullPolicy: IfNotPresent init: enabled: false From 5b17096f021c98bb5abf501e122872074e0a3b71 Mon Sep 17 00:00:00 2001 From: sematic-release Date: Fri, 17 Jan 2025 17:16:21 +0000 Subject: [PATCH 098/128] 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 fcdc0c2b..6bc7b01e 100644 --- a/charts/atlantis/Chart.yaml +++ b/charts/atlantis/Chart.yaml @@ -12,7 +12,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: v2.95.1 +version: v2.95.2 # 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: v2.95.1 +appVersion: v2.95.2 diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index d962a942..c6f1e2f2 100644 --- a/charts/atlantis/values.yaml +++ b/charts/atlantis/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/atlantis - tag: v2.95.1 + tag: v2.95.2 pullPolicy: IfNotPresent init: enabled: false From 927a27fa6611e2e90657cd5d6beafbfdcf7ec9c9 Mon Sep 17 00:00:00 2001 From: Stig Rune Jensen Date: Sun, 19 Jan 2025 13:29:50 +0000 Subject: [PATCH 099/128] ci: sorcerer --- kustomizations/sorcerer/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/sorcerer/values-staging.yaml b/kustomizations/sorcerer/values-staging.yaml index 830192b6..e40614a2 100644 --- a/kustomizations/sorcerer/values-staging.yaml +++ b/kustomizations/sorcerer/values-staging.yaml @@ -1,6 +1,6 @@ replicaCount: 1 image: - tag: b8bc0601-debug + tag: 36c855b7-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From cb0c3eef9592db86a7f0f32e361a367d5802773d Mon Sep 17 00:00:00 2001 From: sematic-release Date: Sun, 19 Jan 2025 13:33:58 +0000 Subject: [PATCH 100/128] 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 e49e7af5..140d4afe 100644 --- a/charts/sorcerer/Chart.yaml +++ b/charts/sorcerer/Chart.yaml @@ -12,7 +12,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: v4.15.1 +version: v4.16.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: v4.15.1 +appVersion: v4.16.0 diff --git a/charts/sorcerer/values.yaml b/charts/sorcerer/values.yaml index 37273b01..5a342e3e 100644 --- a/charts/sorcerer/values.yaml +++ b/charts/sorcerer/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/sorcerer - tag: v4.15.1 + tag: v4.16.0 pullPolicy: IfNotPresent init: enabled: false From 3567f18b2e93f6df15bb0ee0b05b5bfd33cb1cba Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Mon, 20 Jan 2025 07:51:08 +0100 Subject: [PATCH 101/128] fix: add capgemini --- kustomizations/petimeter/manifests/acl.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/kustomizations/petimeter/manifests/acl.json b/kustomizations/petimeter/manifests/acl.json index b02f91af..9a873e76 100644 --- a/kustomizations/petimeter/manifests/acl.json +++ b/kustomizations/petimeter/manifests/acl.json @@ -375,6 +375,20 @@ } ] }, + { + "domain": "capgemini.com", + "access": [ + { + "matching": ".*@capgemini.com", + "group": "/capgemini", + "roles": [ "user" ], + "capabilities": [ + "run:transport", + "run:sedimentation" + ] + } + ] + }, { "domain": "gmail.com", "access": [ From 8f13d78cf29a8cd3352f23da4301b90058193805 Mon Sep 17 00:00:00 2001 From: Stig Rune Jensen Date: Mon, 20 Jan 2025 17:34:15 +0000 Subject: [PATCH 102/128] ci: atlantis --- kustomizations/atlantis/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/atlantis/values-staging.yaml b/kustomizations/atlantis/values-staging.yaml index 793c8888..56f4877b 100644 --- a/kustomizations/atlantis/values-staging.yaml +++ b/kustomizations/atlantis/values-staging.yaml @@ -16,7 +16,7 @@ podAnnotations: dapr.io/sidecar-memory-limit: "1000Mi" dapr.io/log-as-json: "true" image: - tag: 3b944f79-debug + tag: cf7e4bd3-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From 39e6cebe09cd5a4e34a743bca01b4493b34962ab Mon Sep 17 00:00:00 2001 From: sematic-release Date: Mon, 20 Jan 2025 17:40:21 +0000 Subject: [PATCH 103/128] 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 6bc7b01e..1803b8e3 100644 --- a/charts/atlantis/Chart.yaml +++ b/charts/atlantis/Chart.yaml @@ -12,7 +12,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: v2.95.2 +version: v2.96.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: v2.95.2 +appVersion: v2.96.0 diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index c6f1e2f2..d331d192 100644 --- a/charts/atlantis/values.yaml +++ b/charts/atlantis/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/atlantis - tag: v2.95.2 + tag: v2.96.0 pullPolicy: IfNotPresent init: enabled: false From 8a4726dd38928ecfa92b59d1272ba6e105b6a775 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Wed, 22 Jan 2025 13:55:52 +0000 Subject: [PATCH 104/128] ci: atlantis --- kustomizations/atlantis/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/atlantis/values-staging.yaml b/kustomizations/atlantis/values-staging.yaml index 56f4877b..5d24e2bf 100644 --- a/kustomizations/atlantis/values-staging.yaml +++ b/kustomizations/atlantis/values-staging.yaml @@ -16,7 +16,7 @@ podAnnotations: dapr.io/sidecar-memory-limit: "1000Mi" dapr.io/log-as-json: "true" image: - tag: cf7e4bd3-debug + tag: 00534a21-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From bf3b2aeb7c907241c131ef8438d94da515da7885 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Thu, 23 Jan 2025 14:06:49 +0000 Subject: [PATCH 105/128] ci: atlantis --- kustomizations/atlantis/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/atlantis/values-staging.yaml b/kustomizations/atlantis/values-staging.yaml index 5d24e2bf..aadb6d05 100644 --- a/kustomizations/atlantis/values-staging.yaml +++ b/kustomizations/atlantis/values-staging.yaml @@ -16,7 +16,7 @@ podAnnotations: dapr.io/sidecar-memory-limit: "1000Mi" dapr.io/log-as-json: "true" image: - tag: 00534a21-debug + tag: 72242200-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From 86a2eeddb6460d3993bbe5caeb98e4ee186a815b Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Thu, 23 Jan 2025 14:09:50 +0000 Subject: [PATCH 106/128] ci: sorcerer --- kustomizations/sorcerer/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/sorcerer/values-staging.yaml b/kustomizations/sorcerer/values-staging.yaml index e40614a2..51978598 100644 --- a/kustomizations/sorcerer/values-staging.yaml +++ b/kustomizations/sorcerer/values-staging.yaml @@ -1,6 +1,6 @@ replicaCount: 1 image: - tag: 36c855b7-debug + tag: d28e67ea-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From 8c878f1ebc84d8e1be7ed048357318f36236eac4 Mon Sep 17 00:00:00 2001 From: sematic-release Date: Thu, 23 Jan 2025 14:12:56 +0000 Subject: [PATCH 107/128] 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 1803b8e3..b072c77a 100644 --- a/charts/atlantis/Chart.yaml +++ b/charts/atlantis/Chart.yaml @@ -12,7 +12,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: v2.96.0 +version: v2.96.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: v2.96.0 +appVersion: v2.96.1 diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index d331d192..d6a1eab0 100644 --- a/charts/atlantis/values.yaml +++ b/charts/atlantis/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/atlantis - tag: v2.96.0 + tag: v2.96.1 pullPolicy: IfNotPresent init: enabled: false From 1391e82e1e625038a61d463a1b676f300e7818d4 Mon Sep 17 00:00:00 2001 From: sematic-release Date: Thu, 23 Jan 2025 14:14:13 +0000 Subject: [PATCH 108/128] 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 140d4afe..105451f5 100644 --- a/charts/sorcerer/Chart.yaml +++ b/charts/sorcerer/Chart.yaml @@ -12,7 +12,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: v4.16.0 +version: v4.16.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: v4.16.0 +appVersion: v4.16.1 diff --git a/charts/sorcerer/values.yaml b/charts/sorcerer/values.yaml index 5a342e3e..da3df5d1 100644 --- a/charts/sorcerer/values.yaml +++ b/charts/sorcerer/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/sorcerer - tag: v4.16.0 + tag: v4.16.1 pullPolicy: IfNotPresent init: enabled: false From f6959b58c143d143aa4cb6c66ad05bbb58ead6ac Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Thu, 23 Jan 2025 17:17:25 +0000 Subject: [PATCH 109/128] ci: atlantis --- kustomizations/atlantis/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/atlantis/values-staging.yaml b/kustomizations/atlantis/values-staging.yaml index aadb6d05..52c2c630 100644 --- a/kustomizations/atlantis/values-staging.yaml +++ b/kustomizations/atlantis/values-staging.yaml @@ -16,7 +16,7 @@ podAnnotations: dapr.io/sidecar-memory-limit: "1000Mi" dapr.io/log-as-json: "true" image: - tag: 72242200-debug + tag: ac9a5e29-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From 49d3b70bd190a1fd6042d0be39b57507bbcfb485 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Thu, 23 Jan 2025 19:55:47 +0000 Subject: [PATCH 110/128] ci: atlantis --- kustomizations/atlantis/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/atlantis/values-staging.yaml b/kustomizations/atlantis/values-staging.yaml index 52c2c630..ba13e78d 100644 --- a/kustomizations/atlantis/values-staging.yaml +++ b/kustomizations/atlantis/values-staging.yaml @@ -16,7 +16,7 @@ podAnnotations: dapr.io/sidecar-memory-limit: "1000Mi" dapr.io/log-as-json: "true" image: - tag: ac9a5e29-debug + tag: 66543db8-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From 2a2b943ab4823c1dc46b34498c7cf181a56729b4 Mon Sep 17 00:00:00 2001 From: sematic-release Date: Thu, 23 Jan 2025 20:01:55 +0000 Subject: [PATCH 111/128] 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 b072c77a..ae02a5f5 100644 --- a/charts/atlantis/Chart.yaml +++ b/charts/atlantis/Chart.yaml @@ -12,7 +12,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: v2.96.1 +version: v2.96.2 # 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: v2.96.1 +appVersion: v2.96.2 diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index d6a1eab0..8812c72c 100644 --- a/charts/atlantis/values.yaml +++ b/charts/atlantis/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/atlantis - tag: v2.96.1 + tag: v2.96.2 pullPolicy: IfNotPresent init: enabled: false From ce80f6c73642b8016923e6c54fd1313a3e15a67d Mon Sep 17 00:00:00 2001 From: Stig Rune Jensen Date: Fri, 24 Jan 2025 08:48:23 +0000 Subject: [PATCH 112/128] ci: atlantis --- kustomizations/atlantis/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/atlantis/values-staging.yaml b/kustomizations/atlantis/values-staging.yaml index ba13e78d..fbf8fa5e 100644 --- a/kustomizations/atlantis/values-staging.yaml +++ b/kustomizations/atlantis/values-staging.yaml @@ -16,7 +16,7 @@ podAnnotations: dapr.io/sidecar-memory-limit: "1000Mi" dapr.io/log-as-json: "true" image: - tag: 66543db8-debug + tag: 91d37694-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From 7c68de2597fafde48e1b841ce77b0a86749448be Mon Sep 17 00:00:00 2001 From: sematic-release Date: Fri, 24 Jan 2025 08:54:26 +0000 Subject: [PATCH 113/128] 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 ae02a5f5..87ccd054 100644 --- a/charts/atlantis/Chart.yaml +++ b/charts/atlantis/Chart.yaml @@ -12,7 +12,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: v2.96.2 +version: v2.97.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: v2.96.2 +appVersion: v2.97.0 diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index 8812c72c..046beaed 100644 --- a/charts/atlantis/values.yaml +++ b/charts/atlantis/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/atlantis - tag: v2.96.2 + tag: v2.97.0 pullPolicy: IfNotPresent init: enabled: false From cd190633c21d2e4e167d51dcea36ce26b2e18a95 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Mon, 27 Jan 2025 10:02:54 +0000 Subject: [PATCH 114/128] ci: atlantis --- kustomizations/atlantis/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/atlantis/values-staging.yaml b/kustomizations/atlantis/values-staging.yaml index fbf8fa5e..66c083d1 100644 --- a/kustomizations/atlantis/values-staging.yaml +++ b/kustomizations/atlantis/values-staging.yaml @@ -16,7 +16,7 @@ podAnnotations: dapr.io/sidecar-memory-limit: "1000Mi" dapr.io/log-as-json: "true" image: - tag: 91d37694-debug + tag: 438df300-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From fa24c30922a7aba4f92e3e4909d8286e45ad9fbf Mon Sep 17 00:00:00 2001 From: sematic-release Date: Mon, 27 Jan 2025 10:08:54 +0000 Subject: [PATCH 115/128] 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 87ccd054..8c0116ae 100644 --- a/charts/atlantis/Chart.yaml +++ b/charts/atlantis/Chart.yaml @@ -12,7 +12,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: v2.97.0 +version: v2.97.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: v2.97.0 +appVersion: v2.97.1 diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index 046beaed..4c160a10 100644 --- a/charts/atlantis/values.yaml +++ b/charts/atlantis/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/atlantis - tag: v2.97.0 + tag: v2.97.1 pullPolicy: IfNotPresent init: enabled: false From ffd4a65c2e6e0ee447c5e74c630c5f969100c4b2 Mon Sep 17 00:00:00 2001 From: Stig Rune Jensen Date: Mon, 27 Jan 2025 10:48:48 +0000 Subject: [PATCH 116/128] ci: sorcerer --- kustomizations/sorcerer/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/sorcerer/values-staging.yaml b/kustomizations/sorcerer/values-staging.yaml index 51978598..73c55d98 100644 --- a/kustomizations/sorcerer/values-staging.yaml +++ b/kustomizations/sorcerer/values-staging.yaml @@ -1,6 +1,6 @@ replicaCount: 1 image: - tag: d28e67ea-debug + tag: cde81224-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From 1d2fd0ac201e7131654bcd2e8cf3002e3d6f5239 Mon Sep 17 00:00:00 2001 From: Stig Rune Jensen Date: Mon, 27 Jan 2025 10:50:43 +0000 Subject: [PATCH 117/128] ci: atlantis --- kustomizations/atlantis/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/atlantis/values-staging.yaml b/kustomizations/atlantis/values-staging.yaml index 66c083d1..b82faa05 100644 --- a/kustomizations/atlantis/values-staging.yaml +++ b/kustomizations/atlantis/values-staging.yaml @@ -16,7 +16,7 @@ podAnnotations: dapr.io/sidecar-memory-limit: "1000Mi" dapr.io/log-as-json: "true" image: - tag: 438df300-debug + tag: 24feeaba-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From 7c4c34c79014046fd5679f241bd316d0e40c1549 Mon Sep 17 00:00:00 2001 From: sematic-release Date: Mon, 27 Jan 2025 10:53:10 +0000 Subject: [PATCH 118/128] 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 105451f5..7f89c67b 100644 --- a/charts/sorcerer/Chart.yaml +++ b/charts/sorcerer/Chart.yaml @@ -12,7 +12,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: v4.16.1 +version: v4.16.2 # 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: v4.16.1 +appVersion: v4.16.2 diff --git a/charts/sorcerer/values.yaml b/charts/sorcerer/values.yaml index da3df5d1..50a54834 100644 --- a/charts/sorcerer/values.yaml +++ b/charts/sorcerer/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/sorcerer - tag: v4.16.1 + tag: v4.16.2 pullPolicy: IfNotPresent init: enabled: false From a32321ca1507a1a421a9dd12d1f0bb33f09dc1d3 Mon Sep 17 00:00:00 2001 From: sematic-release Date: Mon, 27 Jan 2025 10:56:39 +0000 Subject: [PATCH 119/128] 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 8c0116ae..b45b9905 100644 --- a/charts/atlantis/Chart.yaml +++ b/charts/atlantis/Chart.yaml @@ -12,7 +12,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: v2.97.1 +version: v2.97.2 # 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: v2.97.1 +appVersion: v2.97.2 diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index 4c160a10..9345dde1 100644 --- a/charts/atlantis/values.yaml +++ b/charts/atlantis/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/atlantis - tag: v2.97.1 + tag: v2.97.2 pullPolicy: IfNotPresent init: enabled: false From de50620d722098436b8ff680aec04fdc4d1541b8 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Tue, 28 Jan 2025 07:24:10 +0000 Subject: [PATCH 120/128] ci: atlantis --- kustomizations/atlantis/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/atlantis/values-staging.yaml b/kustomizations/atlantis/values-staging.yaml index b82faa05..689f91fa 100644 --- a/kustomizations/atlantis/values-staging.yaml +++ b/kustomizations/atlantis/values-staging.yaml @@ -16,7 +16,7 @@ podAnnotations: dapr.io/sidecar-memory-limit: "1000Mi" dapr.io/log-as-json: "true" image: - tag: 24feeaba-debug + tag: ad11d5fe-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From 072a0d2da3f3a7f3645e76f3c28368e5ff2627ff Mon Sep 17 00:00:00 2001 From: sematic-release Date: Tue, 28 Jan 2025 07:30:04 +0000 Subject: [PATCH 121/128] 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 b45b9905..7eadc14c 100644 --- a/charts/atlantis/Chart.yaml +++ b/charts/atlantis/Chart.yaml @@ -12,7 +12,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: v2.97.2 +version: v2.97.3 # 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: v2.97.2 +appVersion: v2.97.3 diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index 9345dde1..5e519356 100644 --- a/charts/atlantis/values.yaml +++ b/charts/atlantis/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/atlantis - tag: v2.97.2 + tag: v2.97.3 pullPolicy: IfNotPresent init: enabled: false From cd741fbdc7b5d564c4b593dccc9ad15b35bebe95 Mon Sep 17 00:00:00 2001 From: Stig Rune Jensen Date: Thu, 30 Jan 2025 16:09:35 +0000 Subject: [PATCH 122/128] ci: atlantis --- kustomizations/atlantis/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/atlantis/values-staging.yaml b/kustomizations/atlantis/values-staging.yaml index 689f91fa..58128165 100644 --- a/kustomizations/atlantis/values-staging.yaml +++ b/kustomizations/atlantis/values-staging.yaml @@ -16,7 +16,7 @@ podAnnotations: dapr.io/sidecar-memory-limit: "1000Mi" dapr.io/log-as-json: "true" image: - tag: ad11d5fe-debug + tag: 17861e90-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From ae4d7bd46464bf06bfa0c18c85d6332f89cad265 Mon Sep 17 00:00:00 2001 From: sematic-release Date: Thu, 30 Jan 2025 16:15:31 +0000 Subject: [PATCH 123/128] 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 7eadc14c..401e7b4a 100644 --- a/charts/atlantis/Chart.yaml +++ b/charts/atlantis/Chart.yaml @@ -12,7 +12,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: v2.97.3 +version: v2.97.4 # 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: v2.97.3 +appVersion: v2.97.4 diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index 5e519356..f3258425 100644 --- a/charts/atlantis/values.yaml +++ b/charts/atlantis/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/atlantis - tag: v2.97.3 + tag: v2.97.4 pullPolicy: IfNotPresent init: enabled: false From 3468a8ccaafc2623080950c5a5641b144bcdae4c Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Thu, 30 Jan 2025 18:42:40 +0000 Subject: [PATCH 124/128] ci: sorcerer --- kustomizations/sorcerer/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/sorcerer/values-staging.yaml b/kustomizations/sorcerer/values-staging.yaml index 73c55d98..4481badd 100644 --- a/kustomizations/sorcerer/values-staging.yaml +++ b/kustomizations/sorcerer/values-staging.yaml @@ -1,6 +1,6 @@ replicaCount: 1 image: - tag: cde81224-debug + tag: 73a2bbb7-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From 0055644a4c38232cd0dff78879f9721945665f63 Mon Sep 17 00:00:00 2001 From: sematic-release Date: Thu, 30 Jan 2025 18:46:57 +0000 Subject: [PATCH 125/128] 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 7f89c67b..f9a78b34 100644 --- a/charts/sorcerer/Chart.yaml +++ b/charts/sorcerer/Chart.yaml @@ -12,7 +12,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: v4.16.2 +version: v4.16.3 # 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: v4.16.2 +appVersion: v4.16.3 diff --git a/charts/sorcerer/values.yaml b/charts/sorcerer/values.yaml index 50a54834..053bb8b3 100644 --- a/charts/sorcerer/values.yaml +++ b/charts/sorcerer/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/sorcerer - tag: v4.16.2 + tag: v4.16.3 pullPolicy: IfNotPresent init: enabled: false From 5cfcb23a00d1ef31b4c1e604653af6f13bd09d4d Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Thu, 30 Jan 2025 20:50:49 +0000 Subject: [PATCH 126/128] ci: atlantis --- kustomizations/atlantis/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/atlantis/values-staging.yaml b/kustomizations/atlantis/values-staging.yaml index 58128165..b3ad722f 100644 --- a/kustomizations/atlantis/values-staging.yaml +++ b/kustomizations/atlantis/values-staging.yaml @@ -16,7 +16,7 @@ podAnnotations: dapr.io/sidecar-memory-limit: "1000Mi" dapr.io/log-as-json: "true" image: - tag: 17861e90-debug + tag: c2cd9b1e-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production From b1bf97e4191b59e30bab5d11bfa65b3dd412a230 Mon Sep 17 00:00:00 2001 From: sematic-release Date: Thu, 30 Jan 2025 20:57:07 +0000 Subject: [PATCH 127/128] 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 401e7b4a..5c765569 100644 --- a/charts/atlantis/Chart.yaml +++ b/charts/atlantis/Chart.yaml @@ -12,7 +12,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: v2.97.4 +version: v2.97.5 # 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: v2.97.4 +appVersion: v2.97.5 diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index f3258425..e529afe4 100644 --- a/charts/atlantis/values.yaml +++ b/charts/atlantis/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: repository: registry.gitlab.com/oceanbox/atlantis - tag: v2.97.4 + tag: v2.97.5 pullPolicy: IfNotPresent init: enabled: false From d2786de988dc8f52beb3d904984787fc179be232 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Tue, 4 Feb 2025 14:49:33 +0000 Subject: [PATCH 128/128] ci: atlantis --- kustomizations/atlantis/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomizations/atlantis/values-staging.yaml b/kustomizations/atlantis/values-staging.yaml index b3ad722f..2f230bd7 100644 --- a/kustomizations/atlantis/values-staging.yaml +++ b/kustomizations/atlantis/values-staging.yaml @@ -16,7 +16,7 @@ podAnnotations: dapr.io/sidecar-memory-limit: "1000Mi" dapr.io/log-as-json: "true" image: - tag: c2cd9b1e-debug + tag: a799890f-debug ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-production