Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(docker-image): update rancher/k3s-upgrade docker tag to v1.32.0 #1668

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
matchExpressions:
- {key: node-role.kubernetes.io/control-plane, operator: DoesNotExist}
prepare:
image: rancher/k3s-upgrade:v1.30.2-k3s1-amd64@sha256:36d6d360cd64d2d2d0dd45a722e2d12f78f92590343e32d494eff9401e4f181e
image: rancher/k3s-upgrade:v1.32.0-k3s1-amd64@sha256:f4072cdf7879517d3f7e047defadb2aa75992d4ea2320a22c7146915580ff4db
args: ["prepare", "k3s-server"]
upgrade:
image: rancher/k3s-upgrade:v1.30.2-k3s1-amd64@sha256:36d6d360cd64d2d2d0dd45a722e2d12f78f92590343e32d494eff9401e4f181e
image: rancher/k3s-upgrade:v1.32.0-k3s1-amd64@sha256:f4072cdf7879517d3f7e047defadb2aa75992d4ea2320a22c7146915580ff4db
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ spec:
- {key: node-role.kubernetes.io/etcd, effect: NoExecute, operator: Exists}
- {key: CriticalAddonsOnly, operator: Exists}
upgrade:
image: rancher/k3s-upgrade:v1.30.2-k3s1-amd64@sha256:36d6d360cd64d2d2d0dd45a722e2d12f78f92590343e32d494eff9401e4f181e
image: rancher/k3s-upgrade:v1.32.0-k3s1-amd64@sha256:f4072cdf7879517d3f7e047defadb2aa75992d4ea2320a22c7146915580ff4db
Loading