mirror of https://git.rancher.io/charts
Bump backup-restore-operator to v2.1.1-rc3
parent
ea398002de
commit
bc99026000
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -4,8 +4,8 @@ annotations:
|
|||
catalog.cattle.io/namespace: cattle-resources-system
|
||||
catalog.cattle.io/release-name: rancher-backup-crd
|
||||
apiVersion: v2
|
||||
appVersion: 2.1.1-rc2
|
||||
appVersion: 2.1.1-rc3
|
||||
description: Installs the CRDs for rancher-backup.
|
||||
name: rancher-backup-crd
|
||||
type: application
|
||||
version: 2.1.1+up2.1.1-rc2
|
||||
version: 2.1.1+up2.1.1-rc3
|
|
@ -46,6 +46,9 @@ spec:
|
|||
type: string
|
||||
nullable: true
|
||||
type: array
|
||||
excludeResourceNameRegexp:
|
||||
nullable: true
|
||||
type: string
|
||||
kinds:
|
||||
items:
|
||||
nullable: true
|
|
@ -12,9 +12,9 @@ annotations:
|
|||
catalog.cattle.io/scope: management
|
||||
catalog.cattle.io/type: cluster-tool
|
||||
catalog.cattle.io/ui-component: rancher-backup
|
||||
catalog.cattle.io/upstream-version: 2.1.0
|
||||
catalog.cattle.io/upstream-version: 2.1.1
|
||||
apiVersion: v2
|
||||
appVersion: 2.1.1-rc2
|
||||
appVersion: 2.1.1-rc3
|
||||
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
|
||||
|
@ -23,4 +23,4 @@ keywords:
|
|||
- infrastructure
|
||||
kubeVersion: '>= 1.16.0-0'
|
||||
name: rancher-backup
|
||||
version: 2.1.1+up2.1.1-rc2
|
||||
version: 2.1.1+up2.1.1-rc3
|
|
@ -11,7 +11,7 @@ annotations:
|
|||
catalog.cattle.io/type: cluster-tool
|
||||
catalog.cattle.io/ui-component: rancher-backup
|
||||
apiVersion: v2
|
||||
appVersion: 2.1.1-rc1
|
||||
appVersion: 2.1.1-rc3
|
||||
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
|
||||
|
@ -19,4 +19,4 @@ keywords:
|
|||
- applications
|
||||
- infrastructure
|
||||
name: rancher-backup
|
||||
version: 2.1.1-rc1
|
||||
version: 2.1.1-rc3
|
|
@ -15,6 +15,7 @@
|
|||
- apiVersion: "v1"
|
||||
kindsRegexp: "^serviceaccounts$"
|
||||
namespaceRegexp: "^cattle-fleet-|^fleet-|^cluster-fleet-"
|
||||
excludeResourceNameRegexp: "^default$"
|
||||
- apiVersion: "v1"
|
||||
kindsRegexp: "^configmaps$"
|
||||
namespaceRegexp: "^cattle-fleet-|^fleet-|^cluster-fleet-"
|
|
@ -10,6 +10,7 @@
|
|||
kindsRegexp: "^serviceaccounts$"
|
||||
namespaces:
|
||||
- "rancher-operator-system"
|
||||
excludeResourceNameRegexp: "^default$"
|
||||
- apiVersion: "rbac.authorization.k8s.io/v1"
|
||||
kindsRegexp: "^clusterrolebindings$"
|
||||
resourceNames:
|
|
@ -14,6 +14,7 @@
|
|||
- apiVersion: "v1"
|
||||
kindsRegexp: "^serviceaccounts$"
|
||||
namespaceRegexp: "^cattle-|^p-|^c-|^local$|^user-|^u-"
|
||||
excludeResourceNameRegexp: "^default$"
|
||||
- apiVersion: "v1"
|
||||
kindsRegexp: "^configmaps$"
|
||||
namespaces:
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: rancher/backup-restore-operator
|
||||
tag: v2.1.1-rc2
|
||||
tag: v2.1.1-rc3
|
||||
|
||||
## Default s3 bucket for storing all backup files created by the backup-restore-operator
|
||||
s3:
|
22
index.yaml
22
index.yaml
|
@ -1842,13 +1842,13 @@ entries:
|
|||
catalog.cattle.io/scope: management
|
||||
catalog.cattle.io/type: cluster-tool
|
||||
catalog.cattle.io/ui-component: rancher-backup
|
||||
catalog.cattle.io/upstream-version: 2.1.0
|
||||
catalog.cattle.io/upstream-version: 2.1.1
|
||||
apiVersion: v2
|
||||
appVersion: 2.1.1-rc2
|
||||
created: "2022-03-02T17:21:21.804146357-07:00"
|
||||
appVersion: 2.1.1-rc3
|
||||
created: "2022-03-15T20:23:41.759152+01:00"
|
||||
description: Provides ability to back up and restore the Rancher application running
|
||||
on any Kubernetes cluster
|
||||
digest: cc6745a64f18d16f02db8900c7f331dc5dab974b14a102b1a995534badf578e3
|
||||
digest: bd71352c5e06310d386c4756891f27161010e12469adabf6419ee074167bf769
|
||||
icon: https://charts.rancher.io/assets/logos/backup-restore.svg
|
||||
keywords:
|
||||
- applications
|
||||
|
@ -1856,8 +1856,8 @@ entries:
|
|||
kubeVersion: '>= 1.16.0-0'
|
||||
name: rancher-backup
|
||||
urls:
|
||||
- assets/rancher-backup/rancher-backup-2.1.1+up2.1.1-rc2.tgz
|
||||
version: 2.1.1+up2.1.1-rc2
|
||||
- assets/rancher-backup/rancher-backup-2.1.1+up2.1.1-rc3.tgz
|
||||
version: 2.1.1+up2.1.1-rc3
|
||||
- annotations:
|
||||
catalog.cattle.io/auto-install: rancher-backup-crd=match
|
||||
catalog.cattle.io/certified: rancher
|
||||
|
@ -2120,15 +2120,15 @@ entries:
|
|||
catalog.cattle.io/namespace: cattle-resources-system
|
||||
catalog.cattle.io/release-name: rancher-backup-crd
|
||||
apiVersion: v2
|
||||
appVersion: 2.1.1-rc2
|
||||
created: "2022-03-01T12:19:59.777056-07:00"
|
||||
appVersion: 2.1.1-rc3
|
||||
created: "2022-03-15T20:23:41.761709+01:00"
|
||||
description: Installs the CRDs for rancher-backup.
|
||||
digest: 857b57f38c38c3dd69f4f30fb1339b362e7052496e06997502962a6883c6721f
|
||||
digest: 85e172e5f0e03c968b191a2d74acb7776ed7ee60b726a1940183e1a78d3be097
|
||||
name: rancher-backup-crd
|
||||
type: application
|
||||
urls:
|
||||
- assets/rancher-backup-crd/rancher-backup-crd-2.1.1+up2.1.1-rc2.tgz
|
||||
version: 2.1.1+up2.1.1-rc2
|
||||
- assets/rancher-backup-crd/rancher-backup-crd-2.1.1+up2.1.1-rc3.tgz
|
||||
version: 2.1.1+up2.1.1-rc3
|
||||
- annotations:
|
||||
catalog.cattle.io/certified: rancher
|
||||
catalog.cattle.io/hidden: "true"
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
url: https://github.com/rancher/backup-restore-operator/releases/download/v2.1.1-rc2/rancher-backup-crd-2.1.1-rc2.tgz
|
||||
url: https://github.com/rancher/backup-restore-operator/releases/download/v2.1.1-rc3/rancher-backup-crd-2.1.1-rc3.tgz
|
||||
version: 2.1.1
|
||||
|
|
|
@ -11,7 +11,7 @@ annotations:
|
|||
catalog.cattle.io/type: cluster-tool
|
||||
catalog.cattle.io/ui-component: rancher-backup
|
||||
apiVersion: v2
|
||||
appVersion: 2.1.1-rc1
|
||||
appVersion: 2.1.1-rc3
|
||||
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
|
||||
|
@ -19,4 +19,4 @@ keywords:
|
|||
- applications
|
||||
- infrastructure
|
||||
name: rancher-backup
|
||||
version: 2.1.1-rc1
|
||||
version: 2.1.1-rc3
|
||||
|
|
|
@ -14,9 +14,9 @@
|
|||
catalog.cattle.io/scope: management
|
||||
catalog.cattle.io/type: cluster-tool
|
||||
catalog.cattle.io/ui-component: rancher-backup
|
||||
+ catalog.cattle.io/upstream-version: 2.1.0
|
||||
+ catalog.cattle.io/upstream-version: 2.1.1
|
||||
apiVersion: v2
|
||||
appVersion: 2.1.1-rc1
|
||||
appVersion: 2.1.1-rc3
|
||||
description: Provides ability to back up and restore the Rancher application running
|
||||
@@ -18,5 +21,6 @@
|
||||
keywords:
|
||||
|
@ -24,4 +24,4 @@
|
|||
- infrastructure
|
||||
+kubeVersion: '>= 1.16.0-0'
|
||||
name: rancher-backup
|
||||
version: 2.1.1-rc1
|
||||
version: 2.1.1-rc3
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
url: https://github.com/rancher/backup-restore-operator/releases/download/v2.1.1-rc2/rancher-backup-2.1.1-rc2.tgz
|
||||
url: https://github.com/rancher/backup-restore-operator/releases/download/v2.1.1-rc3/rancher-backup-2.1.1-rc3.tgz
|
||||
version: 2.1.1
|
||||
|
|
|
@ -19,10 +19,10 @@ rancher-alerting-drivers:
|
|||
- 100.0.2
|
||||
rancher-backup:
|
||||
- 1.2.100+up1.2.1
|
||||
- 2.1.1+up2.1.1-rc2
|
||||
- 2.1.1+up2.1.1-rc3
|
||||
rancher-backup-crd:
|
||||
- 1.2.100+up1.2.1
|
||||
- 2.1.1+up2.1.1-rc2
|
||||
- 2.1.1+up2.1.1-rc3
|
||||
harvester-cloud-provider:
|
||||
- 100.0.1+up0.1.8
|
||||
harvester-csi-driver:
|
||||
|
|
Loading…
Reference in New Issue