mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-22 22:30:36 +00:00
Update versioning and image repositories (#44)
* Update versioning and image repositories Update helm charts to follow the submariner versioning, and include the image repositories by default. Signed-off-by: Miguel Angel Ajo <majopela@redhat.com> * Update final version Signed-off-by: Miguel Angel Ajo Pelayo <majopela@redhat.com>
This commit is contained in:
@@ -23,7 +23,7 @@ spec:
|
||||
- args:
|
||||
- -conf
|
||||
- /etc/coredns/Corefile
|
||||
image: {{ .Values.lighthouseCoredns.image.repository }}:{{ .Values.lighthouseCoredns.image.tag }}
|
||||
image: {{ .Values.lighthouseCoredns.image.repository }}:{{ default .Chart.AppVersion .Values.lighthouseCoredns.image.tag }}
|
||||
imagePullPolicy: {{ .Values.lighthouseCoredns.image.pullPolicy }}
|
||||
name: {{ template "submariner.lighthouseDnsName" . }}
|
||||
volumeMounts:
|
||||
|
||||
Reference in New Issue
Block a user