Skip to content

Commit

Permalink
Updated the version of alpine image to 3.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Takeshi Nakatani committed Mar 18, 2024
1 parent a3c4b19 commit 3d9c483
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ jobs:
# When using helm/chart-releaser-action, "fetch-depth: 0" is required.
#
- name: Checkout sources
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: "0"

#
# Install latest Helm version
#
- uses: azure/setup-helm@v3
- uses: azure/setup-helm@v4
id: install

#
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/helm_template.result
Original file line number Diff line number Diff line change
Expand Up @@ -2806,7 +2806,7 @@ spec:
shareProcessNamespace: true
initContainers:
- name: init-r3app-dummy
image: alpine:3.18.4
image: alpine:3.19.1
command: ["/bin/sh"]
args: ["/configmap/k2hr3-app-init.sh"]
env:
Expand Down Expand Up @@ -2931,7 +2931,7 @@ spec:
shareProcessNamespace: true
initContainers:
- name: init-r3dkc-dummy
image: alpine:3.18.4
image: alpine:3.19.1
command: ["/bin/sh"]
args: ["/configmap/k2hr3-k2hdkc-ini-update.sh"]
env:
Expand Down Expand Up @@ -3095,7 +3095,7 @@ spec:
shareProcessNamespace: true
initContainers:
- name: init-r3api-dummy
image: alpine:3.18.4
image: alpine:3.19.1
command: ["/bin/sh"]
args: ["/configmap/k2hr3-k2hdkc-ini-update.sh"]
env:
Expand Down Expand Up @@ -3233,7 +3233,7 @@ spec:
path: k2hr3-check.sh
containers:
- name: checker
image: alpine:3.18.4
image: alpine:3.19.1
env:
- name: K2HR3_NAMESPACE
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ Key: {{ b64enc $ca.Key }}
{{- else }}
{{- $tmpinitorg := "" }}
{{- $tmpinitname := "alpine" }}
{{- $tmpinitver := "3.18.4" }}
{{- $tmpinitver := "3.19.1" }}
{{- if .Values.images.init.organization }}
{{- $tmpinitorg = .Values.images.init.organization }}
{{- end }}
Expand Down

0 comments on commit 3d9c483

Please sign in to comment.