Skip to content

Commit

Permalink
Merge pull request #625 from vmware-tanzu/dependabot/docker/charts/ve…
Browse files Browse the repository at this point in the history
…lero/velero/velero-v1.15.0

Bump velero/velero from v1.14.1 to v1.15.0 in /charts/velero
  • Loading branch information
blackpiglet authored Nov 11, 2024
2 parents bbb36cc + 9e3fca1 commit 9e40563
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/velero/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
6 changes: 5 additions & 1 deletion charts/velero/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down
7 changes: 7 additions & 0 deletions charts/velero/crds/backuprepositories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/velero/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9e40563

Please sign in to comment.