diff --git a/charts/velero/Chart.yaml b/charts/velero/Chart.yaml index f83534a7..92c2b1a4 100644 --- a/charts/velero/Chart.yaml +++ b/charts/velero/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -appVersion: 1.14.1 +appVersion: 1.15.0 kubeVersion: ">=1.16.0-0" description: A Helm chart for velero name: velero -version: 7.2.2 +version: 8.0.0 home: https://github.com/vmware-tanzu/velero icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png sources: diff --git a/charts/velero/README.md b/charts/velero/README.md index e6176d84..fb192b56 100644 --- a/charts/velero/README.md +++ b/charts/velero/README.md @@ -16,7 +16,7 @@ Kubernetes v1.16+, because this helm chart uses CustomResourceDefinition `apiext ### Velero version -This helm chart installs Velero version v1.14 https://velero.io/docs/v1.14/. See the [#Upgrading](#upgrading) section for information on how to upgrade from other versions. +This helm chart installs Velero version v1.15 https://velero.io/docs/v1.15/. See the [#Upgrading](#upgrading) section for information on how to upgrade from other versions. ### Provider credentials @@ -104,6 +104,10 @@ This version removes the `nodeAgent.privileged` field, you should use `nodeAgent ## Upgrading Velero +### Upgrading to v1.15 + +The [instructions found here](https://velero.io/docs/v1.15/upgrade-to-1.15/) will assist you in upgrading from version v1.14.x to v1.15. + ### Upgrading to v1.14 The [instructions found here](https://velero.io/docs/v1.14/upgrade-to-1.14/) will assist you in upgrading from version v1.13.x to v1.14. diff --git a/charts/velero/crds/backuprepositories.yaml b/charts/velero/crds/backuprepositories.yaml index 4453dca3..127849c9 100644 --- a/charts/velero/crds/backuprepositories.yaml +++ b/charts/velero/crds/backuprepositories.yaml @@ -56,6 +56,13 @@ spec: description: MaintenanceFrequency is how often maintenance should be run. type: string + repositoryConfig: + additionalProperties: + type: string + description: RepositoryConfig is for repository-specific configuration + fields. + nullable: true + type: object repositoryType: description: RepositoryType indicates the type of the backend repository enum: diff --git a/charts/velero/values.yaml b/charts/velero/values.yaml index d38a2684..cf3f0b54 100644 --- a/charts/velero/values.yaml +++ b/charts/velero/values.yaml @@ -33,7 +33,7 @@ namespace: # enabling node-agent). Required. image: repository: velero/velero - tag: v1.14.1 + tag: v1.15.0 # Digest value example: sha256:d238835e151cec91c6a811fe3a89a66d3231d9f64d09e5f3c49552672d271f38. # If used, it will take precedence over the image.tag. # digest: