diff --git a/Chart.yaml b/Chart.yaml index 4a48bed..35b2f66 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: varnish description: A Varnish Cache Helm chart for Kubernetes type: application -version: 0.6.0 +version: 0.6.1 appVersion: 6.4 diff --git a/templates/deployment.yaml b/templates/deployment.yaml index a41e10e..8105047 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -21,7 +21,7 @@ spec: app: {{ include "varnish.name" . }} version: {{ .Chart.Version }} annotations: - rollme: {{ randAlphaNum 5 | quote }} + checksum/vclConfig: {{ include (print $.Template.BasePath "/vcl-configmap.yaml") . | sha256sum }} {{- if and .Values.prometheus.enabled .Values.prometheus.scrape }} prometheus.io/scrape: "true" prometheus.io/path: "{{ .Values.prometheus.path }}"