Skip to content

Commit 9e40563

Browse files
authored
Merge pull request #625 from vmware-tanzu/dependabot/docker/charts/velero/velero/velero-v1.15.0
Bump velero/velero from v1.14.1 to v1.15.0 in /charts/velero
2 parents bbb36cc + 9e3fca1 commit 9e40563

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

charts/velero/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: v2
2-
appVersion: 1.14.1
2+
appVersion: 1.15.0
33
kubeVersion: ">=1.16.0-0"
44
description: A Helm chart for velero
55
name: velero
6-
version: 7.2.2
6+
version: 8.0.0
77
home: https://github.com/vmware-tanzu/velero
88
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
99
sources:

charts/velero/README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Kubernetes v1.16+, because this helm chart uses CustomResourceDefinition `apiext
1616

1717
### Velero version
1818

19-
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.
19+
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.
2020

2121
### Provider credentials
2222

@@ -104,6 +104,10 @@ This version removes the `nodeAgent.privileged` field, you should use `nodeAgent
104104

105105
## Upgrading Velero
106106

107+
### Upgrading to v1.15
108+
109+
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.
110+
107111
### Upgrading to v1.14
108112

109113
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.

charts/velero/crds/backuprepositories.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ spec:
5656
description: MaintenanceFrequency is how often maintenance should
5757
be run.
5858
type: string
59+
repositoryConfig:
60+
additionalProperties:
61+
type: string
62+
description: RepositoryConfig is for repository-specific configuration
63+
fields.
64+
nullable: true
65+
type: object
5966
repositoryType:
6067
description: RepositoryType indicates the type of the backend repository
6168
enum:

charts/velero/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ namespace:
3333
# enabling node-agent). Required.
3434
image:
3535
repository: velero/velero
36-
tag: v1.14.1
36+
tag: v1.15.0
3737
# Digest value example: sha256:d238835e151cec91c6a811fe3a89a66d3231d9f64d09e5f3c49552672d271f38.
3838
# If used, it will take precedence over the image.tag.
3939
# digest:

0 commit comments

Comments
 (0)