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
@@ -48,7 +48,7 @@ spec:
value: "{{ .Values.broker.ca }}"
{{- end }}
name: {{ template "submariner.fullname" . }}-lighthouse-agent
image: {{ .Values.lighthouse.image.repository }}:{{ .Values.lighthouse.image.tag }}
image: {{ .Values.lighthouse.image.repository }}:{{ default .Chart.AppVersion .Values.lighthouse.image.tag }}
imagePullPolicy: {{ .Values.lighthouse.image.pullPolicy }}
restartPolicy: Always
terminationGracePeriodSeconds: 0