Skip to content

Commit

Permalink
Merge pull request #48 from ggtakec/update
Browse files Browse the repository at this point in the history
Changed the default version for Docker images
  • Loading branch information
ggtakec authored Nov 2, 2023
2 parents 5bd6f63 + a7e651d commit af173f3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/helm_template.result
Original file line number Diff line number Diff line change
Expand Up @@ -2843,7 +2843,7 @@ spec:
readOnly: true
containers:
- name: container-r3app-dummy
image: k2hr3-app:1.0.29
image: k2hr3-app:1.0.30
env:
- name: HTTP_PROXY
value: ""
Expand Down Expand Up @@ -2992,7 +2992,7 @@ spec:
readOnly: true
containers:
- name: container-r3dkc-dummy
image: k2hdkc:1.0.9
image: k2hdkc:1.0.10
env:
- name: HTTP_PROXY
value: ""
Expand All @@ -3019,7 +3019,7 @@ spec:
command: ["/bin/sh"]
args: ["/configmap/k2hr3-k2hdkc-serverproc-wrap.sh", "server"]
- name: sidecar-r3dkc-dummy
image: chmpx:1.0.102
image: chmpx:1.0.103
env:
- name: HTTP_PROXY
value: ""
Expand Down Expand Up @@ -3160,7 +3160,7 @@ spec:
readOnly: true
containers:
- name: container-r3api-dummy
image: k2hr3-api:1.0.31
image: k2hr3-api:1.0.32
env:
- name: HTTP_PROXY
value: ""
Expand Down Expand Up @@ -3189,7 +3189,7 @@ spec:
command: ["/bin/sh"]
args: ["/configmap/k2hr3-api-wrap.sh"]
- name: sidecar-r3api-dummy
image: chmpx:1.0.102
image: chmpx:1.0.103
env:
- name: HTTP_PROXY
value: ""
Expand Down
8 changes: 4 additions & 4 deletions templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ Key: {{ b64enc $ca.Key }}
{{- else }}
{{- $tmpapporg := default "antpickax" .Values.images.default.organization }}
{{- $tmpappname := "k2hr3-app" }}
{{- $tmpappver := "1.0.29" }}
{{- $tmpappver := "1.0.30" }}
{{- if .Values.images.app.organization }}
{{- $tmpapporg = .Values.images.app.organization }}
{{- end }}
Expand All @@ -294,7 +294,7 @@ Key: {{ b64enc $ca.Key }}
{{- else }}
{{- $tmpapiorg := default "antpickax" .Values.images.default.organization }}
{{- $tmpapiname := "k2hr3-api" }}
{{- $tmpapiver := "1.0.31" }}
{{- $tmpapiver := "1.0.32" }}
{{- if .Values.images.api.organization }}
{{- $tmpapiorg = .Values.images.api.organization }}
{{- end }}
Expand All @@ -319,7 +319,7 @@ Key: {{ b64enc $ca.Key }}
{{- else }}
{{- $tmpdkcorg := default "antpickax" .Values.images.default.organization }}
{{- $tmpdkcname := "k2hdkc" }}
{{- $tmpdkcver := "1.0.9" }}
{{- $tmpdkcver := "1.0.10" }}
{{- if .Values.images.dkc.organization }}
{{- $tmpdkcorg = .Values.images.dkc.organization }}
{{- end }}
Expand All @@ -344,7 +344,7 @@ Key: {{ b64enc $ca.Key }}
{{- else }}
{{- $tmpchmpxorg := default "antpickax" .Values.images.default.organization }}
{{- $tmpchmpxname := "chmpx" }}
{{- $tmpchmpxver := "1.0.102" }}
{{- $tmpchmpxver := "1.0.103" }}
{{- if .Values.images.chmpx.organization }}
{{- $tmpchmpxorg = .Values.images.chmpx.organization }}
{{- end }}
Expand Down

0 comments on commit af173f3

Please sign in to comment.