Skip to content

Commit

Permalink
update components (Kubernetes 1.29.0)
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiro Suda <[email protected]>
  • Loading branch information
AkihiroSuda committed Dec 16, 2023
1 parent f718485 commit 8586b02
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
include:
- lxc-image: ubuntu:22.04
engine: docker
- lxc-image: images:fedora/38/cloud
- lxc-image: images:fedora/39/cloud
engine: podman
env:
LXC_IMAGE: "${{ matrix.lxc-image }}"
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BASE_IMAGE=docker.io/kindest/node:v1.28.0
ARG CNI_PLUGINS_VERSION=v1.3.0
ARG BASE_IMAGE=docker.io/kindest/node:v1.29.0@sha256:eaa1450915475849a73a9227b8f201df25e55e268e5d619312131292e324d570
ARG CNI_PLUGINS_VERSION=v1.4.0
FROM ${BASE_IMAGE}
# TODO: check SHA256SUMS of cni-plugins
ARG CNI_PLUGINS_VERSION
Expand Down
4 changes: 2 additions & 2 deletions manifests/kube-flannel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ spec:
fieldPath: metadata.namespace
- name: EVENT_QUEUE_DEPTH
value: "5000"
image: docker.io/flannel/flannel:v0.22.2
image: docker.io/flannel/flannel:v0.23.0
name: kube-flannel
resources:
requests:
Expand Down Expand Up @@ -200,7 +200,7 @@ spec:
- /etc/cni/net.d/10-flannel.conflist
command:
- cp
image: docker.io/flannel/flannel:v0.22.2
image: docker.io/flannel/flannel:v0.23.0
name: install-cni
volumeMounts:
- mountPath: /etc/cni/net.d
Expand Down

0 comments on commit 8586b02

Please sign in to comment.