Skip to content

Commit

Permalink
Merge pull request #320 from AkihiroSuda/dev
Browse files Browse the repository at this point in the history
update components (Kubernetes 1.29.1)
  • Loading branch information
AkihiroSuda authored Feb 3, 2024
2 parents 810d71e + 578b018 commit a0ce8e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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

0 comments on commit a0ce8e3

Please sign in to comment.