diff --git a/Charts/qtest-insights/Chart.yaml b/Charts/qtest-insights/Chart.yaml index 7c754c27..df1c0045 100644 --- a/Charts/qtest-insights/Chart.yaml +++ b/Charts/qtest-insights/Chart.yaml @@ -30,14 +30,14 @@ maintainers: email: k.kanojiya@tricentis.com - name: tomasw email: t.wallick@ext.tricentis.com -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. diff --git a/Charts/qtest-insights/templates/deployment.yaml b/Charts/qtest-insights/templates/deployment.yaml index c1541dff..03a40bf2 100644 --- a/Charts/qtest-insights/templates/deployment.yaml +++ b/Charts/qtest-insights/templates/deployment.yaml @@ -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 }}" diff --git a/Charts/qtest-insights/values.yaml b/Charts/qtest-insights/values.yaml index 9ad9850d..3db46356 100644 --- a/Charts/qtest-insights/values.yaml +++ b/Charts/qtest-insights/values.yaml @@ -27,6 +27,7 @@ serviceAccount: name: "qtest-insights-sa" deployment: annotations: {} +podAnnotations: {} rollouts: enabled: false ingressClassName: alb