diff --git a/charts/quicknode-marketplace-integration/Chart.yaml b/charts/quicknode-marketplace-integration/Chart.yaml index 5b36311..c5f51c9 100644 --- a/charts/quicknode-marketplace-integration/Chart.yaml +++ b/charts/quicknode-marketplace-integration/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.1.2 +version: 0.1.3 # 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/quicknode-marketplace-integration/templates/deployment.yaml b/charts/quicknode-marketplace-integration/templates/deployment.yaml index 817f144..dea5abd 100644 --- a/charts/quicknode-marketplace-integration/templates/deployment.yaml +++ b/charts/quicknode-marketplace-integration/templates/deployment.yaml @@ -16,6 +16,7 @@ spec: {{- if eq .Values.image.pullPolicy "Always" }} rollme: {{ randAlphaNum 5 | quote }} {{- end }} + checksum/config: {{ include (print $.Template.BasePath "/secrets.yaml") . | sha256sum }} {{- with .Values.podAnnotations }} {{- toYaml . | nindent 8 }} {{- end }}