Bump backup-restore-operator to v2.1.1-rc3

pull/1802/head
Sebastiaan van Steenis 2022-03-11 10:01:11 +01:00
parent ea398002de
commit bc99026000
No known key found for this signature in database
GPG Key ID: B94666BE95B4B9C2
37 changed files with 34 additions and 28 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.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

View File

@ -46,6 +46,9 @@ spec:
type: string
nullable: true
type: array
excludeResourceNameRegexp:
nullable: true
type: string
kinds:
items:
nullable: true

View File

@ -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

View File

@ -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

View File

@ -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-"

View File

@ -10,6 +10,7 @@
kindsRegexp: "^serviceaccounts$"
namespaces:
- "rancher-operator-system"
excludeResourceNameRegexp: "^default$"
- apiVersion: "rbac.authorization.k8s.io/v1"
kindsRegexp: "^clusterrolebindings$"
resourceNames:

View File

@ -14,6 +14,7 @@
- apiVersion: "v1"
kindsRegexp: "^serviceaccounts$"
namespaceRegexp: "^cattle-|^p-|^c-|^local$|^user-|^u-"
excludeResourceNameRegexp: "^default$"
- apiVersion: "v1"
kindsRegexp: "^configmaps$"
namespaces:

View File

@ -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:

View File

@ -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"

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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: