mirror of https://git.rancher.io/charts
21 lines
899 B
Diff
21 lines
899 B
Diff
--- charts-original/Chart.yaml
|
|
+++ charts/Chart.yaml
|
|
@@ -1,9 +1,14 @@
|
|
apiVersion: v1
|
|
-name: rancher-k3s-upgrader
|
|
-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.
|
|
+name: system-upgrade-controller
|
|
+description: General purpose controller to make system level updates to nodes
|
|
home: https://github.com/rancher/system-charts/blob/dev-v2.6/charts/rancher-k3s-upgrader
|
|
sources:
|
|
- "https://github.com/rancher/system-charts/blob/dev-v2.6/charts/rancher-k3s-upgrader"
|
|
version: 0.3.1
|
|
appVersion: v0.8.0
|
|
+annotations:
|
|
+ catalog.cattle.io/certified: rancher
|
|
+ catalog.cattle.io/hidden: "true"
|
|
+ catalog.cattle.io/namespace: cattle-system
|
|
+ catalog.cattle.io/os: linux
|
|
+ catalog.cattle.io/release-name: system-upgrade-controller
|