From 8cc7269ef850eb2b64a8531c5bca00108f0ed1ae Mon Sep 17 00:00:00 2001 From: Tricentis Date: Wed, 14 Aug 2024 12:37:15 +0000 Subject: [PATCH 1/5] Update from Tricentis-qTest/qtest-chart --- Charts/qtest-session/Chart.yaml | 4 ++-- Charts/qtest-session/templates/deployment.yaml | 10 ++++++++++ Charts/qtest-session/values.yaml | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/Charts/qtest-session/Chart.yaml b/Charts/qtest-session/Chart.yaml index 623dbc04..b28ac2a4 100644 --- a/Charts/qtest-session/Chart.yaml +++ b/Charts/qtest-session/Chart.yaml @@ -27,9 +27,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.5.1 +version: 1.5.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: "2024.1.3" +appVersion: 2024.2 diff --git a/Charts/qtest-session/templates/deployment.yaml b/Charts/qtest-session/templates/deployment.yaml index 275e064e..09f3525e 100644 --- a/Charts/qtest-session/templates/deployment.yaml +++ b/Charts/qtest-session/templates/deployment.yaml @@ -135,6 +135,16 @@ spec: configMapKeyRef: name: qtest-session-configmap key: qTestSessionDBPort + - name: SESSION_RO_DB_PW + valueFrom: + secretKeyRef: + name: {{ .Values.secrets.name }} + key: sessionReadOnly + - name: INSIGHTS_RO_DB_PW + valueFrom: + secretKeyRef: + name: {{ .Values.secrets.name }} + key: insightsReadOnly {{- if .Values.qTestSession.qTestSessionCustomSchemaEnable }} - name: DATABASE_SCHEMA_SESSION valueFrom: diff --git a/Charts/qtest-session/values.yaml b/Charts/qtest-session/values.yaml index 8c7a9b1f..d89c68a4 100644 --- a/Charts/qtest-session/values.yaml +++ b/Charts/qtest-session/values.yaml @@ -9,7 +9,7 @@ secrets: image: repository: qasymphony/sessions pullPolicy: IfNotPresent - tag: "2024.1.3" + tag: 2024.2 imageCredentials: enabled: false # name: "" From 3cff7996f3ce4591fbaace70526368901babb33d 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:40:13 +0200 Subject: [PATCH 2/5] Update deployment.yaml --- Charts/qtest-session/templates/deployment.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Charts/qtest-session/templates/deployment.yaml b/Charts/qtest-session/templates/deployment.yaml index 09f3525e..ae9e30a9 100644 --- a/Charts/qtest-session/templates/deployment.yaml +++ b/Charts/qtest-session/templates/deployment.yaml @@ -135,17 +135,6 @@ spec: configMapKeyRef: name: qtest-session-configmap key: qTestSessionDBPort - - name: SESSION_RO_DB_PW - valueFrom: - secretKeyRef: - name: {{ .Values.secrets.name }} - key: sessionReadOnly - - name: INSIGHTS_RO_DB_PW - valueFrom: - secretKeyRef: - name: {{ .Values.secrets.name }} - key: insightsReadOnly - {{- if .Values.qTestSession.qTestSessionCustomSchemaEnable }} - name: DATABASE_SCHEMA_SESSION valueFrom: configMapKeyRef: From 2a59054e064e8187a8c2baaa9df72120e1e110e9 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:40:48 +0200 Subject: [PATCH 3/5] Update deployment.yaml --- Charts/qtest-session/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Charts/qtest-session/templates/deployment.yaml b/Charts/qtest-session/templates/deployment.yaml index ae9e30a9..275e064e 100644 --- a/Charts/qtest-session/templates/deployment.yaml +++ b/Charts/qtest-session/templates/deployment.yaml @@ -135,6 +135,7 @@ spec: configMapKeyRef: name: qtest-session-configmap key: qTestSessionDBPort + {{- if .Values.qTestSession.qTestSessionCustomSchemaEnable }} - name: DATABASE_SCHEMA_SESSION valueFrom: configMapKeyRef: From 9e445018de9e0641e08ba185bd1e477bf885a3ed 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:43:09 +0200 Subject: [PATCH 4/5] Update Chart.yaml --- Charts/qtest-session/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Charts/qtest-session/Chart.yaml b/Charts/qtest-session/Chart.yaml index b28ac2a4..717eceb7 100644 --- a/Charts/qtest-session/Chart.yaml +++ b/Charts/qtest-session/Chart.yaml @@ -32,4 +32,4 @@ version: 1.5.2 # 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: 2024.2 +appVersion: "2024.2" From 1b6bd48b8bb7f7419acb91241a172f68f1c54b38 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:43:38 +0200 Subject: [PATCH 5/5] Update values.yaml --- Charts/qtest-session/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Charts/qtest-session/values.yaml b/Charts/qtest-session/values.yaml index d89c68a4..a774c418 100644 --- a/Charts/qtest-session/values.yaml +++ b/Charts/qtest-session/values.yaml @@ -9,7 +9,7 @@ secrets: image: repository: qasymphony/sessions pullPolicy: IfNotPresent - tag: 2024.2 + tag: "2024.2" imageCredentials: enabled: false # name: ""