Skip to content

Commit

Permalink
default fo Chart.AppVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
rberrelleza committed Oct 18, 2023
1 parent 365523d commit 313c96f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/cert-manager-webhook-civo/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
- name: {{ .Chart.Name }}
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
image: "{{ .Values.image.repository }}:{{ default .Chart.AppVersion .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
args:
- --secure-port=8443
Expand Down
2 changes: 1 addition & 1 deletion chart/cert-manager-webhook-civo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ region: NYC1
image:
# -- Image repository
repository: okteto/civo-webhook
tag: 0.5.2
tag:

# -- Image pull policy
pullPolicy: IfNotPresent
Expand Down

0 comments on commit 313c96f

Please sign in to comment.