From 8c7bcdd439c4795a8f1d9265f1b4084f22d48554 Mon Sep 17 00:00:00 2001 From: Stig Rune Jensen Date: Fri, 21 Feb 2025 15:34:11 +0000 Subject: [PATCH 1/9] ci: atlantis --- values/atlantis/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values/atlantis/values-staging.yaml b/values/atlantis/values-staging.yaml index 29567abf..4acfff66 100644 --- a/values/atlantis/values-staging.yaml +++ b/values/atlantis/values-staging.yaml @@ -1,6 +1,6 @@ replicaCount: 1 image: - tag: 922e48f5-debug + tag: 2effd427-debug podAnnotations: dapr.io/app-id: "staging-atlantis" env: From 84d194c3aa1841fc0f91baac072f04b946ce1181 Mon Sep 17 00:00:00 2001 From: sematic-release Date: Fri, 21 Feb 2025 15:40:18 +0000 Subject: [PATCH 2/9] 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 3fefedd4..2166e011 100644 --- a/charts/atlantis/Chart.yaml +++ b/charts/atlantis/Chart.yaml @@ -4,7 +4,7 @@ description: Atlantis map and simulation service type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: v2.99.1 +version: v2.99.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.99.1 +appVersion: v2.99.2 diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index ef115bb3..51225fa9 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.99.1 + tag: v2.99.2 pullPolicy: IfNotPresent init: enabled: false From e6b64c06bf705de0c394a5ec5a0b23a941ea84da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Fri, 21 Feb 2025 21:34:14 +0100 Subject: [PATCH 3/9] fix(plausible): Update ingress with correct hostname Also moves the it into the `aux` project and updates the databaseUrl to match the cnpg cluster. --- apps/plausible.yaml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/apps/plausible.yaml b/apps/plausible.yaml index 338ed4b0..99a8afec 100644 --- a/apps/plausible.yaml +++ b/apps/plausible.yaml @@ -14,7 +14,7 @@ spec: helm: values: | baseURL: https://plausible.adm.oceanbox.io - databaseURL: postgres://app:password@plausible-analytics-postgresql-rw:5432/app + databaseURL: postgres://app:password@plausible-db-rw:5432/app postgresql: enabled: false ingress: @@ -25,26 +25,25 @@ spec: 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,172.19.255.0/24,148.122.135.23 hosts: - - plausible.t0.itpartner.no + - plausible.adm.oceanbox.io paths: - / pathType: ImplementationSpecific tls: - secretName: plausible-tls hosts: - - plausible.t0.itpartner.no - project: sys + - plausible.adm.oceanbox.io + project: aux syncPolicy: managedNamespaceMetadata: labels: - component: sys + component: aux syncOptions: - CreateNamespace=true - ApplyOutOfSyncOnly=true - - ServerSideApply=true automated: - selfHeal: false prune: true + selfHeal: true --- apiVersion: postgresql.cnpg.io/v1 kind: Cluster From a069fe364a95a9f8be4ccf2989459567636a11ae Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Sat, 22 Feb 2025 11:39:07 +0000 Subject: [PATCH 4/9] ci: sorcerer --- values/sorcerer/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values/sorcerer/values-staging.yaml b/values/sorcerer/values-staging.yaml index 6297f1f6..07b92e49 100644 --- a/values/sorcerer/values-staging.yaml +++ b/values/sorcerer/values-staging.yaml @@ -1,6 +1,6 @@ replicaCount: 1 image: - tag: e8a3fc61-debug + tag: 90505a0b-debug podAnnotations: dapr.io/enabled: "true" dapr.io/app-id: "staging-sorcerer" From 5a196dd75f77e420726c1f8f800769c4c5c03c63 Mon Sep 17 00:00:00 2001 From: sematic-release Date: Sat, 22 Feb 2025 11:43:24 +0000 Subject: [PATCH 5/9] 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 358f781a..53763b1b 100644 --- a/charts/sorcerer/Chart.yaml +++ b/charts/sorcerer/Chart.yaml @@ -4,7 +4,7 @@ description: A Helm chart for Kubernetes type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: v4.18.0 +version: v4.19.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.18.0 +appVersion: v4.19.0 diff --git a/charts/sorcerer/values.yaml b/charts/sorcerer/values.yaml index 55f8c0ac..1b439788 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.18.0 + tag: v4.19.0 pullPolicy: IfNotPresent init: enabled: false From 42802a043e24d956089baeef679080391d48376b Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Sat, 22 Feb 2025 12:13:06 +0000 Subject: [PATCH 6/9] ci: atlantis --- values/atlantis/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values/atlantis/values-staging.yaml b/values/atlantis/values-staging.yaml index 4acfff66..80f0c547 100644 --- a/values/atlantis/values-staging.yaml +++ b/values/atlantis/values-staging.yaml @@ -1,6 +1,6 @@ replicaCount: 1 image: - tag: 2effd427-debug + tag: 6828e146-debug podAnnotations: dapr.io/app-id: "staging-atlantis" env: From c5facede08538ab3fd8ec55cafb9a399798bdfa2 Mon Sep 17 00:00:00 2001 From: sematic-release Date: Sat, 22 Feb 2025 12:19:08 +0000 Subject: [PATCH 7/9] 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 2166e011..84eafd94 100644 --- a/charts/atlantis/Chart.yaml +++ b/charts/atlantis/Chart.yaml @@ -4,7 +4,7 @@ description: Atlantis map and simulation service type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: v2.99.2 +version: v2.100.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.99.2 +appVersion: v2.100.0 diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index 51225fa9..8fd945db 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.99.2 + tag: v2.100.0 pullPolicy: IfNotPresent init: enabled: false From 4dfd5b83220e4f8a98e7f662ca813d6b1099dc19 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Sun, 23 Feb 2025 15:05:00 +0000 Subject: [PATCH 8/9] ci: atlantis --- values/atlantis/values-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values/atlantis/values-staging.yaml b/values/atlantis/values-staging.yaml index 80f0c547..576a2222 100644 --- a/values/atlantis/values-staging.yaml +++ b/values/atlantis/values-staging.yaml @@ -1,6 +1,6 @@ replicaCount: 1 image: - tag: 6828e146-debug + tag: ca951f4d-debug podAnnotations: dapr.io/app-id: "staging-atlantis" env: From dea3be5f36674ece0c5d3842d5502570c588a8ca Mon Sep 17 00:00:00 2001 From: sematic-release Date: Sun, 23 Feb 2025 15:11:20 +0000 Subject: [PATCH 9/9] 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 84eafd94..7555f551 100644 --- a/charts/atlantis/Chart.yaml +++ b/charts/atlantis/Chart.yaml @@ -4,7 +4,7 @@ description: Atlantis map and simulation service type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: v2.100.0 +version: v2.101.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.100.0 +appVersion: v2.101.0 diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index 8fd945db..7df3efcb 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.100.0 + tag: v2.101.0 pullPolicy: IfNotPresent init: enabled: false