Skip to content

Commit 19f5439

Browse files
Upgrade pinned versions
1 parent 1f9ca61 commit 19f5439

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

.github/workflows/spell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
34-
- uses: igsekor/pyspelling-any@155eb06641bb9259cab59b5126a40be943ecb4f7 # 1.0.4
34+
- uses: igsekor/pyspelling-any@44278deea34ea69d8f0d5179ac409c140b0a2f5a # 1.0.5
3535
name: Spellcheck

bash/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM kindest/node:v1.33.1
1+
FROM kindest/node:v1.33.2
22

33
COPY bin/plugin.sh /opt/cni/bin/bash-cni
44

flannel/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM kindest/node:v1.33.1
1+
FROM kindest/node:v1.33.2
22

33
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
44
RUN echo "wireshark-common wireshark-common/install-setuid boolean true" | debconf-set-selections && \

flannel/kube-flannel.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ spec:
144144
- name: cni-plugin
145145
mountPath: /opt/cni/bin
146146
- name: install-cni
147-
image: ghcr.io/flannel-io/flannel:v0.26.7
147+
image: ghcr.io/flannel-io/flannel:v0.27.2
148148
command:
149149
- cp
150150
args:
@@ -158,7 +158,7 @@ spec:
158158
mountPath: /etc/kube-flannel/
159159
containers:
160160
- name: kube-flannel
161-
image: ghcr.io/flannel-io/flannel:v0.26.7
161+
image: ghcr.io/flannel-io/flannel:v0.27.2
162162
command:
163163
- /opt/bin/flanneld
164164
args:
@@ -183,6 +183,8 @@ spec:
183183
fieldPath: metadata.namespace
184184
- name: EVENT_QUEUE_DEPTH
185185
value: "5000"
186+
- name: CONT_WHEN_CACHE_NOT_READY
187+
value: "false"
186188
volumeMounts:
187189
- name: run
188190
mountPath: /run/flannel

pause/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ fi
4646

4747
# umoci - Modifies Open Container Images
4848
if ! command -v umoci; then
49-
sudo curl -o /usr/bin/umoci -sL https://github.com/opencontainers/umoci/releases/download/v0.5.0/umoci.linux.amd64
49+
sudo curl -o /usr/bin/umoci -sL https://github.com/opencontainers/umoci/releases/download/v0.5.0/umoci.amd64
5050
sudo chmod +x /usr/bin/umoci
5151
fi
5252

0 commit comments

Comments
 (0)