Skip to content

Commit

Permalink
update components (Kubernetes v1.28.0)
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiro Suda <[email protected]>
  • Loading branch information
AkihiroSuda committed Aug 16, 2023
1 parent a8dbe7e commit 0072f61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ ARG ROOTLESSKIT_COMMIT=v1.1.0
ARG CONTAINERD_COMMIT=v1.7.3
ARG CRIO_COMMIT=v1.27.1

ARG KUBE_NODE_COMMIT=v1.28.0-rc.1
ARG KUBE_NODE_COMMIT=v1.28.0

# Version definitions (cont.)
ARG SLIRP4NETNS_RELEASE=v1.2.0
ARG CONMON_RELEASE=2.1.7
ARG CRUN_RELEASE=1.8.6
ARG FUSE_OVERLAYFS_RELEASE=v1.12
ARG CONTAINERD_FUSE_OVERLAYFS_RELEASE=1.0.6
ARG KUBE_MASTER_RELEASE=v1.28.0-rc.1
ARG KUBE_MASTER_RELEASE=v1.28.0
# Kube's build script requires KUBE_GIT_VERSION to be set to a semver string
ARG KUBE_GIT_VERSION=v1.28.0-rc.1
ARG KUBE_GIT_VERSION=v1.28.0
ARG CNI_PLUGINS_RELEASE=v1.3.0
ARG FLANNEL_CNI_PLUGIN_RELEASE=v1.2.0
ARG FLANNEL_RELEASE=v0.22.1
Expand Down
2 changes: 1 addition & 1 deletion manifests/coredns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ spec:
kubernetes.io/os: linux
containers:
- name: coredns
image: coredns/coredns:1.11.0
image: coredns/coredns:1.11.1
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down

0 comments on commit 0072f61

Please sign in to comment.