Skip to content

Commit

Permalink
fix(ui): fix UI versions (#3286)
Browse files Browse the repository at this point in the history
  • Loading branch information
leafty authored Oct 6, 2023
1 parent c81c754 commit 5b59247
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/renku/templates/ui/ui-server-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 5b59247

Please sign in to comment.