diff --git a/Charts/qtest-insights-etl/Chart.yaml b/Charts/qtest-insights-etl/Chart.yaml index 5002b858..18c47fbb 100644 --- a/Charts/qtest-insights-etl/Chart.yaml +++ b/Charts/qtest-insights-etl/Chart.yaml @@ -26,7 +26,7 @@ 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. diff --git a/Charts/qtest-insights-etl/templates/configmap.yaml b/Charts/qtest-insights-etl/templates/configmap.yaml index aa68f2fe..71b7afd9 100644 --- a/Charts/qtest-insights-etl/templates/configmap.yaml +++ b/Charts/qtest-insights-etl/templates/configmap.yaml @@ -29,3 +29,4 @@ data: WRITE_SESSIONS_DB_SCHEMA: "{{ .Values.qTestInsightsEtl.writeSessionsDBSchema }}" UPDATEDB: "true" AUTO_REFRESH_DBLINK: "{{ .Values.qTestInsightsEtl.autoRefreshDBLink }}" + DEPLOYMENT_ENV: "{{ .Values.qTestInsightsEtl.qTestInsightsEtlDeploymentEnv }}" diff --git a/Charts/qtest-insights-etl/values.yaml b/Charts/qtest-insights-etl/values.yaml index a3d35a01..1471e278 100644 --- a/Charts/qtest-insights-etl/values.yaml +++ b/Charts/qtest-insights-etl/values.yaml @@ -83,6 +83,7 @@ qTestInsightsEtl: writeSessionsDBPort: 5432 writeSessionsDBSchema: public autoRefreshDBLink: true + qTestInsightsEtlDeploymentEnv: op persistence: enabled: false ## Set annotations on pvc