diff --git a/helm-chart/renku/templates/ui/ui-client-deployment-template.yaml b/helm-chart/renku/templates/ui/ui-client-deployment-template.yaml index f73b09a021..30808c88ab 100644 --- a/helm-chart/renku/templates/ui/ui-client-deployment-template.yaml +++ b/helm-chart/renku/templates/ui/ui-client-deployment-template.yaml @@ -95,7 +95,7 @@ spec: - name: UPLOAD_THRESHOLD value: {{ toJson .Values.ui.client.uploadSizeThreshold | quote }} - name: UI_VERSION - value: {{ .Chart.Version | quote }} + value: {{ .Values.ui.client.image.tag | quote }} - name: RENKU_CHART_VERSION valueFrom: configMapKeyRef: diff --git a/helm-chart/renku/templates/ui/ui-server-deployment.yaml b/helm-chart/renku/templates/ui/ui-server-deployment.yaml index d5f3200895..8e0cbcae64 100644 --- a/helm-chart/renku/templates/ui/ui-server-deployment.yaml +++ b/helm-chart/renku/templates/ui/ui-server-deployment.yaml @@ -47,7 +47,7 @@ spec: - name: SERVER_URL value: {{ (include "renku.baseUrl" .) | quote }} - name: UI_SERVER_VERSION - value: {{ .Chart.Version | quote }} + value: {{ .Values.ui.server.image.tag | quote }} - name: SERVER_KEEP_COOKIES value: | {{- include "ui-server.keepCookies" . | nindent 16 }}