diff --git a/charts/studio/Chart.yaml b/charts/studio/Chart.yaml index 95b81930..78f26a8e 100644 --- a/charts/studio/Chart.yaml +++ b/charts/studio/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.2.11 +version: 0.2.12 # 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/studio/README.md b/charts/studio/README.md index 33fe9591..7fddbe4d 100644 --- a/charts/studio/README.md +++ b/charts/studio/README.md @@ -1,6 +1,6 @@ # studio -![Version: 0.2.11](https://img.shields.io/badge/Version-0.2.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.9.1](https://img.shields.io/badge/AppVersion-v2.9.1-informational?style=flat-square) +![Version: 0.2.12](https://img.shields.io/badge/Version-0.2.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.9.1](https://img.shields.io/badge/AppVersion-v2.9.1-informational?style=flat-square) A Helm chart for Kubernetes diff --git a/charts/studio/templates/deployment-studio-backend.yaml b/charts/studio/templates/deployment-studio-backend.yaml index 8f7aaf2f..19271478 100644 --- a/charts/studio/templates/deployment-studio-backend.yaml +++ b/charts/studio/templates/deployment-studio-backend.yaml @@ -18,6 +18,7 @@ spec: template: metadata: annotations: + checksum/configmap-studio-backend: {{ include (print $.Template.BasePath "/configmap-studio-backend.yaml") . | sha256sum }} {{- include "studio.checksum" . | indent 8 }} {{- with .Values.studioBackend.podAnnotations }} {{- toYaml . | nindent 8 }} diff --git a/charts/studio/templates/deployment-studio-beat.yaml b/charts/studio/templates/deployment-studio-beat.yaml index 13695367..204dca0f 100644 --- a/charts/studio/templates/deployment-studio-beat.yaml +++ b/charts/studio/templates/deployment-studio-beat.yaml @@ -14,10 +14,11 @@ spec: template: metadata: annotations: + checksum/configmap-studio-beat: {{ include (print $.Template.BasePath "/configmap-studio-beat.yaml") . | sha256sum }} {{- include "studio.checksum" . | indent 8 }} - {{- with .Values.studioBeat.podAnnotations }} + {{- with .Values.studioBeat.podAnnotations }} {{- toYaml . | nindent 8 }} - {{- end }} + {{- end }} labels: {{- include "studio-beat.selectorLabels" . | nindent 8 }} spec: diff --git a/charts/studio/templates/deployment-studio-ui.yaml b/charts/studio/templates/deployment-studio-ui.yaml index 560e471b..adef2904 100644 --- a/charts/studio/templates/deployment-studio-ui.yaml +++ b/charts/studio/templates/deployment-studio-ui.yaml @@ -18,10 +18,11 @@ spec: template: metadata: annotations: + checksum/configmap-studio-ui: {{ include (print $.Template.BasePath "/configmap-studio-ui.yaml") . | sha256sum }} {{- include "studio.checksum" . | indent 8 }} - {{- with .Values.studioUi.podAnnotations }} + {{- with .Values.studioUi.podAnnotations }} {{- toYaml . | nindent 8 }} - {{- end }} + {{- end }} labels: {{- include "studio-ui.selectorLabels" . | nindent 8 }} spec: diff --git a/charts/studio/templates/deployment-studio-worker.yaml b/charts/studio/templates/deployment-studio-worker.yaml index 7b50595e..0c84e872 100644 --- a/charts/studio/templates/deployment-studio-worker.yaml +++ b/charts/studio/templates/deployment-studio-worker.yaml @@ -14,10 +14,11 @@ spec: template: metadata: annotations: + checksum/configmap-studio-worker: {{ include (print $.Template.BasePath "/configmap-studio-worker.yaml") . | sha256sum }} {{- include "studio.checksum" . | indent 8 }} - {{- with .Values.studioWorker.podAnnotations }} + {{- with .Values.studioWorker.podAnnotations }} {{- toYaml . | nindent 8 }} - {{- end }} + {{- end }} labels: {{- include "studio-worker.selectorLabels" . | nindent 8 }} spec: