From 576e709df35d91fe041f9f032511d5df827c7ecd Mon Sep 17 00:00:00 2001 From: friedrich goerz Date: Tue, 14 Feb 2023 10:02:18 +0100 Subject: [PATCH] DEV-893: inc.dep. chart version to scale down replicas for connect --- Chart.yaml | 3 +-- values_cusqa.yaml | 1 + values_nsodev.yaml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 0d9f171..12d3c9e 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -28,7 +28,7 @@ dependencies: version: 4.5.4 repository: oci://prodnso-harbor-01.smardigo.digital/infrastructure - name: smardigo-connect - version: 0.1.26 + version: 0.1.27 repository: oci://prodnso-harbor-01.smardigo.digital/smardigo - name: smardigo-worker version: 0.1.12 @@ -41,4 +41,3 @@ dependencies: repository: oci://prodnso-harbor-01.smardigo.digital/smardigo condition: egeld24-wordpress.enabled alias: egeld24-wordpress - diff --git a/values_cusqa.yaml b/values_cusqa.yaml index 37696ed..3e598af 100644 --- a/values_cusqa.yaml +++ b/values_cusqa.yaml @@ -79,6 +79,7 @@ smardigo-connect: timeThreshold: 86400 # for backups older than 1 day teamLabel: alerting-nso-mobene connect: + replicas: 0 # disabled due to DEV-893 additional_labels: restart: 20230131-1854 domain: connect-cusqa-prodwork01.smardigo.digital diff --git a/values_nsodev.yaml b/values_nsodev.yaml index 0bcd7e5..d0a1957 100644 --- a/values_nsodev.yaml +++ b/values_nsodev.yaml @@ -79,6 +79,7 @@ smardigo-connect: timeThreshold: 86400 # for backups older than 1 day teamLabel: alerting-nso-mobene connect: + replicas: 0 # disabled due to DEV-893 additional_labels: restart: 20230131-1854 domain: connect-nsodev-prodwork01.smardigo.digital