Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Insights helm chart to 1.7.0 #218

Merged
merged 1 commit into from
Oct 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Charts/qtest-insights/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ icon: https://images.g2crowd.com/uploads/product/image/social_landscape/social_l
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 1.6.4
version: 1.7.0
# 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
10 changes: 10 additions & 0 deletions Charts/qtest-insights/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,16 @@ spec:
secretKeyRef:
name: {{ .Values.secrets.sessionsName }}
key: client.jdbc.postgres.password
- name: INSIGHTS_RO_DB_PW

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here. It is not used anywhere. It probably had to be deleted. But as it is not used anywhere, I think it's ok to release it.

valueFrom:
secretKeyRef:
name: {{ .Values.secrets.name }}
key: insightsReadOnly
- name: SESSION_RO_DB_PW
valueFrom:
secretKeyRef:
name: {{ .Values.secrets.name }}
key: sessionReadOnly
- name: SMTP_PASSWORD
valueFrom:
secretKeyRef:
Expand Down
Loading