Skip to content

Commit f256b02

Browse files
authored
Merge pull request #20 from ggtakec/update_images
Updated the default version for Docker images
2 parents cbfc5e8 + 99e1e37 commit f256b02

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/helm_template.result

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ spec:
200200
command: ["/bin/sh", "/configmap/dbaas-k2hdkc-k2hr3-registration.sh", "-del"]
201201

202202
- name: svrchmpx-dummy
203-
image: chmpx:1.0.103
203+
image: chmpx:1.0.104
204204
env:
205205
- name: HTTP_PROXY
206206
value: ""
@@ -230,7 +230,7 @@ spec:
230230
args: ["/configmap/dbaas-k2hdkc-chmpxproc-wrap.sh"]
231231

232232
- name: svrk2hdkc-dummy
233-
image: k2hdkc:1.0.10
233+
image: k2hdkc:1.0.11
234234
env:
235235
- name: HTTP_PROXY
236236
value: ""
@@ -424,7 +424,7 @@ spec:
424424
command: ["/bin/sh", "/configmap/dbaas-k2hdkc-k2hr3-registration.sh", "-del"]
425425

426426
- name: slvchmpx-dummy
427-
image: chmpx:1.0.103
427+
image: chmpx:1.0.104
428428
env:
429429
- name: HTTP_PROXY
430430
value: ""
@@ -454,7 +454,7 @@ spec:
454454
args: ["/configmap/dbaas-k2hdkc-chmpxproc-wrap.sh"]
455455

456456
- name: slvk2hdkc-dummy
457-
image: k2hdkc:1.0.10
457+
image: k2hdkc:1.0.11
458458
env:
459459
- name: HTTP_PROXY
460460
value: ""
@@ -4256,7 +4256,7 @@ spec:
42564256

42574257
containers:
42584258
- name: chkk2hdkc-dummy
4259-
image: k2hdkc:1.0.10
4259+
image: k2hdkc:1.0.11
42604260
env:
42614261
- name: HTTP_PROXY
42624262
value: ""

templates/_helpers.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ app.kubernetes.io/instance: {{ .Release.Name }}
190190
{{- else }}
191191
{{- $tmpdkcorg := default "antpickax" .Values.images.default.organization }}
192192
{{- $tmpdkcname := "k2hdkc" }}
193-
{{- $tmpdkcver := "1.0.10" }}
193+
{{- $tmpdkcver := "1.0.11" }}
194194
{{- if .Values.images.dkc.organization }}
195195
{{- $tmpdkcorg = .Values.images.dkc.organization }}
196196
{{- end }}
@@ -215,7 +215,7 @@ app.kubernetes.io/instance: {{ .Release.Name }}
215215
{{- else }}
216216
{{- $tmpchmpxorg := default "antpickax" .Values.images.default.organization }}
217217
{{- $tmpchmpxname := "chmpx" }}
218-
{{- $tmpchmpxver := "1.0.103" }}
218+
{{- $tmpchmpxver := "1.0.104" }}
219219
{{- if .Values.images.chmpx.organization }}
220220
{{- $tmpchmpxorg = .Values.images.chmpx.organization }}
221221
{{- end }}

0 commit comments

Comments
 (0)