Skip to content

Commit

Permalink
Merge pull request #56 from ggtakec/update_deps
Browse files Browse the repository at this point in the history
Updated the version of k2hr3-app/k2hr3-api to 1.0.34
  • Loading branch information
ggtakec authored Mar 18, 2024
2 parents 73bd89a + d476e98 commit f337eaa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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.33
image: k2hr3-app:1.0.34
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.33
image: k2hr3-api:1.0.34
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 @@ -269,7 +269,7 @@ Key: {{ b64enc $ca.Key }}
{{- else }}
{{- $tmpapporg := default "antpickax" .Values.images.default.organization }}
{{- $tmpappname := "k2hr3-app" }}
{{- $tmpappver := "1.0.33" }}
{{- $tmpappver := "1.0.34" }}
{{- 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.33" }}
{{- $tmpapiver := "1.0.34" }}
{{- if .Values.images.api.organization }}
{{- $tmpapiorg = .Values.images.api.organization }}
{{- end }}
Expand Down

0 comments on commit f337eaa

Please sign in to comment.