File tree Expand file tree Collapse file tree
chart/cert-manager-webhook-ionos-cloud Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.3.1
18+ version : 0.3.2
Original file line number Diff line number Diff line change 1818 serviceAccountName : {{ include "cert-manager-webhook-ionos-cloud.fullname" . }}
1919 containers :
2020 {{- $imageTag := .Values.image.tag -}}
21- {{- if .Chart.AppVersion }}
21+ {{- if and .Chart.AppVersion (not .Values.image.override) }}
2222 {{- $imageTag = .Chart.AppVersion -}}
2323 {{- end }}
2424 - name : {{ .Chart.Name }}
Original file line number Diff line number Diff line change 3838 tag : latest
3939 repository : ghcr.io/ionos-cloud/cert-manager-webhook-ionos-cloud
4040 pullPolicy : IfNotPresent
41+ override : false
4142
4243nameOverride : " "
4344fullnameOverride : " "
You can’t perform that action at this time.
0 commit comments