From d276eb2be843a09267ae74fa65cead6d6a466e92 Mon Sep 17 00:00:00 2001 From: Tom Pantelis Date: Mon, 24 Oct 2022 14:28:05 -0400 Subject: [PATCH] Default submariner.images.tag to Chart.AppVersion Signed-off-by: Tom Pantelis --- submariner-operator/templates/submariner.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submariner-operator/templates/submariner.yaml b/submariner-operator/templates/submariner.yaml index 4ae4b0f..c47f97c 100644 --- a/submariner-operator/templates/submariner.yaml +++ b/submariner-operator/templates/submariner.yaml @@ -23,7 +23,7 @@ spec: namespace: {{ .Release.Namespace }} natEnabled: {{ .Values.submariner.natEnabled }} repository: {{ .Values.submariner.images.repository }} - version: {{ .Values.submariner.images.tag }} + version: {{ default .Chart.AppVersion .Values.submariner.images.tag }} {{- with .Values.images }} {{- if . }} imageOverrides: