make charts

pull/1431/head
Jiaqi Luo 2021-08-24 17:52:39 -07:00
parent df08477266
commit 3caa486537
31 changed files with 30 additions and 20 deletions

View File

@ -4,8 +4,8 @@ annotations:
catalog.cattle.io/namespace: cattle-resources-system
catalog.cattle.io/release-name: rancher-backup-crd
apiVersion: v2
appVersion: 2.0.0-rc9
appVersion: 2.0.0-rc10
description: Installs the CRDs for rancher-backup.
name: rancher-backup-crd
type: application
version: 2.0.0+up2.0.0-rc9
version: 2.0.0+up2.0.0-rc10

View File

@ -34,6 +34,11 @@ spec:
properties:
apiVersion:
type: string
excludeKinds:
items:
type: string
nullable: true
type: array
kinds:
items:
type: string

View File

@ -10,7 +10,7 @@ annotations:
catalog.cattle.io/type: cluster-tool
catalog.cattle.io/ui-component: rancher-backup
apiVersion: v2
appVersion: 2.0.0-rc9
appVersion: 2.0.0-rc10
description: Provides ability to back up and restore the Rancher application running
on any Kubernetes cluster
icon: https://charts.rancher.io/assets/logos/backup-restore.svg
@ -18,4 +18,4 @@ keywords:
- applications
- infrastructure
name: rancher-backup
version: 2.0.0+up2.0.0-rc9
version: 2.0.0+up2.0.0-rc10

View File

@ -13,6 +13,6 @@
kindsRegexp: "."
- apiVersion: "v1"
kindsRegexp: "^secrets$"
resourceNameRegexp: "machine-plan$|rke-state$"
resourceNameRegexp: "machine-plan$|rke-state$|machine-state$|machine-driver-secret$|machine-provision$"
namespaces:
- "fleet-default"

View File

@ -3,10 +3,6 @@
resourceNameRegexp: "^cattle-|^p-|^c-|^user-|^u-"
resourceNames:
- "local"
- apiVersion: "apps/v1"
kindsRegexp: "^deployments$"
namespaces:
- "cattle-system"
- apiVersion: "v1"
kindsRegexp: "^secrets$"
namespaceRegexp: "^cattle-|^p-|^c-|^local$|^user-|^u-"
@ -36,6 +32,15 @@
resourceNameRegexp: "management.cattle.io$|project.cattle.io$|catalog.cattle.io$|resources.cattle.io$"
- apiVersion: "management.cattle.io/v3"
kindsRegexp: "."
excludeKinds:
- "tokens"
- apiVersion: "management.cattle.io/v3"
kindsRegexp: "^tokens$"
labelSelectors:
matchExpressions:
- key: "authn.management.cattle.io/kind"
operator: "NotIn"
values: [ "provisioning" ]
- apiVersion: "project.cattle.io/v3"
kindsRegexp: "."
- apiVersion: "catalog.cattle.io/v1"

View File

@ -1,6 +1,6 @@
image:
repository: rancher/backup-restore-operator
tag: v2.0.0-rc9
tag: v2.0.0-rc10
## Default s3 bucket for storing all backup files created by the backup-restore-operator
s3:

View File

@ -800,19 +800,19 @@ entries:
catalog.cattle.io/type: cluster-tool
catalog.cattle.io/ui-component: rancher-backup
apiVersion: v2
appVersion: 2.0.0-rc9
created: "2021-08-16T18:28:08.172639-07:00"
appVersion: 2.0.0-rc10
created: "2021-08-24T17:53:05.55981-07:00"
description: Provides ability to back up and restore the Rancher application running
on any Kubernetes cluster
digest: 3877a293c23864e22a03e6123953c554a1577682cc38767e08f4915d60282bcf
digest: c95d76609f12a4102499e9be8371bfc6f3368745adc192ac07fd8636d2753823
icon: https://charts.rancher.io/assets/logos/backup-restore.svg
keywords:
- applications
- infrastructure
name: rancher-backup
urls:
- assets/rancher-backup/rancher-backup-2.0.0+up2.0.0-rc9.tgz
version: 2.0.0+up2.0.0-rc9
- assets/rancher-backup/rancher-backup-2.0.0+up2.0.0-rc10.tgz
version: 2.0.0+up2.0.0-rc10
- annotations:
catalog.cattle.io/auto-install: rancher-backup-crd=match
catalog.cattle.io/certified: rancher
@ -939,15 +939,15 @@ entries:
catalog.cattle.io/namespace: cattle-resources-system
catalog.cattle.io/release-name: rancher-backup-crd
apiVersion: v2
appVersion: 2.0.0-rc9
created: "2021-08-16T18:27:51.963503-07:00"
appVersion: 2.0.0-rc10
created: "2021-08-24T17:53:27.675665-07:00"
description: Installs the CRDs for rancher-backup.
digest: 3805c98b96a7c303071ed7314afa920a6f0661859eb4a81099e5bdcad99bb319
digest: 4245180f7843aa7e730234a280b795cfd53a6bf7d1ac57cb355ad1fb9766c9af
name: rancher-backup-crd
type: application
urls:
- assets/rancher-backup-crd/rancher-backup-crd-2.0.0+up2.0.0-rc9.tgz
version: 2.0.0+up2.0.0-rc9
- assets/rancher-backup-crd/rancher-backup-crd-2.0.0+up2.0.0-rc10.tgz
version: 2.0.0+up2.0.0-rc10
- annotations:
catalog.cattle.io/certified: rancher
catalog.cattle.io/hidden: "true"