From 99e1e3704eed8784a067d9c58fb1639a024334dc Mon Sep 17 00:00:00 2001 From: Takeshi Nakatani Date: Wed, 22 Nov 2023 17:05:39 +0900 Subject: [PATCH] Updated the default version for Docker images --- .github/workflows/helm_template.result | 10 +++++----- templates/_helpers.tpl | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/helm_template.result b/.github/workflows/helm_template.result index cba098b..3442c1f 100644 --- a/.github/workflows/helm_template.result +++ b/.github/workflows/helm_template.result @@ -200,7 +200,7 @@ spec: command: ["/bin/sh", "/configmap/dbaas-k2hdkc-k2hr3-registration.sh", "-del"] - name: svrchmpx-dummy - image: chmpx:1.0.103 + image: chmpx:1.0.104 env: - name: HTTP_PROXY value: "" @@ -230,7 +230,7 @@ spec: args: ["/configmap/dbaas-k2hdkc-chmpxproc-wrap.sh"] - name: svrk2hdkc-dummy - image: k2hdkc:1.0.10 + image: k2hdkc:1.0.11 env: - name: HTTP_PROXY value: "" @@ -424,7 +424,7 @@ spec: command: ["/bin/sh", "/configmap/dbaas-k2hdkc-k2hr3-registration.sh", "-del"] - name: slvchmpx-dummy - image: chmpx:1.0.103 + image: chmpx:1.0.104 env: - name: HTTP_PROXY value: "" @@ -454,7 +454,7 @@ spec: args: ["/configmap/dbaas-k2hdkc-chmpxproc-wrap.sh"] - name: slvk2hdkc-dummy - image: k2hdkc:1.0.10 + image: k2hdkc:1.0.11 env: - name: HTTP_PROXY value: "" @@ -4256,7 +4256,7 @@ spec: containers: - name: chkk2hdkc-dummy - image: k2hdkc:1.0.10 + image: k2hdkc:1.0.11 env: - name: HTTP_PROXY value: "" diff --git a/templates/_helpers.tpl b/templates/_helpers.tpl index 32f2a14..58a7e31 100644 --- a/templates/_helpers.tpl +++ b/templates/_helpers.tpl @@ -190,7 +190,7 @@ app.kubernetes.io/instance: {{ .Release.Name }} {{- else }} {{- $tmpdkcorg := default "antpickax" .Values.images.default.organization }} {{- $tmpdkcname := "k2hdkc" }} - {{- $tmpdkcver := "1.0.10" }} + {{- $tmpdkcver := "1.0.11" }} {{- if .Values.images.dkc.organization }} {{- $tmpdkcorg = .Values.images.dkc.organization }} {{- end }} @@ -215,7 +215,7 @@ app.kubernetes.io/instance: {{ .Release.Name }} {{- else }} {{- $tmpchmpxorg := default "antpickax" .Values.images.default.organization }} {{- $tmpchmpxname := "chmpx" }} - {{- $tmpchmpxver := "1.0.103" }} + {{- $tmpchmpxver := "1.0.104" }} {{- if .Values.images.chmpx.organization }} {{- $tmpchmpxorg = .Values.images.chmpx.organization }} {{- end }}