mirror of https://git.rancher.io/charts
[system-upgrade-controller] bump the upstream to 0.5.0, and fix patch files
parent
0d35c0b1c5
commit
560b20c344
|
@ -1 +1 @@
|
||||||
rancher_min_version: 2.6.0-alpha1
|
rancher_min_version: 2.7.0-alpha1
|
||||||
|
|
|
@ -4,22 +4,22 @@
|
||||||
+annotations:
|
+annotations:
|
||||||
+ catalog.cattle.io/certified: rancher
|
+ catalog.cattle.io/certified: rancher
|
||||||
+ catalog.cattle.io/hidden: "true"
|
+ catalog.cattle.io/hidden: "true"
|
||||||
+ catalog.cattle.io/kube-version: '>= 1.18.0-0 < 1.26.0-0'
|
+ catalog.cattle.io/kube-version: '>= 1.23.0-0 < 1.27.0-0'
|
||||||
+ catalog.cattle.io/namespace: cattle-system
|
+ catalog.cattle.io/namespace: cattle-system
|
||||||
+ catalog.cattle.io/os: linux
|
+ catalog.cattle.io/os: linux
|
||||||
+ catalog.cattle.io/permits-os: linux,windows
|
+ catalog.cattle.io/permits-os: linux,windows
|
||||||
+ catalog.cattle.io/rancher-version: '>= 2.7.0-0 < 2.8.0-0'
|
+ catalog.cattle.io/rancher-version: '>= 2.7.0-0 < 2.8.0-0'
|
||||||
+ catalog.cattle.io/release-name: system-upgrade-controller
|
+ catalog.cattle.io/release-name: system-upgrade-controller
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
appVersion: v0.10.0
|
appVersion: v0.11.0
|
||||||
-description: Enables a k3s or rke2 cluster to update itself by reacting to Plan CRs.
|
-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
|
- Users do not need to manually upgrade this app. It will be automatically upgraded
|
||||||
- to the latest version when upgrading a cluster.
|
- to the latest version when upgrading a cluster.
|
||||||
+description: General purpose controller to make system level updates to nodes
|
+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.7/charts/rancher-k3s-upgrader
|
||||||
kubeVersion: '>= 1.16.0-0'
|
kubeVersion: '>= 1.23.0-0'
|
||||||
-name: rancher-k3s-upgrader
|
-name: rancher-k3s-upgrader
|
||||||
+name: system-upgrade-controller
|
+name: system-upgrade-controller
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/rancher/system-charts/blob/dev-v2.7/charts/rancher-k3s-upgrader
|
- https://github.com/rancher/system-charts/blob/dev-v2.7/charts/rancher-k3s-upgrader
|
||||||
version: 0.4.0
|
version: 0.5.0
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
url: https://github.com/rancher/system-charts.git
|
url: https://github.com/rancher/system-charts.git
|
||||||
subdirectory: charts/rancher-k3s-upgrader/0.4.0
|
subdirectory: charts/rancher-k3s-upgrader/0.5.0
|
||||||
commit: f89e0e0885e8e069ca21c72759dbd8b27ec44960
|
commit: a0121d8275948b1f7cfc4d63703b91a89dcb08ba
|
||||||
version: 102.0.0
|
version: 102.1.0
|
||||||
|
|
Loading…
Reference in New Issue