From 20afe45260b3b7c05cb295e6f746b8e54bd6c3f5 Mon Sep 17 00:00:00 2001 From: Johannes Wicovsky Date: Wed, 15 Nov 2023 13:46:41 +0100 Subject: [PATCH 01/32] increase storage for postgres of connect --- values_cusprod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values_cusprod.yaml b/values_cusprod.yaml index 4c5f9dd..8fc1d58 100644 --- a/values_cusprod.yaml +++ b/values_cusprod.yaml @@ -110,7 +110,7 @@ smardigo-connect: postgres: spec: volume: - size: 200Gi + size: 250Gi monitoring: alerts: postgres: From 90a49156e7c22f0561bb038f66b5c394cb1e1b26 Mon Sep 17 00:00:00 2001 From: Johannes Wicovsky Date: Thu, 16 Nov 2023 09:59:52 +0100 Subject: [PATCH 02/32] increase db-size for connect --- values_nsodev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values_nsodev.yaml b/values_nsodev.yaml index e00da77..78e1b00 100644 --- a/values_nsodev.yaml +++ b/values_nsodev.yaml @@ -97,7 +97,7 @@ smardigo-connect: postgres: spec: volume: - size: 11Gi + size: 20Gi additionalVolumes: - name: backup-monitoring-script From 1df1f032c7442bdfbce5a29c84fd24d00fcc44e6 Mon Sep 17 00:00:00 2001 From: Johannes Wicovsky Date: Thu, 16 Nov 2023 10:02:14 +0100 Subject: [PATCH 03/32] restart connect --- values_nsodev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values_nsodev.yaml b/values_nsodev.yaml index 78e1b00..0c0ab76 100644 --- a/values_nsodev.yaml +++ b/values_nsodev.yaml @@ -136,7 +136,7 @@ smardigo-connect: teamLabel: alerting-nso-mobene connect: additional_labels: - restart: 20230911-1242 + restart: 20231511-1242 domain: connect-nsodev-prodwork01.smardigo.digital image: version: 11.1.43 From 8eb125d13a961451e3df125c0bacf606556279cd Mon Sep 17 00:00:00 2001 From: Johannes Wicovsky Date: Thu, 16 Nov 2023 10:21:03 +0100 Subject: [PATCH 04/32] restart connect --- values_nsodev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values_nsodev.yaml b/values_nsodev.yaml index 0c0ab76..1093c70 100644 --- a/values_nsodev.yaml +++ b/values_nsodev.yaml @@ -136,7 +136,7 @@ smardigo-connect: teamLabel: alerting-nso-mobene connect: additional_labels: - restart: 20231511-1242 + restart: 20231511-1220 domain: connect-nsodev-prodwork01.smardigo.digital image: version: 11.1.43 From 3f47e456c8ace32c3244c0ea5caf11890806c133 Mon Sep 17 00:00:00 2001 From: Johannes Wicovsky Date: Thu, 16 Nov 2023 10:24:07 +0100 Subject: [PATCH 05/32] restart connect --- values_nsodev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values_nsodev.yaml b/values_nsodev.yaml index 1093c70..96773e8 100644 --- a/values_nsodev.yaml +++ b/values_nsodev.yaml @@ -136,7 +136,7 @@ smardigo-connect: teamLabel: alerting-nso-mobene connect: additional_labels: - restart: 20231511-1220 + restart: 20231511-1224 domain: connect-nsodev-prodwork01.smardigo.digital image: version: 11.1.43 From d5daa5ac5aa1bf73b8d0207e1fb68a802f2e4f1a Mon Sep 17 00:00:00 2001 From: Johannes Wicovsky Date: Thu, 16 Nov 2023 15:30:22 +0100 Subject: [PATCH 06/32] update connect and process-search to latest versions --- Chart.yaml | 2 +- values_nsodev.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 3c61017..c81a45f 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -31,7 +31,7 @@ dependencies: version: 4.2.1 repository: oci://prodnso-harbor-01.smardigo.digital/infrastructure - name: smardigo-connect - version: 0.1.59 + version: 0.1.60 repository: oci://prodnso-harbor-01.smardigo.digital/smardigo - name: smardigo-worker version: 0.1.48 diff --git a/values_nsodev.yaml b/values_nsodev.yaml index 96773e8..a344a6b 100644 --- a/values_nsodev.yaml +++ b/values_nsodev.yaml @@ -139,7 +139,7 @@ smardigo-connect: restart: 20231511-1224 domain: connect-nsodev-prodwork01.smardigo.digital image: - version: 11.1.43 + version: 11.1.46 envvars: tenant_id: nsodev-mobene oidc: From a796c54dfa411dc01381897a7bbd68fab819811c Mon Sep 17 00:00:00 2001 From: Hoan To Date: Mon, 20 Nov 2023 14:33:19 +0100 Subject: [PATCH 07/32] hotfix/disable custom error handling for s3 --- values_cusprod.yaml | 1 + values_cusqa.yaml | 1 + values_nsodev.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/values_cusprod.yaml b/values_cusprod.yaml index 4c5f9dd..1799759 100644 --- a/values_cusprod.yaml +++ b/values_cusprod.yaml @@ -54,6 +54,7 @@ tenant: cert-manager.io/cluster-issuer: letsencrypt-prod cert-manager.io/issue-temporary-certificate: "true" nginx.ingress.kubernetes.io/backend-protocol: HTTPS + nginx.ingress.kubernetes.io/custom-http-errors: "599" nginx.ingress.kubernetes.io/force-ssl-redirect: "true" nginx.ingress.kubernetes.io/proxy-body-size: 32m nginx.ingress.kubernetes.io/whitelist-source-range: >- diff --git a/values_cusqa.yaml b/values_cusqa.yaml index eab1831..86e5c6a 100644 --- a/values_cusqa.yaml +++ b/values_cusqa.yaml @@ -41,6 +41,7 @@ tenant: cert-manager.io/cluster-issuer: letsencrypt-prod cert-manager.io/issue-temporary-certificate: "true" nginx.ingress.kubernetes.io/backend-protocol: HTTPS + nginx.ingress.kubernetes.io/custom-http-errors: "599" nginx.ingress.kubernetes.io/force-ssl-redirect: "true" nginx.ingress.kubernetes.io/proxy-body-size: 32m nginx.ingress.kubernetes.io/whitelist-source-range: >- diff --git a/values_nsodev.yaml b/values_nsodev.yaml index e00da77..aa424b9 100644 --- a/values_nsodev.yaml +++ b/values_nsodev.yaml @@ -41,6 +41,7 @@ tenant: cert-manager.io/cluster-issuer: letsencrypt-prod cert-manager.io/issue-temporary-certificate: "true" nginx.ingress.kubernetes.io/backend-protocol: HTTPS + nginx.ingress.kubernetes.io/custom-http-errors: "599" nginx.ingress.kubernetes.io/force-ssl-redirect: "true" nginx.ingress.kubernetes.io/proxy-body-size: 32m nginx.ingress.kubernetes.io/whitelist-source-range: >- From 2298dbfeae357316b37e6e043d8d87c893290b49 Mon Sep 17 00:00:00 2001 From: Hoan To Date: Mon, 20 Nov 2023 14:33:19 +0100 Subject: [PATCH 08/32] hotfix/disable custom error handling for s3 --- values_cusprod.yaml | 1 + values_cusqa.yaml | 1 + values_nsodev.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/values_cusprod.yaml b/values_cusprod.yaml index 8fc1d58..c49a801 100644 --- a/values_cusprod.yaml +++ b/values_cusprod.yaml @@ -54,6 +54,7 @@ tenant: cert-manager.io/cluster-issuer: letsencrypt-prod cert-manager.io/issue-temporary-certificate: "true" nginx.ingress.kubernetes.io/backend-protocol: HTTPS + nginx.ingress.kubernetes.io/custom-http-errors: "599" nginx.ingress.kubernetes.io/force-ssl-redirect: "true" nginx.ingress.kubernetes.io/proxy-body-size: 32m nginx.ingress.kubernetes.io/whitelist-source-range: >- diff --git a/values_cusqa.yaml b/values_cusqa.yaml index eab1831..86e5c6a 100644 --- a/values_cusqa.yaml +++ b/values_cusqa.yaml @@ -41,6 +41,7 @@ tenant: cert-manager.io/cluster-issuer: letsencrypt-prod cert-manager.io/issue-temporary-certificate: "true" nginx.ingress.kubernetes.io/backend-protocol: HTTPS + nginx.ingress.kubernetes.io/custom-http-errors: "599" nginx.ingress.kubernetes.io/force-ssl-redirect: "true" nginx.ingress.kubernetes.io/proxy-body-size: 32m nginx.ingress.kubernetes.io/whitelist-source-range: >- diff --git a/values_nsodev.yaml b/values_nsodev.yaml index a344a6b..9f1475f 100644 --- a/values_nsodev.yaml +++ b/values_nsodev.yaml @@ -41,6 +41,7 @@ tenant: cert-manager.io/cluster-issuer: letsencrypt-prod cert-manager.io/issue-temporary-certificate: "true" nginx.ingress.kubernetes.io/backend-protocol: HTTPS + nginx.ingress.kubernetes.io/custom-http-errors: "599" nginx.ingress.kubernetes.io/force-ssl-redirect: "true" nginx.ingress.kubernetes.io/proxy-body-size: 32m nginx.ingress.kubernetes.io/whitelist-source-range: >- From e39dcab6f25fc35958386d7197a85335ae9e86e6 Mon Sep 17 00:00:00 2001 From: Johannes Wicovsky Date: Tue, 21 Nov 2023 10:05:44 +0100 Subject: [PATCH 09/32] update smardigo at dev-stage --- values_nsodev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values_nsodev.yaml b/values_nsodev.yaml index 9f1475f..312e19f 100644 --- a/values_nsodev.yaml +++ b/values_nsodev.yaml @@ -140,7 +140,7 @@ smardigo-connect: restart: 20231511-1224 domain: connect-nsodev-prodwork01.smardigo.digital image: - version: 11.1.46 + version: 11.1.49 envvars: tenant_id: nsodev-mobene oidc: From 3993bbeb6ba5efe59935c3548865e1a63113bfe2 Mon Sep 17 00:00:00 2001 From: "paula.blechschmidt" Date: Mon, 27 Nov 2023 17:14:37 +0100 Subject: [PATCH 10/32] update wordpress-initializer to 11.0.2 at dev and qa --- values_cusqa.yaml | 2 +- values_nsodev.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/values_cusqa.yaml b/values_cusqa.yaml index 86e5c6a..a11443c 100644 --- a/values_cusqa.yaml +++ b/values_cusqa.yaml @@ -182,7 +182,7 @@ smardigo-worker: wordpressInitializer: enabled: true image: - version: 11.0.1 + version: 11.0.2 additional_labels: restart: 20231031-0950 config: diff --git a/values_nsodev.yaml b/values_nsodev.yaml index 312e19f..2a8ea9e 100644 --- a/values_nsodev.yaml +++ b/values_nsodev.yaml @@ -186,7 +186,7 @@ smardigo-worker: wordpressInitializer: enabled: true image: - version: 11.0.1 + version: 11.0.2 additional_labels: restart: 20231031-0950 config: From 83bd97d059fdbe002e3aa2e3e64f5a5b7fb621c1 Mon Sep 17 00:00:00 2001 From: "paula.blechschmidt" Date: Tue, 28 Nov 2023 11:56:46 +0100 Subject: [PATCH 11/32] update wordpress-initializer to 11.0.3 at dev and qa --- values_cusqa.yaml | 2 +- values_nsodev.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/values_cusqa.yaml b/values_cusqa.yaml index a11443c..9f32332 100644 --- a/values_cusqa.yaml +++ b/values_cusqa.yaml @@ -182,7 +182,7 @@ smardigo-worker: wordpressInitializer: enabled: true image: - version: 11.0.2 + version: 11.0.3 additional_labels: restart: 20231031-0950 config: diff --git a/values_nsodev.yaml b/values_nsodev.yaml index 2a8ea9e..6b72a38 100644 --- a/values_nsodev.yaml +++ b/values_nsodev.yaml @@ -186,7 +186,7 @@ smardigo-worker: wordpressInitializer: enabled: true image: - version: 11.0.2 + version: 11.0.3 additional_labels: restart: 20231031-0950 config: From e1c04ed4138c2ab7413e75056d54ae0199c5226e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Str=C3=B6hl?= Date: Fri, 1 Dec 2023 07:52:49 +0100 Subject: [PATCH 12/32] update smardigo at qa-stage --- values_cusqa.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values_cusqa.yaml b/values_cusqa.yaml index 9f32332..8ab4ee7 100644 --- a/values_cusqa.yaml +++ b/values_cusqa.yaml @@ -139,7 +139,7 @@ smardigo-connect: ingress: customIpWhitelist: "212.121.131.106/32,149.233.6.129/32,46.245.219.98/32,164.138.195.162/32,10.0.0.0/16,167.235.150.133/32,167.235.150.197/32,23.88.53.161/32,195.201.113.110/32,5.75.184.216/32,92.42.192.157/32,92.42.192.9/32,164.92.251.253/32,91.107.228.133/32,167.235.25.0/32" image: - version: 11.1.43 + version: 11.1.49 envvars: tenant_id: cusqa-mobene oidc: From 7dce315262ebfefc7d43b31e70969e4d9faa8446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Str=C3=B6hl=2C=20Tobias?= Date: Fri, 1 Dec 2023 06:56:10 +0000 Subject: [PATCH 13/32] update smardigo at qa-stage --- values_cusqa.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values_cusqa.yaml b/values_cusqa.yaml index 9f32332..8ab4ee7 100644 --- a/values_cusqa.yaml +++ b/values_cusqa.yaml @@ -139,7 +139,7 @@ smardigo-connect: ingress: customIpWhitelist: "212.121.131.106/32,149.233.6.129/32,46.245.219.98/32,164.138.195.162/32,10.0.0.0/16,167.235.150.133/32,167.235.150.197/32,23.88.53.161/32,195.201.113.110/32,5.75.184.216/32,92.42.192.157/32,92.42.192.9/32,164.92.251.253/32,91.107.228.133/32,167.235.25.0/32" image: - version: 11.1.43 + version: 11.1.49 envvars: tenant_id: cusqa-mobene oidc: From 570e8761a4f8e0e81392160c6ebbf4212834ae6b Mon Sep 17 00:00:00 2001 From: MIchael Haehnel Date: Thu, 14 Dec 2023 02:52:08 +0100 Subject: [PATCH 14/32] NOTICKET: Add mariadb config - raise max_allowed_packet to 100M --- Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chart.yaml b/Chart.yaml index c81a45f..42a01ab 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -37,7 +37,7 @@ dependencies: version: 0.1.48 repository: oci://prodnso-harbor-01.smardigo.digital/smardigo - name: smardigo-wordpress - version: 0.1.39 + version: 0.1.41 repository: oci://prodnso-harbor-01.smardigo.digital/smardigo - name: smardigo-wordpress version: 0.1.39 From 1f96ea67e98ef183d981616e94ba84f6a3b536e6 Mon Sep 17 00:00:00 2001 From: Johannes Wicovsky Date: Fri, 15 Dec 2023 14:58:00 +0100 Subject: [PATCH 15/32] increase db-size of qa --- values_cusqa.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values_cusqa.yaml b/values_cusqa.yaml index 8ab4ee7..9b69d4f 100644 --- a/values_cusqa.yaml +++ b/values_cusqa.yaml @@ -98,7 +98,7 @@ smardigo-connect: postgres: spec: volume: - size: 25Gi + size: 35Gi additionalVolumes: - name: backup-monitoring-script mountPath: /nso_scripts From 96695ab50e9e6b7f10b313779bed3bd4401a79b3 Mon Sep 17 00:00:00 2001 From: Johannes Wicovsky Date: Fri, 15 Dec 2023 15:36:03 +0100 Subject: [PATCH 16/32] increase size for qa --- values_cusqa.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/values_cusqa.yaml b/values_cusqa.yaml index 9b69d4f..2d3ecfa 100644 --- a/values_cusqa.yaml +++ b/values_cusqa.yaml @@ -10,7 +10,7 @@ tenant: - servers: 4 volumesPerServer: 2 storageClassName: hcloud-volumes - size: 60Gi + size: 70Gi buckets: - name: postgres region: "" @@ -98,7 +98,7 @@ smardigo-connect: postgres: spec: volume: - size: 35Gi + size: 30Gi additionalVolumes: - name: backup-monitoring-script mountPath: /nso_scripts From d3397d43c7f0b24ac78a69956602b4c60954d499 Mon Sep 17 00:00:00 2001 From: Johannes Wicovsky Date: Thu, 21 Dec 2023 09:59:51 +0100 Subject: [PATCH 17/32] try to fix config for qa --- values_cusqa.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values_cusqa.yaml b/values_cusqa.yaml index 2d3ecfa..9e3cf17 100644 --- a/values_cusqa.yaml +++ b/values_cusqa.yaml @@ -10,7 +10,7 @@ tenant: - servers: 4 volumesPerServer: 2 storageClassName: hcloud-volumes - size: 70Gi + size: 60Gi buckets: - name: postgres region: "" From 87aec93ebfd2fa5345c77f491bdcd7a573b37a8e Mon Sep 17 00:00:00 2001 From: Johannes Wicovsky Date: Thu, 21 Dec 2023 10:17:50 +0100 Subject: [PATCH 18/32] reset wordpress-change --- Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chart.yaml b/Chart.yaml index 42a01ab..c81a45f 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -37,7 +37,7 @@ dependencies: version: 0.1.48 repository: oci://prodnso-harbor-01.smardigo.digital/smardigo - name: smardigo-wordpress - version: 0.1.41 + version: 0.1.39 repository: oci://prodnso-harbor-01.smardigo.digital/smardigo - name: smardigo-wordpress version: 0.1.39 From cd9d46debb5ce9a2a5db56aef4377a8f0ca7b793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Str=C3=B6hl?= Date: Tue, 2 Jan 2024 13:16:49 +0100 Subject: [PATCH 19/32] update uba worker to version 10.7.0 --- values_nsodev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values_nsodev.yaml b/values_nsodev.yaml index 6b72a38..e57c346 100644 --- a/values_nsodev.yaml +++ b/values_nsodev.yaml @@ -172,7 +172,7 @@ smardigo-worker: uba: enabled: true image: - version: 10.6.0 + version: 10.7.0 sepa: enabled: true image: From d81e94ada8df9c833cc23d485c677fe64c4985a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Str=C3=B6hl?= Date: Fri, 12 Jan 2024 08:28:12 +0100 Subject: [PATCH 20/32] update smardigo at dev-stage --- values_nsodev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values_nsodev.yaml b/values_nsodev.yaml index e57c346..02865fb 100644 --- a/values_nsodev.yaml +++ b/values_nsodev.yaml @@ -140,7 +140,7 @@ smardigo-connect: restart: 20231511-1224 domain: connect-nsodev-prodwork01.smardigo.digital image: - version: 11.1.49 + version: 11.2.21 envvars: tenant_id: nsodev-mobene oidc: From b4682ae10299c5a0f6a5fbce879bcab6638d26f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Str=C3=B6hl?= Date: Fri, 12 Jan 2024 09:22:25 +0100 Subject: [PATCH 21/32] update process search at dev-stage --- values_nsodev.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/values_nsodev.yaml b/values_nsodev.yaml index 02865fb..2d229c5 100644 --- a/values_nsodev.yaml +++ b/values_nsodev.yaml @@ -165,6 +165,8 @@ smardigo-connect: four_eyes_principle_deletion: true config_delete_scope_enabled: true processSearch: + image: + version: 1.4.5 additional_labels: restart: 20231012-1210 From 37a17c9d1de56d8f2f77fbc019823e6b3e476a26 Mon Sep 17 00:00:00 2001 From: MIchael Haehnel Date: Mon, 15 Jan 2024 11:32:11 +0100 Subject: [PATCH 22/32] NOTICKET: Fix wordpress ingress ip whitelist --- values_nsodev.yaml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/values_nsodev.yaml b/values_nsodev.yaml index 2d229c5..3120ed6 100644 --- a/values_nsodev.yaml +++ b/values_nsodev.yaml @@ -100,8 +100,7 @@ smardigo-connect: volume: size: 20Gi additionalVolumes: - - - name: backup-monitoring-script + - name: backup-monitoring-script mountPath: /nso_scripts volumeSource: configMap: @@ -109,8 +108,7 @@ smardigo-connect: defaultMode: 0777 targetContainers: - postgres - - - name: pg-backup-script + - name: pg-backup-script mountPath: /scripts/postgres_backup.sh subPath: postgres_backup.sh volumeSource: @@ -119,8 +117,7 @@ smardigo-connect: defaultMode: 0777 targetContainers: - postgres - - - name: pg-reschedulebackup-script + - name: pg-reschedulebackup-script mountPath: /scripts/backup_retry.sh subPath: backup_retry.sh volumeSource: @@ -159,7 +156,7 @@ smardigo-connect: process_search_client_enabled: true mail: properties: - allowed_domains: 'netgo.de' + allowed_domains: "netgo.de" ocr: enabled: true four_eyes_principle_deletion: true @@ -211,9 +208,11 @@ smardigo-wordpress: - name: "*.connect-wordpress-nsodev-prodwork01.smardigo.digital" path: / extraTls: - - hosts: - - "*.connect-wordpress-nsodev-prodwork01.smardigo.digital" - secretName: "connect-wordpress-nsodev-prodwork01.smardigo.digital-wildcard-tls" + - hosts: + - "*.connect-wordpress-nsodev-prodwork01.smardigo.digital" + secretName: "connect-wordpress-nsodev-prodwork01.smardigo.digital-wildcard-tls" + annotations: + nginx.ingress.kubernetes.io/whitelist-source-range: "212.121.131.106/32,149.233.6.129/32,46.245.219.98/32,164.138.195.162/32,10.0.0.0/16,167.235.150.133/32,167.235.150.197/32,23.88.53.161/32,195.201.113.110/32,5.75.184.216/32,92.42.192.157/32,92.42.192.9/32,164.92.251.253/32,91.107.228.133/32,167.235.25.0/32" customIpWhitelist: "212.121.131.106/32,149.233.6.129/32,46.245.219.98/32,164.138.195.162/32,10.0.0.0/16,167.235.150.133/32,167.235.150.197/32,23.88.53.161/32,195.201.113.110/32,5.75.184.216/32,164.92.251.253/32,91.107.228.133/32,167.235.25.0/32" commonLabels: app: wordpress From ee9ff588e105617243b0603da6ba484f41c6a3e8 Mon Sep 17 00:00:00 2001 From: "Paula.Blechschmidt" Date: Tue, 16 Jan 2024 15:43:58 +0100 Subject: [PATCH 23/32] update wordpress-initializer at dev to 11.0.5 --- values_nsodev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values_nsodev.yaml b/values_nsodev.yaml index 3120ed6..a31457d 100644 --- a/values_nsodev.yaml +++ b/values_nsodev.yaml @@ -185,7 +185,7 @@ smardigo-worker: wordpressInitializer: enabled: true image: - version: 11.0.3 + version: 11.0.5 additional_labels: restart: 20231031-0950 config: From ee30ccc9d3e8d493a9b06fae30fef3931970a8b7 Mon Sep 17 00:00:00 2001 From: Johannes Wicovsky Date: Wed, 17 Jan 2024 14:03:00 +0100 Subject: [PATCH 24/32] update connect to 11.2.24 to fix bug with datasource-editor --- values_nsodev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values_nsodev.yaml b/values_nsodev.yaml index a31457d..43f49a5 100644 --- a/values_nsodev.yaml +++ b/values_nsodev.yaml @@ -137,7 +137,7 @@ smardigo-connect: restart: 20231511-1224 domain: connect-nsodev-prodwork01.smardigo.digital image: - version: 11.2.21 + version: 11.2.24 envvars: tenant_id: nsodev-mobene oidc: From 41c9cc4b0043662b5fc1e79894012200524aa278 Mon Sep 17 00:00:00 2001 From: "Paula.Blechschmidt" Date: Fri, 19 Jan 2024 12:03:42 +0100 Subject: [PATCH 25/32] add netgo ms teams webhook ip --- .../connect/netpol_egress-connect2netgo.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 templates/connect/netpol_egress-connect2netgo.yaml diff --git a/templates/connect/netpol_egress-connect2netgo.yaml b/templates/connect/netpol_egress-connect2netgo.yaml new file mode 100644 index 0000000..9e0eb01 --- /dev/null +++ b/templates/connect/netpol_egress-connect2netgo.yaml @@ -0,0 +1,17 @@ +apiVersion: networking.k8s.io/v1 +kind: NetworkPolicy +metadata: + name: egress-connect2netgo +spec: + egress: + - ports: + - port: 443 + protocol: TCP + to: + - ipBlock: + cidr: 52.98.232.2/32 + podSelector: + matchLabels: + app: connect + policyTypes: + - Egress From 4d63ba8fd6880239cca7cf3cfe2b0ba214fe581c Mon Sep 17 00:00:00 2001 From: Hoan To Date: Wed, 24 Jan 2024 11:55:36 +0100 Subject: [PATCH 26/32] increased cusprod s3 storage (cherry picked from commit 22f4393070ed6b565a065e1fb7c1d4ad160887f5) --- values_cusprod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values_cusprod.yaml b/values_cusprod.yaml index 9bbf2fa..0981ad9 100644 --- a/values_cusprod.yaml +++ b/values_cusprod.yaml @@ -23,7 +23,7 @@ tenant: - servers: 4 volumesPerServer: 2 storageClassName: hcloud-volumes - size: 400Gi + size: 600Gi buckets: - name: postgres region: "" From 86c46114bad78507c0bf4b3cb2721022ddf907bc Mon Sep 17 00:00:00 2001 From: Hoan To Date: Wed, 24 Jan 2024 11:55:36 +0100 Subject: [PATCH 27/32] increased cusprod s3 storage (cherry picked from commit 22f4393070ed6b565a065e1fb7c1d4ad160887f5) (cherry picked from commit 4d63ba8fd6880239cca7cf3cfe2b0ba214fe581c) --- values_cusprod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values_cusprod.yaml b/values_cusprod.yaml index 9bbf2fa..0981ad9 100644 --- a/values_cusprod.yaml +++ b/values_cusprod.yaml @@ -23,7 +23,7 @@ tenant: - servers: 4 volumesPerServer: 2 storageClassName: hcloud-volumes - size: 400Gi + size: 600Gi buckets: - name: postgres region: "" From 399ba91baee40ffb13a0e6272fa8fad278d17ac5 Mon Sep 17 00:00:00 2001 From: Hoan To Date: Fri, 26 Jan 2024 12:26:13 +0100 Subject: [PATCH 28/32] NOTICKET: increased nsodev s3 pvc size --- values_nsodev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values_nsodev.yaml b/values_nsodev.yaml index 43f49a5..243c6bf 100644 --- a/values_nsodev.yaml +++ b/values_nsodev.yaml @@ -10,7 +10,7 @@ tenant: - servers: 4 volumesPerServer: 2 storageClassName: hcloud-volumes - size: 30Gi + size: 60Gi buckets: - name: postgres region: "" From 688005326531ca2c3ef0bfffad55a52501025417 Mon Sep 17 00:00:00 2001 From: Paula Blechschmidt Date: Mon, 29 Jan 2024 15:25:01 +0100 Subject: [PATCH 29/32] revert webhook ip addition --- .../connect/netpol_egress-connect2netgo.yaml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 templates/connect/netpol_egress-connect2netgo.yaml diff --git a/templates/connect/netpol_egress-connect2netgo.yaml b/templates/connect/netpol_egress-connect2netgo.yaml deleted file mode 100644 index 9e0eb01..0000000 --- a/templates/connect/netpol_egress-connect2netgo.yaml +++ /dev/null @@ -1,17 +0,0 @@ -apiVersion: networking.k8s.io/v1 -kind: NetworkPolicy -metadata: - name: egress-connect2netgo -spec: - egress: - - ports: - - port: 443 - protocol: TCP - to: - - ipBlock: - cidr: 52.98.232.2/32 - podSelector: - matchLabels: - app: connect - policyTypes: - - Egress From 5d359995fc20ed88ce3749603d21f7e3e5e42fbc Mon Sep 17 00:00:00 2001 From: "Paula.Blechschmidt" Date: Mon, 29 Jan 2024 15:47:32 +0100 Subject: [PATCH 30/32] update wordpress-initializer to 11.0.5 at qa and prod --- values_cusprod.yaml | 2 +- values_cusqa.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/values_cusprod.yaml b/values_cusprod.yaml index 0981ad9..a9e896d 100644 --- a/values_cusprod.yaml +++ b/values_cusprod.yaml @@ -179,7 +179,7 @@ smardigo-worker: wordpressInitializer: enabled: true image: - version: 11.0.3 + version: 11.0.5 additional_labels: restart: 20231031-0950 config: diff --git a/values_cusqa.yaml b/values_cusqa.yaml index 9e3cf17..33f3152 100644 --- a/values_cusqa.yaml +++ b/values_cusqa.yaml @@ -182,7 +182,7 @@ smardigo-worker: wordpressInitializer: enabled: true image: - version: 11.0.3 + version: 11.0.5 additional_labels: restart: 20231031-0950 config: From 53712fb2446905a34b3b4a3c3dc46aca1e5a0425 Mon Sep 17 00:00:00 2001 From: MIchael Haehnel Date: Thu, 14 Dec 2023 02:52:08 +0100 Subject: [PATCH 31/32] NOTICKET: Add mariadb config - raise max_allowed_packet to 100M (cherry picked from commit 570e8761a4f8e0e81392160c6ebbf4212834ae6b) --- Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chart.yaml b/Chart.yaml index c81a45f..42a01ab 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -37,7 +37,7 @@ dependencies: version: 0.1.48 repository: oci://prodnso-harbor-01.smardigo.digital/smardigo - name: smardigo-wordpress - version: 0.1.39 + version: 0.1.41 repository: oci://prodnso-harbor-01.smardigo.digital/smardigo - name: smardigo-wordpress version: 0.1.39 From 8d069733555b81db45c16db64766646c83dc7afb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20H=C3=A4hnel?= Date: Mon, 29 Jan 2024 15:21:28 +0000 Subject: [PATCH 32/32] NOTICKET: Update Wordpress Helmchart - produces failures if different chart versions given for thg and egeld24 --- Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chart.yaml b/Chart.yaml index 42a01ab..72243dc 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -40,7 +40,7 @@ dependencies: version: 0.1.41 repository: oci://prodnso-harbor-01.smardigo.digital/smardigo - name: smardigo-wordpress - version: 0.1.39 + version: 0.1.41 repository: oci://prodnso-harbor-01.smardigo.digital/smardigo condition: egeld24-wordpress.enabled alias: egeld24-wordpress