Skip to content

Commit

Permalink
chore: update versions (#258)
Browse files Browse the repository at this point in the history
* Upgrade pinned versions

Co-authored-by: electrocucaracha bot <[email protected]>
  • Loading branch information
github-actions[bot] and electrocucaracha committed May 14, 2024
1 parent 3369321 commit ef3c091
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bash/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM kindest/node:v1.29.2
FROM kindest/node:v1.30.0

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

Expand Down
2 changes: 1 addition & 1 deletion flannel/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM kindest/node:v1.29.2
FROM kindest/node:v1.30.0

SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN echo "wireshark-common wireshark-common/install-setuid boolean true" | debconf-set-selections && \
Expand Down
2 changes: 1 addition & 1 deletion flannel/kube-flannel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ spec:
serviceAccountName: flannel
initContainers:
- name: install-cni-plugin
image: docker.io/flannel/flannel-cni-plugin:v1.4.0-flannel1
image: docker.io/flannel/flannel-cni-plugin:v1.4.1-flannel1
command:
- cp
args:
Expand Down
2 changes: 1 addition & 1 deletion pause/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fi

# cnitool - Executes a CNI configuration
if ! command -v cnitool; then
go install github.com/containernetworking/cni/cnitool@v1.1.2
go install github.com/containernetworking/cni/cnitool@v1.2.0
sudo mv ~/go/bin/cnitool /usr/bin/
fi

Expand Down

0 comments on commit ef3c091

Please sign in to comment.