mirror of https://git.rancher.io/charts
26 lines
1.1 KiB
Diff
26 lines
1.1 KiB
Diff
--- charts-original/Chart.yaml
|
|
+++ charts/Chart.yaml
|
|
@@ -1,11 +1,18 @@
|
|
+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/namespace: cattle-system
|
|
+ catalog.cattle.io/os: linux
|
|
+ catalog.cattle.io/permits-os: linux,windows
|
|
+ catalog.cattle.io/rancher-version: '>= 2.7.0-0 < 2.8.0-0'
|
|
+ catalog.cattle.io/release-name: system-upgrade-controller
|
|
apiVersion: v1
|
|
appVersion: v0.11.0
|
|
-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
|
|
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
|