From 2a4149ddc70b6624e781309f6174e14158e16429 Mon Sep 17 00:00:00 2001 From: Johannes Wicovsky Date: Wed, 17 Apr 2024 15:41:21 +0200 Subject: [PATCH 1/6] update connect to newest version --- values_cusprod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values_cusprod.yaml b/values_cusprod.yaml index e78e99d..a34756f 100644 --- a/values_cusprod.yaml +++ b/values_cusprod.yaml @@ -125,7 +125,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.2.24 + version: 11.2.43 envvars: tenant_id: cusprod-mobene oidc: From 299ea6efe0069ef898bd51aae1e7f0b3e5196a1e Mon Sep 17 00:00:00 2001 From: Johannes Wicovsky Date: Wed, 17 Apr 2024 15:57:08 +0200 Subject: [PATCH 2/6] downgrade to old version --- values_cusprod.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/values_cusprod.yaml b/values_cusprod.yaml index a34756f..9e2f739 100644 --- a/values_cusprod.yaml +++ b/values_cusprod.yaml @@ -125,7 +125,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.2.43 + version: 11.1.77 envvars: tenant_id: cusprod-mobene oidc: @@ -153,8 +153,6 @@ smardigo-connect: requests: cpu: "2.5" processSearch: - image: - version: 1.4.5 process_search_client_read_timeout: 4000 additional_labels: restart: 20231115-1315 From ff10681a82338aaddf87b5a2c247e94a108c80aa Mon Sep 17 00:00:00 2001 From: Hoan To Date: Wed, 17 Apr 2024 15:17:44 +0000 Subject: [PATCH 3/6] increased postgres volume --- values_nsodev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values_nsodev.yaml b/values_nsodev.yaml index 5456a6d..7576e12 100644 --- a/values_nsodev.yaml +++ b/values_nsodev.yaml @@ -98,7 +98,7 @@ smardigo-connect: postgres: spec: volume: - size: 20Gi + size: 40Gi additionalVolumes: - name: backup-monitoring-script mountPath: /nso_scripts From 666f99679aff00bdf14a7da99b2b4d22838cdecd Mon Sep 17 00:00:00 2001 From: Johannes Wicovsky Date: Thu, 18 Apr 2024 15:07:10 +0200 Subject: [PATCH 4/6] set new version of connect --- values_cusprod.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/values_cusprod.yaml b/values_cusprod.yaml index 9e2f739..1e9971e 100644 --- a/values_cusprod.yaml +++ b/values_cusprod.yaml @@ -125,7 +125,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.77 + version: 11.2.44 envvars: tenant_id: cusprod-mobene oidc: @@ -153,6 +153,8 @@ smardigo-connect: requests: cpu: "2.5" processSearch: + image: + version: 1.4.5 process_search_client_read_timeout: 4000 additional_labels: restart: 20231115-1315 From 3dc2b184835cb63094d1f338d4e1b0d0d53a8ab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Str=C3=B6hl?= Date: Mon, 22 Apr 2024 11:29:54 +0200 Subject: [PATCH 5/6] connect update to version 11.2.46 --- values_nsodev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values_nsodev.yaml b/values_nsodev.yaml index 7576e12..3a0cfbd 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.24 + version: 11.2.46 envvars: tenant_id: nsodev-mobene oidc: From 78cfd5fda137373f77c97d20fee8dd9679967d44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Str=C3=B6hl?= Date: Mon, 22 Apr 2024 11:42:11 +0200 Subject: [PATCH 6/6] connect update to version 11.2.46 QA PROD --- values_cusprod.yaml | 4 ++-- values_cusqa.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/values_cusprod.yaml b/values_cusprod.yaml index 1e9971e..3498d2b 100644 --- a/values_cusprod.yaml +++ b/values_cusprod.yaml @@ -125,7 +125,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.2.44 + version: 11.2.46 envvars: tenant_id: cusprod-mobene oidc: @@ -153,7 +153,7 @@ smardigo-connect: requests: cpu: "2.5" processSearch: - image: + image: version: 1.4.5 process_search_client_read_timeout: 4000 additional_labels: diff --git a/values_cusqa.yaml b/values_cusqa.yaml index dc04c45..bd49af7 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.2.24 + version: 11.2.46 envvars: tenant_id: cusqa-mobene oidc: