Skip to content

Commit

Permalink
Merge branch 'main' into adjust-deployment-label-selector
Browse files Browse the repository at this point in the history
  • Loading branch information
shahargl authored Aug 5, 2024
2 parents 2386192 + 83c4982 commit ebbfb0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/keep/templates/keep-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
- name: {{ .Chart.Name }}
securityContext:
{{- toYaml .Values.frontend.securityContext | nindent 12 }}
image: "{{ .Values.frontend.image.repository }}" # :{{ .Values.frontend.image.tag | default .Chart.AppVersion }}
image: "{{ .Values.frontend.image.repository }}:{{ .Values.frontend.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.frontend.image.pullPolicy }}
ports:
- name: http
Expand Down

0 comments on commit ebbfb0f

Please sign in to comment.