From 0fa66e6db6664d6288ba31b30ef14c75b539ed71 Mon Sep 17 00:00:00 2001 From: Tricentis Date: Thu, 2 Nov 2023 17:40:20 +0000 Subject: [PATCH] Update from Tricentis-qTest/qtest-chart --- Charts/qtest-insights-etl/Chart.yaml | 2 +- Charts/qtest-insights-etl/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Charts/qtest-insights-etl/Chart.yaml b/Charts/qtest-insights-etl/Chart.yaml index a88117ce..e02d6f26 100644 --- a/Charts/qtest-insights-etl/Chart.yaml +++ b/Charts/qtest-insights-etl/Chart.yaml @@ -28,7 +28,7 @@ kubeVersion: ">=1.18.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.0.16 +version: 1.0.17 # 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/values.yaml b/Charts/qtest-insights-etl/values.yaml index 6860d1d2..22cb363f 100644 --- a/Charts/qtest-insights-etl/values.yaml +++ b/Charts/qtest-insights-etl/values.yaml @@ -73,12 +73,12 @@ qTestInsightsEtl: qTestInsightsEtlSessionDBUser: postgres qTestInsightsEtlSessionDBHost: postgres.local qTestInsightsEtlSessionDBPort: 5432 - qTestInsightsEtlSessionDBSchema: session + qTestInsightsEtlSessionDBSchema: public writeSessionsDBHost: postgres.local writeSessionsDBName: qtest writeSessionsDBUser: postgres writeSessionsDBPort: 5432 - writeSessionsDBSchema: session + writeSessionsDBSchema: public autoRefreshDBLink: true persistence: enabled: false