diff --git a/helm-charts/custom/ptp-notification-helm/ptp-notification-helm/ptp-notification/Chart.yaml b/helm-charts/custom/ptp-notification-helm/ptp-notification-helm/ptp-notification/Chart.yaml index 8b16b63..6f855d9 100644 --- a/helm-charts/custom/ptp-notification-helm/ptp-notification-helm/ptp-notification/Chart.yaml +++ b/helm-charts/custom/ptp-notification-helm/ptp-notification-helm/ptp-notification/Chart.yaml @@ -7,4 +7,4 @@ apiVersion: v1 appVersion: "2.0" description: A Helm chart to deploy PTP Notification Service name: ptp-notification -version: 2.0.1 +version: 2.0.2 diff --git a/helm-charts/custom/ptp-notification-helm/ptp-notification-helm/ptp-notification/templates/daemonset.yaml b/helm-charts/custom/ptp-notification-helm/ptp-notification-helm/ptp-notification/templates/daemonset.yaml index cc8eeea..688b97a 100644 --- a/helm-charts/custom/ptp-notification-helm/ptp-notification-helm/ptp-notification/templates/daemonset.yaml +++ b/helm-charts/custom/ptp-notification-helm/ptp-notification-helm/ptp-notification/templates/daemonset.yaml @@ -26,7 +26,8 @@ spec: release: {{ .Release.Name }} app.starlingx.io/component: {{ ternary "application" "platform" .Values.labels.isApplication}} annotations: { - configchecksum: {{ toYaml .Values.labels | sha256sum | trunc 63 }} + configchecksum: {{ toYaml .Values.labels | sha256sum | trunc 63 }}, + checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum | trunk 63}} } spec: imagePullSecrets: