diff --git a/charts/retool/Chart.yaml b/charts/retool/Chart.yaml index 55c0de4e..9565bb9e 100644 --- a/charts/retool/Chart.yaml +++ b/charts/retool/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: retool description: A Helm chart for Kubernetes type: application -version: 6.0.8 +version: 6.0.9 maintainers: - name: Retool Engineering email: engineering+helm@retool.com diff --git a/charts/retool/templates/deployment_backend.yaml b/charts/retool/templates/deployment_backend.yaml index 3fea3435..2d01000a 100644 --- a/charts/retool/templates/deployment_backend.yaml +++ b/charts/retool/templates/deployment_backend.yaml @@ -22,6 +22,9 @@ spec: {{- end }} {{- if .Values.backend.annotations }} {{ toYaml .Values.backend.annotations | indent 8 }} +{{- end }} +{{- if .Values.ui.annotations }} +{{ toYaml .Values.ui.annotations | indent 8 }} {{- end }} labels: {{- include "retool.selectorLabels" . | nindent 8 }} @@ -30,6 +33,9 @@ spec: {{- end }} {{- if .Values.backend.labels }} {{ toYaml .Values.backend.labels | indent 8 }} +{{- end }} +{{- if .Values.ui.labels }} +{{ toYaml .Values.ui.labels | indent 8 }} {{- end }} spec: serviceAccountName: {{ template "retool.serviceAccountName" . }} diff --git a/charts/retool/values.yaml b/charts/retool/values.yaml index def64bc7..da1caa45 100644 --- a/charts/retool/values.yaml +++ b/charts/retool/values.yaml @@ -303,12 +303,19 @@ jobRunner: labels: {} backend: - # Annotations for backendpods + # Annotations for backend pods annotations: {} # Labels for backend pods labels: {} +ui: + # Annotations for ui pods + annotations: {} + + # Labels for ui pods + labels: {} + workflows: # enabled by default from Chart version 6.0.2 and Retool image 3.6.11 onwards # explicitly set other fields as needed diff --git a/values.yaml b/values.yaml index def64bc7..da1caa45 100644 --- a/values.yaml +++ b/values.yaml @@ -303,12 +303,19 @@ jobRunner: labels: {} backend: - # Annotations for backendpods + # Annotations for backend pods annotations: {} # Labels for backend pods labels: {} +ui: + # Annotations for ui pods + annotations: {} + + # Labels for ui pods + labels: {} + workflows: # enabled by default from Chart version 6.0.2 and Retool image 3.6.11 onwards # explicitly set other fields as needed