diff --git a/manifests/ceph-csi.yaml b/manifests/ceph-csi.yaml index 8d75405..e7810c1 100644 --- a/manifests/ceph-csi.yaml +++ b/manifests/ceph-csi.yaml @@ -2,7 +2,7 @@ apiVersion: catalog.cattle.io/v1 kind: ClusterRepo metadata: annotations: - field.cattle.io/description: The ceph-csi-rbd chart adds rbd volume support to your cluster + field.cattle.io/description: The ceph-csi charts add support for external Ceph storage to your cluster. name: ceph-csi spec: clientSecret: null diff --git a/manifests/cert-manager.yaml b/manifests/cert-manager.yaml new file mode 100644 index 0000000..eae2b23 --- /dev/null +++ b/manifests/cert-manager.yaml @@ -0,0 +1,9 @@ +apiVersion: catalog.cattle.io/v1 +kind: ClusterRepo +metadata: + annotations: + field.cattle.io/description: The official helm repository for cert-manager from jeststack.io. + name: cert-manager +spec: + clientSecret: null + url: https://charts.jetstack.io diff --git a/manifests/kube-vip.yaml b/manifests/kube-vip.yaml new file mode 100644 index 0000000..f4b85b4 --- /dev/null +++ b/manifests/kube-vip.yaml @@ -0,0 +1,9 @@ +apiVersion: catalog.cattle.io/v1 +kind: ClusterRepo +metadata: + annotations: + field.cattle.io/description: Official charts from the kube-vip project. + name: kube-vip +spec: + clientSecret: null + url: https://kube-vip.github.io/helm-charts diff --git a/manifests/percona.yaml b/manifests/percona.yaml new file mode 100644 index 0000000..6ed1b3c --- /dev/null +++ b/manifests/percona.yaml @@ -0,0 +1,9 @@ +apiVersion: catalog.cattle.io/v1 +kind: ClusterRepo +metadata: + annotations: + field.cattle.io/description: Official charts from Percona offer HA Databases and have additional types available from what's in the Rancher Partner repository. + name: percona +spec: + clientSecret: null + url: https://percona.github.io/percona-helm-charts/