Skip to content

Commit

Permalink
remove default tag so we fallback to Chart.AppVersion instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Jun 20, 2024
1 parent ebd1953 commit cd479e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/radix-oauth-guard/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
{{- with .Values.tolerations }}
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end }}
containers:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ default .Chart.AppVersion .Values.image.tag }}"
Expand Down
4 changes: 2 additions & 2 deletions charts/radix-oauth-guard/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ fullnameOverride: ""

image:
repository: ghcr.io/equinor/radix-oauth-guard
tag: latest
tag: ""
pullPolicy: Always

# Annotations to add to the Deployment
Expand Down Expand Up @@ -37,4 +37,4 @@ affinity: {}
nodeSelector: {}

# Tolerations for pod scheduling
tolerations: []
tolerations: []

0 comments on commit cd479e2

Please sign in to comment.