Skip to content

Commit

Permalink
Bump system-upgrade-controller to 103.0.0+up0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thatmidwesterncoder committed Aug 31, 2023
1 parent 242c49c commit 4a7abeb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@
+annotations:
+ catalog.cattle.io/certified: rancher
+ catalog.cattle.io/hidden: "true"
+ catalog.cattle.io/kube-version: '>= 1.23.0-0 < 1.27.0-0'
+ catalog.cattle.io/kube-version: '>= 1.23.0-0 < 1.28.0-0'
+ catalog.cattle.io/namespace: cattle-system
+ catalog.cattle.io/os: linux
+ catalog.cattle.io/permits-os: linux,windows
+ catalog.cattle.io/rancher-version: '>= 2.8.0-0 < 2.9.0-0'
+ catalog.cattle.io/release-name: system-upgrade-controller
apiVersion: v1
appVersion: v0.11.0
appVersion: v0.13.1
-description: Enables a k3s or rke2 cluster to update itself by reacting to Plan CRs.
- Users do not need to manually upgrade this app. It will be automatically upgraded
- to the latest version when upgrading a cluster.
+description: General purpose controller to make system level updates to nodes.
home: https://github.com/rancher/system-charts/blob/dev-v2.7/charts/rancher-k3s-upgrader
home: https://github.com/rancher/system-charts/blob/dev-v2.8/charts/rancher-k3s-upgrader
kubeVersion: '>= 1.23.0-0'
-name: rancher-k3s-upgrader
+name: system-upgrade-controller
sources:
- https://github.com/rancher/system-charts/blob/dev-v2.7/charts/rancher-k3s-upgrader
version: 0.5.0
- https://github.com/rancher/system-charts/blob/dev-v2.8/charts/rancher-k3s-upgrader
version: 0.6.0
6 changes: 3 additions & 3 deletions 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.5.0
commit: a0121d8275948b1f7cfc4d63703b91a89dcb08ba
subdirectory: charts/rancher-k3s-upgrader/0.6.0
commit: 3cd6441aa95b5353166bdaedb08dea91e90c66ee
version: 103.0.0
doNotRelease: true
doNotRelease: false
2 changes: 2 additions & 0 deletions release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ rancher-external-ip-webhook:
- 100.0.0+up1.0.0
- 100.0.1+up1.0.1
- 100.0.2+up1.0.1
system-upgrade-controller:
- 103.0.0+up0.6.0

0 comments on commit 4a7abeb

Please sign in to comment.