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