Skip to content

Commit

Permalink
feat(docker-image): update rancher/k3s-upgrade docker tag to v1.31.1
Browse files Browse the repository at this point in the history
| datasource | package             | from    | to      |
| ---------- | ------------------- | ------- | ------- |
| docker     | rancher/k3s-upgrade | v1.30.2 | v1.31.1 |
  • Loading branch information
renovate[bot] authored Sep 20, 2024
1 parent f7d156d commit 71ea06a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.31.1-k3s1-amd64@sha256:a5aa3a9ca8f2105b26044776096d395c3374f37d4b6615da8777297a4d361348
args: ["prepare", "k3s-server"]
upgrade:
image: rancher/k3s-upgrade:v1.30.2-k3s1-amd64@sha256:36d6d360cd64d2d2d0dd45a722e2d12f78f92590343e32d494eff9401e4f181e
image: rancher/k3s-upgrade:v1.31.1-k3s1-amd64@sha256:a5aa3a9ca8f2105b26044776096d395c3374f37d4b6615da8777297a4d361348
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.31.1-k3s1-amd64@sha256:a5aa3a9ca8f2105b26044776096d395c3374f37d4b6615da8777297a4d361348

0 comments on commit 71ea06a

Please sign in to comment.