diff --git a/charts/web-service/Chart.yaml b/charts/web-service/Chart.yaml index 1db39b9..1f05b96 100644 --- a/charts/web-service/Chart.yaml +++ b/charts/web-service/Chart.yaml @@ -15,7 +15,7 @@ type: application # 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: 0.3.4 +version: 0.3.5 # 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 diff --git a/charts/web-service/templates/deployment.yaml b/charts/web-service/templates/deployment.yaml index 9dd91b3..e64464a 100644 --- a/charts/web-service/templates/deployment.yaml +++ b/charts/web-service/templates/deployment.yaml @@ -22,7 +22,7 @@ spec: {{- toYaml . | nindent 8 }} {{- end }} checksum/secret: {{ include (print $.Template.BasePath "/secrets.yaml") . | sha256sum }} - test: "annotation" + test: "annotations" labels: {{- include "web-service.selectorLabels" . | nindent 8 }} spec: