Skip to content

Commit

Permalink
update (#3601)
Browse files Browse the repository at this point in the history
  • Loading branch information
denglouping authored Nov 11, 2024
1 parent 1c5e3c0 commit 638b24d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bcs-ops/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = bcs-ops
VER = v0.0.2
VER = v0.0.3
CURRENT_VERSION = release-$(VER)

clean:
Expand Down
4 changes: 2 additions & 2 deletions bcs-ops/k8s/install_k8s_tools
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ enabled=1
gpgcheck=0
EOF
curl https://mirrors.tencent.com/kubernetes_new/core%3a/stable%3a/v1.27%3a/build/rpm/isv%3akubernetes%3acore%3astable%3av1.27%3abuild.repo >> /etc/yum.repos.d/kubernetes.repo
curl https://mirrors.tencent.com/kubernetes_new/core%3a/stable%3a/v1.27/rpm/isv%3akubernetes%3acore%3astable%3av1.27.repo >> /etc/yum.repos.d/kubernetes.repo
echo "" >> /etc/yum.repos.d/kubernetes.repo
curl https://mirrors.tencent.com/kubernetes_new/core%3a/stable%3a/v1.28%3a/build/rpm/isv%3akubernetes%3acore%3astable%3av1.28%3abuild.repo >> /etc/yum.repos.d/kubernetes.repo
curl https://mirrors.tencent.com/kubernetes_new/core%3a/stable%3a/v1.28/rpm/isv%3akubernetes%3acore%3astable%3av1.28.repo >> /etc/yum.repos.d/kubernetes.repo
yum install -y -q yum-utils
yum-config-manager --add-repo "$ROOT_DIR/kubernetes.repo"
yum clean all
Expand Down

0 comments on commit 638b24d

Please sign in to comment.