Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update components (Kubernetes 1.29.1) #320

Merged
merged 1 commit into from
Feb 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=docker.io/kindest/node:v1.29.0@sha256:eaa1450915475849a73a9227b8f201df25e55e268e5d619312131292e324d570
ARG BASE_IMAGE=docker.io/kindest/node:v1.29.1@sha256:a0cc28af37cf39b019e2b448c54d1a3f789de32536cb5a5db61a49623e527144
ARG CNI_PLUGINS_VERSION=v1.4.0
FROM ${BASE_IMAGE}
# TODO: check SHA256SUMS of cni-plugins
Expand Down
8 changes: 4 additions & 4 deletions manifests/kube-flannel.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# <USERNETES>
# Forked from https://github.com/flannel-io/flannel/releases/download/v0.22.2/kube-flannel.yml ,
# Forked from https://github.com/flannel-io/flannel/releases/download/v0.24.2/kube-flannel.yml ,
# to specify a custom `--public-ip` value via `/u7s-flanneld-wrapper.sh.
# </USERNETES>
apiVersion: v1
Expand Down Expand Up @@ -158,7 +158,7 @@ spec:
fieldPath: metadata.namespace
- name: EVENT_QUEUE_DEPTH
value: "5000"
image: docker.io/flannel/flannel:v0.23.0
image: docker.io/flannel/flannel:v0.24.2
name: kube-flannel
resources:
requests:
Expand Down Expand Up @@ -189,7 +189,7 @@ spec:
- /opt/cni/bin/flannel
command:
- cp
image: docker.io/flannel/flannel-cni-plugin:v1.2.0
image: docker.io/flannel/flannel-cni-plugin:v1.4.0-flannel1
name: install-cni-plugin
volumeMounts:
- mountPath: /opt/cni/bin
Expand All @@ -200,7 +200,7 @@ spec:
- /etc/cni/net.d/10-flannel.conflist
command:
- cp
image: docker.io/flannel/flannel:v0.23.0
image: docker.io/flannel/flannel:v0.24.2
name: install-cni
volumeMounts:
- mountPath: /etc/cni/net.d
Expand Down
Loading