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:
Miguel Angel Ajo Pelayo
2020-06-24 10:11:21 -04:00
committed by GitHub
parent d2b0d98ea2
commit 3b44f11749
8 changed files with 22 additions and 28 deletions
+1 -1
View File
@@ -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: