File tree 5 files changed +7
-7
lines changed
Dockerfile.d/SHA256SUMS.d
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 16
16
env :
17
17
CONTAINER_ENGINE : " ${{ matrix.engine }}"
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
- name : Set up cgroup v2 delegation
21
21
run : |
22
22
sudo mkdir -p /etc/systemd/system/[email protected]
76
76
LIMA_TEMPLATE : " ${{ matrix.lima-template }}"
77
77
CONTAINER_ENGINE : " ${{ matrix.engine }}"
78
78
steps :
79
- - uses : actions/checkout@v3
79
+ - uses : actions/checkout@v4
80
80
- name : " Install QEMU"
81
81
run : |
82
82
set -eux
Original file line number Diff line number Diff line change 1
- ARG BASE_IMAGE=docker.io/kindest/node:v1.31.0 @sha256:53df588e04085fd41ae12de0c3fe4c72f7013bba32a20e7325357a1ac94ba865
2
- ARG CNI_PLUGINS_VERSION=v1.5 .1
1
+ ARG BASE_IMAGE=docker.io/kindest/node:v1.31.2 @sha256:18fbefc20a7113353c7b75b5c869d7145a6abd6269154825872dc59c1329912e
2
+ ARG CNI_PLUGINS_VERSION=v1.6 .1
3
3
FROM ${BASE_IMAGE}
4
4
COPY Dockerfile.d/SHA256SUMS.d/ /tmp/SHA256SUMS.d
5
5
ARG CNI_PLUGINS_VERSION
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ 2503ce29ac445715ebe146073f45468153f9e28f45fa173cb060cfd9e735f563 cni-plugins-linux-amd64-v1.6.1.tgz
2
+ f0f440b968ab50ad13d9d42d993ba98ec30b2ec666846f4ef1bddc7646a701cc cni-plugins-linux-arm64-v1.6.1.tgz
Original file line number Diff line number Diff line change @@ -150,4 +150,4 @@ kubeadm-reset:
150
150
151
151
.PHONY : install-flannel
152
152
install-flannel :
153
- $(NODE_SHELL ) kubectl apply -f https://github.com/flannel-io/flannel/releases/download/v0.25.5 /kube-flannel.yml
153
+ $(NODE_SHELL ) kubectl apply -f https://github.com/flannel-io/flannel/releases/download/v0.26.1 /kube-flannel.yml
You can’t perform that action at this time.
0 commit comments