Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jesper Svendsen <99078145+jesper7@users.noreply.github.com>
  • Loading branch information
mjasion and jesper7 committed Aug 29, 2023
1 parent c277c37 commit 003ee8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/studio/templates/deployment-studio-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ spec:
{{- end }}
{{- if and .Values.global.basePath (not (eq .Values.global.basePath "/")) }}
- name: nginx-sidecar
image: "{{ .Values.studioBlobvault.image.repository }}:{{ .Values.studioBlobvault.image.tag | default "1.25.1-alpine" }}"
image: "{{ .Values.studioBlobvault.image.repository }}:{{ .Values.studioBlobvault.image.tag }"
imagePullPolicy: "IfNotPresent"
ports:
- name: nginx-http
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
- name: nginx
securityContext:
{{- toYaml .Values.studioBlobvault.securityContext | nindent 12 }}
image: "{{ .Values.studioBlobvault.image.repository }}:{{ .Values.studioBlobvault.image.tag | default "1.25.1-alpine" }}"
image: "{{ .Values.studioBlobvault.image.repository }}:{{ .Values.studioBlobvault.image.tag }}"
imagePullPolicy: "IfNotPresent"
ports:
- name: http
Expand Down

0 comments on commit 003ee8d

Please sign in to comment.