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

[v2.8] Fix system-upgrade-controller 1.27 support version 103.0.0 #2924

Merged
Merged
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
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ kubeVersion: '>= 1.23.0-0'
name: system-upgrade-controller
sources:
- https://github.com/rancher/system-charts/blob/dev-v2.8/charts/rancher-k3s-upgrader
version: 103.1.0+up0.6.0
version: 103.0.0+up0.6.0
8 changes: 4 additions & 4 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15876,17 +15876,17 @@ entries:
catalog.cattle.io/release-name: system-upgrade-controller
apiVersion: v1
appVersion: v0.13.1
created: "2023-08-29T17:10:36.20358615-05:00"
created: "2023-08-31T14:53:17.911123032-05:00"
description: General purpose controller to make system level updates to nodes.
digest: ce11632eefe3c5f6b63fbfeda038d1ceb704ffb8985b86e5b35f1ea44ec202a8
digest: d7bc9c0dccd63fb9a30849aaec35f3302265bbd7ccbf4bcafce12c91513ec281
home: https://github.com/rancher/system-charts/blob/dev-v2.8/charts/rancher-k3s-upgrader
kubeVersion: '>= 1.23.0-0'
name: system-upgrade-controller
sources:
- https://github.com/rancher/system-charts/blob/dev-v2.8/charts/rancher-k3s-upgrader
urls:
- assets/system-upgrade-controller/system-upgrade-controller-103.1.0+up0.6.0.tgz
version: 103.1.0+up0.6.0
- assets/system-upgrade-controller/system-upgrade-controller-103.0.0+up0.6.0.tgz
version: 103.0.0+up0.6.0
- annotations:
catalog.cattle.io/certified: rancher
catalog.cattle.io/hidden: "true"
Expand Down
2 changes: 1 addition & 1 deletion packages/system-upgrade-controller/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
url: https://github.com/rancher/system-charts.git
subdirectory: charts/rancher-k3s-upgrader/0.6.0
commit: 3cd6441aa95b5353166bdaedb08dea91e90c66ee
version: 103.1.0
version: 103.0.0
doNotRelease: false
2 changes: 1 addition & 1 deletion release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ rancher-external-ip-webhook:
- 100.0.1+up1.0.1
- 100.0.2+up1.0.1
system-upgrade-controller:
- 103.1.0+up0.6.0
- 103.0.0+up0.6.0
Loading