mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 21:30:35 +00:00
Default submariner.images.tag to Chart.AppVersion
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
This commit is contained in:
committed by
Daniel Farrell
parent
d80c6ea26c
commit
d276eb2be8
@@ -23,7 +23,7 @@ spec:
|
|||||||
namespace: {{ .Release.Namespace }}
|
namespace: {{ .Release.Namespace }}
|
||||||
natEnabled: {{ .Values.submariner.natEnabled }}
|
natEnabled: {{ .Values.submariner.natEnabled }}
|
||||||
repository: {{ .Values.submariner.images.repository }}
|
repository: {{ .Values.submariner.images.repository }}
|
||||||
version: {{ .Values.submariner.images.tag }}
|
version: {{ default .Chart.AppVersion .Values.submariner.images.tag }}
|
||||||
{{- with .Values.images }}
|
{{- with .Values.images }}
|
||||||
{{- if . }}
|
{{- if . }}
|
||||||
imageOverrides:
|
imageOverrides:
|
||||||
|
|||||||
Reference in New Issue
Block a user