Skip to content

Commit

Permalink
Merge pull request #20 from ggtakec/update_images
Browse files Browse the repository at this point in the history
Updated the default version for Docker images
  • Loading branch information
ggtakec authored Nov 22, 2023
2 parents cbfc5e8 + 99e1e37 commit f256b02
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/helm_template.result
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down Expand Up @@ -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: ""
Expand Down Expand Up @@ -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: ""
Expand Down Expand Up @@ -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: ""
Expand Down Expand Up @@ -4256,7 +4256,7 @@ spec:

containers:
- name: chkk2hdkc-dummy
image: k2hdkc:1.0.10
image: k2hdkc:1.0.11
env:
- name: HTTP_PROXY
value: ""
Expand Down
4 changes: 2 additions & 2 deletions templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit f256b02

Please sign in to comment.