Skip to content

Commit

Permalink
Merge pull request #229 from Tricentis/etl-release-2024.3
Browse files Browse the repository at this point in the history
Update helm chart for Insights ETL
  • Loading branch information
irunets authored Nov 4, 2024
2 parents ceb0d50 + bd32110 commit a55179e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Charts/qtest-insights-etl/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions Charts/qtest-insights-etl/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
1 change: 1 addition & 0 deletions Charts/qtest-insights-etl/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ qTestInsightsEtl:
writeSessionsDBPort: 5432
writeSessionsDBSchema: public
autoRefreshDBLink: true
qTestInsightsEtlDeploymentEnv: op
persistence:
enabled: false
## Set annotations on pvc
Expand Down

0 comments on commit a55179e

Please sign in to comment.