diff --git a/deploy/kubernetes/helm/che/custom-charts/che-devfile-registry/templates/deployment.yaml b/deploy/kubernetes/helm/che/custom-charts/che-devfile-registry/templates/deployment.yaml index e3d62f923e..0f1d3a4c36 100644 --- a/deploy/kubernetes/helm/che/custom-charts/che-devfile-registry/templates/deployment.yaml +++ b/deploy/kubernetes/helm/che/custom-charts/che-devfile-registry/templates/deployment.yaml @@ -31,6 +31,8 @@ spec: labels: app: che component: devfile-registry + annotations: + checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }} spec: containers: - image: {{ .Values.cheDevfileRegistry.image }} diff --git a/deploy/kubernetes/helm/che/custom-charts/che-plugin-registry/templates/deployment.yaml b/deploy/kubernetes/helm/che/custom-charts/che-plugin-registry/templates/deployment.yaml index 3393e04ba6..8bf3c47b6e 100644 --- a/deploy/kubernetes/helm/che/custom-charts/che-plugin-registry/templates/deployment.yaml +++ b/deploy/kubernetes/helm/che/custom-charts/che-plugin-registry/templates/deployment.yaml @@ -31,6 +31,8 @@ spec: labels: app: che component: plugin-registry + annotations: + checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }} spec: containers: - image: {{ .Values.chePluginRegistry.image }} diff --git a/deploy/kubernetes/helm/che/templates/deployment.yaml b/deploy/kubernetes/helm/che/templates/deployment.yaml index 857271c7a3..0b1d20b5c0 100644 --- a/deploy/kubernetes/helm/che/templates/deployment.yaml +++ b/deploy/kubernetes/helm/che/templates/deployment.yaml @@ -27,6 +27,8 @@ spec: labels: app: che component: che + annotations: + checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }} spec: securityContext: fsGroup: {{ .Values.global.securityContext.fsGroup }}