From 8586b0264b59f61a8a91212944b30886220bc758 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Sat, 16 Dec 2023 19:58:20 +0900 Subject: [PATCH] update components (Kubernetes 1.29.0) Signed-off-by: Akihiro Suda --- .github/workflows/main.yaml | 2 +- Dockerfile | 4 ++-- manifests/kube-flannel.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index a9fbdca..0153f22 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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 }}" diff --git a/Dockerfile b/Dockerfile index 2526e51..1fb0a94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/manifests/kube-flannel.yml b/manifests/kube-flannel.yml index 9c17f43..e0ade49 100644 --- a/manifests/kube-flannel.yml +++ b/manifests/kube-flannel.yml @@ -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: @@ -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