Skip to content

Commit

Permalink
Merge pull request #133 from Tricentis/update/insights
Browse files Browse the repository at this point in the history
Update insights helm chart
  • Loading branch information
byangtri authored Aug 18, 2023
2 parents da4f3bf + 4335749 commit 147b538
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Charts/qtest-insights/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ maintainers:
email: [email protected]
- name: tomasw
email: [email protected]
home: https://github.com/QAS-Labs/qtest-chart.git
home: https://github.com/Tricentis-qTest/qtest-chart.git
kubeVersion: ">=1.18.0-0"
icon: https://images.g2crowd.com/uploads/product/image/social_landscape/social_landscape_c2d6524c36c94138504f7a18bf179d76/tricentis-qtest.png
# 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.
Expand Down
5 changes: 5 additions & 0 deletions Charts/qtest-insights/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ spec:
app: qtest-insights
template:
metadata:
annotations:
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
{{- with .Values.podAnnotations }}
{{- toYaml . | nindent 8 }}
{{- end }}
labels:
app: qtest-insights
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
Expand Down
1 change: 1 addition & 0 deletions Charts/qtest-insights/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ serviceAccount:
name: "qtest-insights-sa"
deployment:
annotations: {}
podAnnotations: {}
rollouts:
enabled: false
ingressClassName: alb
Expand Down

0 comments on commit 147b538

Please sign in to comment.