Skip to content

Commit

Permalink
defailt to appVersion in chart
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Apr 10, 2024
1 parent 8df9843 commit 222a068
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/radix-oauth-guard/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
appVersion: 0.2.3
version: 0.2.3
appVersion: 0.3.0
version: 0.3.0
description: Forward Auth to validate, authenticate and authorize JWT tokens
name: radix-oauth-guard
icon: https://radix.equinor.com/images/logos/logo.svg
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 @@ -31,7 +31,7 @@ spec:
- 1000
containers:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
image: "{{ .Values.image.repository }}:{{ default .Chart.AppVersion .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- containerPort: 8000
Expand Down

0 comments on commit 222a068

Please sign in to comment.