Skip to content

Commit

Permalink
Upgrade Kubernetes to v1.28.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alanpeng committed Feb 14, 2024
1 parent e0f19a1 commit 51b83fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ jobs:
build-branches-amd64:
environment:
CEPH_VERSION: '18.2.1'
KUBE_VERSION: '1.28.3'
KUBE_VERSION: '1.28.4'
DOCKER_VERSION: '25.0.3-1'
CRIO_MAJOR_VERSION: '1.28'
CRIO_VERSION: '1.28.3'
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
build-tags-amd64:
environment:
CEPH_VERSION: '18.2.1'
KUBE_VERSION: '1.28.3'
KUBE_VERSION: '1.28.4'
DOCKER_VERSION: '25.0.3-1'
CRIO_MAJOR_VERSION: '1.28'
CRIO_VERSION: '1.28.3'
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
build-branches-aarch64:
environment:
CEPH_VERSION: '18.2.1'
KUBE_VERSION: '1.28.3'
KUBE_VERSION: '1.28.4'
DOCKER_VERSION: '25.0.3-1'
CRIO_MAJOR_VERSION: '1.28'
CRIO_VERSION: '1.28.3'
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
build-tags-aarch64:
environment:
CEPH_VERSION: '18.2.1'
KUBE_VERSION: '1.28.3'
KUBE_VERSION: '1.28.4'
DOCKER_VERSION: '25.0.3-1'
CRIO_MAJOR_VERSION: '1.28'
CRIO_VERSION: '1.28.3'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Wise2C Yum Repo for Docker/K8S/Ceph/NFS installation

YUM Repo服务器安装好docker,直接运行命令:

docker run -d -p 2009:2009 --name=yum-repo wise2c/yum-repo:v1.28.3
docker run -d -p 2009:2009 --name=yum-repo wise2c/yum-repo:v1.28.4

在需要安装docker/k8s/ceph/nfs的其它主机上:

Expand Down

0 comments on commit 51b83fe

Please sign in to comment.