mirror of https://git.rancher.io/charts
Merge pull request #1878 from eliyamlevy/update_rancher_backup_to_rc3
[dev-v2.6] Add rancher-backup v2.1.2-rc3pull/1879/head
commit
07ab4d6893
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.2-rc2
|
||||
appVersion: 2.1.2-rc3
|
||||
description: Installs the CRDs for rancher-backup.
|
||||
name: rancher-backup-crd
|
||||
type: application
|
||||
version: 2.1.2-rc2
|
||||
version: 2.1.2-rc3
|
|
@ -14,7 +14,7 @@ annotations:
|
|||
catalog.cattle.io/ui-component: rancher-backup
|
||||
catalog.cattle.io/upstream-version: 2.1.1
|
||||
apiVersion: v2
|
||||
appVersion: 2.1.2-rc2
|
||||
appVersion: 2.1.2-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.2-rc2
|
||||
version: 2.1.2-rc3
|
|
@ -27,7 +27,7 @@ spec:
|
|||
containers:
|
||||
- name: {{ .Chart.Name }}
|
||||
image: {{ template "system_default_registry" . }}{{ .Values.image.repository }}:{{ .Values.image.tag }}
|
||||
imagePullPolicy: Always
|
||||
imagePullPolicy: {{ default "Always" .Values.imagePullPolicy }}
|
||||
env:
|
||||
- name: CHART_NAMESPACE
|
||||
value: {{ .Release.Namespace }}
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: rancher/backup-restore-operator
|
||||
tag: v2.1.2-rc2
|
||||
tag: v2.1.2-rc3
|
||||
|
||||
## Default s3 bucket for storing all backup files created by the backup-restore-operator
|
||||
s3:
|
||||
|
@ -64,3 +64,8 @@ serviceAccount:
|
|||
annotations: {}
|
||||
|
||||
priorityClassName: ""
|
||||
|
||||
# Override imagePullPolicy for image
|
||||
# options: Always, Never, IfNotPresent
|
||||
# Defaults to Always
|
||||
# imagePullPolicy: <pullPolicy>
|
20
index.yaml
20
index.yaml
|
@ -1876,11 +1876,11 @@ entries:
|
|||
catalog.cattle.io/ui-component: rancher-backup
|
||||
catalog.cattle.io/upstream-version: 2.1.1
|
||||
apiVersion: v2
|
||||
appVersion: 2.1.2-rc2
|
||||
created: "2022-04-21T09:33:11.880898+02:00"
|
||||
appVersion: 2.1.2-rc3
|
||||
created: "2022-04-27T17:10:58.186392-04:00"
|
||||
description: Provides ability to back up and restore the Rancher application running
|
||||
on any Kubernetes cluster
|
||||
digest: 44714f6830e253ff1b4d6ca5a258bbfb57b63df969287a73b33ed488d64ce521
|
||||
digest: aaba7d82bb96e1530abc6fecd536a2c25eebf28b7c095b21ca7639cf369a2a3b
|
||||
icon: https://charts.rancher.io/assets/logos/backup-restore.svg
|
||||
keywords:
|
||||
- applications
|
||||
|
@ -1888,8 +1888,8 @@ entries:
|
|||
kubeVersion: '>= 1.16.0-0'
|
||||
name: rancher-backup
|
||||
urls:
|
||||
- assets/rancher-backup/rancher-backup-2.1.2-rc2.tgz
|
||||
version: 2.1.2-rc2
|
||||
- assets/rancher-backup/rancher-backup-2.1.2-rc3.tgz
|
||||
version: 2.1.2-rc3
|
||||
- annotations:
|
||||
catalog.cattle.io/auto-install: rancher-backup-crd=match
|
||||
catalog.cattle.io/certified: rancher
|
||||
|
@ -2182,15 +2182,15 @@ entries:
|
|||
catalog.cattle.io/namespace: cattle-resources-system
|
||||
catalog.cattle.io/release-name: rancher-backup-crd
|
||||
apiVersion: v2
|
||||
appVersion: 2.1.2-rc2
|
||||
created: "2022-04-21T09:33:17.346619+02:00"
|
||||
appVersion: 2.1.2-rc3
|
||||
created: "2022-04-27T17:12:03.607996-04:00"
|
||||
description: Installs the CRDs for rancher-backup.
|
||||
digest: b7c5b08868e1ebccf3d186b2e18f3cea09a02d2bfdd9c103f3dcec6c95a74585
|
||||
digest: 74145f9eb1fb12e195f3e393ca66c7b3e75815de2794bc3aac5139b0c28998e2
|
||||
name: rancher-backup-crd
|
||||
type: application
|
||||
urls:
|
||||
- assets/rancher-backup-crd/rancher-backup-crd-2.1.2-rc2.tgz
|
||||
version: 2.1.2-rc2
|
||||
- assets/rancher-backup-crd/rancher-backup-crd-2.1.2-rc3.tgz
|
||||
version: 2.1.2-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.2-rc2/rancher-backup-crd-2.1.2-rc2.tgz
|
||||
version: 2.1.2-rc2
|
||||
url: https://github.com/rancher/backup-restore-operator/releases/download/v2.1.2-rc3/rancher-backup-crd-2.1.2-rc3.tgz
|
||||
version: 2.1.2-rc3
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
url: https://github.com/rancher/backup-restore-operator/releases/download/v2.1.2-rc2/rancher-backup-2.1.2-rc2.tgz
|
||||
version: 2.1.2-rc2
|
||||
url: https://github.com/rancher/backup-restore-operator/releases/download/v2.1.2-rc3/rancher-backup-2.1.2-rc3.tgz
|
||||
version: 2.1.2-rc3
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
rancher-backup:
|
||||
- 2.1.2-rc2
|
||||
- 2.1.2-rc3
|
||||
rancher-backup-crd:
|
||||
- 2.1.2-rc2
|
||||
- 2.1.2-rc3
|
||||
rancher-logging:
|
||||
- 100.1.0+up3.17.3
|
||||
- 100.1.1+up3.17.3
|
||||
|
|
Loading…
Reference in New Issue