From 648375f613f96b07f086063da47f9f0d7190f5e6 Mon Sep 17 00:00:00 2001 From: Curtis Ruck Date: Tue, 12 Jul 2022 15:31:01 -0400 Subject: [PATCH] fix init container image label --- charts/guacamole-client/Chart.yaml | 2 +- charts/guacamole-client/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/guacamole-client/Chart.yaml b/charts/guacamole-client/Chart.yaml index 7e903cc..9cde6e4 100644 --- a/charts/guacamole-client/Chart.yaml +++ b/charts/guacamole-client/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.9 +version: 0.1.10 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/guacamole-client/templates/deployment.yaml b/charts/guacamole-client/templates/deployment.yaml index 721ffd9..622c675 100644 --- a/charts/guacamole-client/templates/deployment.yaml +++ b/charts/guacamole-client/templates/deployment.yaml @@ -31,7 +31,7 @@ spec: - name: jdbc-init securityContext: {{- toYaml .Values.securityContext | nindent 12 }} - image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" + image: "{{ .Values.image.repository }}-jdbc-init:{{ .Values.image.tag | default .Chart.AppVersion }}" imagePullPolicy: {{ .Values.image.pullPolicy }} resources: {{- toYaml .Values.resources | nindent 12 }}