From b7c38aadcf192c14d4eab37d32b711c130468f1b Mon Sep 17 00:00:00 2001 From: Tricentis Date: Wed, 14 Aug 2024 12:51:19 +0000 Subject: [PATCH 1/2] Update from Tricentis-qTest/qtest-chart --- Charts/qtest-insights-etl/Chart.yaml | 4 ++-- Charts/qtest-insights-etl/templates/deployment.yaml | 5 +++++ Charts/qtest-insights-etl/values.yaml | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Charts/qtest-insights-etl/Chart.yaml b/Charts/qtest-insights-etl/Chart.yaml index 3692c3d9..8207deed 100644 --- a/Charts/qtest-insights-etl/Chart.yaml +++ b/Charts/qtest-insights-etl/Chart.yaml @@ -26,9 +26,9 @@ kubeVersion: ">=1.24.0-0" # 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. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.4.1 +version: 1.4.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. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v2024.1.3.op" +appVersion: "v2024.2.op" diff --git a/Charts/qtest-insights-etl/templates/deployment.yaml b/Charts/qtest-insights-etl/templates/deployment.yaml index 5c1114bd..bbe56320 100644 --- a/Charts/qtest-insights-etl/templates/deployment.yaml +++ b/Charts/qtest-insights-etl/templates/deployment.yaml @@ -109,6 +109,11 @@ spec: secretKeyRef: name: {{ .Values.secrets.sessionsName }} key: client.jdbc.postgres.password + - name: INSIGHTS_RO_DB_PW + valueFrom: + secretKeyRef: + name: {{ .Values.secrets.name }} + key: insightsReadOnly {{- with .Values.extraEnv }} {{ toYaml . | indent 12 }} {{- end }} diff --git a/Charts/qtest-insights-etl/values.yaml b/Charts/qtest-insights-etl/values.yaml index 006b73ba..96cad177 100644 --- a/Charts/qtest-insights-etl/values.yaml +++ b/Charts/qtest-insights-etl/values.yaml @@ -12,7 +12,7 @@ replicaCount: 1 image: repository: qasymphony/insights-etl pullPolicy: IfNotPresent - tag: "v2024.1.3.op" + tag: "v2024.2.op" imageCredentials: enabled: false # name: "" From 8b1b2a3117bacb7a016574cd22b6e671db575506 Mon Sep 17 00:00:00 2001 From: m-ondracek-tric <155737009+m-ondracek-tric@users.noreply.github.com> Date: Wed, 14 Aug 2024 14:53:39 +0200 Subject: [PATCH 2/2] Update deployment.yaml --- Charts/qtest-insights-etl/templates/deployment.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Charts/qtest-insights-etl/templates/deployment.yaml b/Charts/qtest-insights-etl/templates/deployment.yaml index bbe56320..5c1114bd 100644 --- a/Charts/qtest-insights-etl/templates/deployment.yaml +++ b/Charts/qtest-insights-etl/templates/deployment.yaml @@ -109,11 +109,6 @@ spec: secretKeyRef: name: {{ .Values.secrets.sessionsName }} key: client.jdbc.postgres.password - - name: INSIGHTS_RO_DB_PW - valueFrom: - secretKeyRef: - name: {{ .Values.secrets.name }} - key: insightsReadOnly {{- with .Values.extraEnv }} {{ toYaml . | indent 12 }} {{- end }}