Skip to content

Commit a766a5f

Browse files
author
Carlisia Campos
authored
Merge pull request #72 from nrb/v131
Bump chart for Velero v1.3.1
2 parents 43912de + ec6de1c commit a766a5f

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

charts/velero/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
2-
appVersion: 1.3.0
2+
appVersion: 1.3.1
33
description: A Helm chart for velero
44
name: velero
5-
version: 2.9.3
5+
version: 2.9.4
66
home: https://github.com/vmware-tanzu/velero
77
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
88
sources:

charts/velero/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ Velero has two main components: a CLI, and a server-side Kubernetes deployment.
66

77
## Installing the Velero CLI
88

9-
See the different options for installing the [Velero CLI](https://velero.io/docs/v1.3.0/basic-install/#install-the-cli).
9+
See the different options for installing the [Velero CLI](https://velero.io/docs/v1.3.1/basic-install/#install-the-cli).
1010

1111
## Installing the Velero server
1212

13-
This helm chart installs Velero version v1.3.0 https://github.com/vmware-tanzu/velero/tree/v1.3.0. See the [#Upgrading](#upgrading) section for information on how to upgrade from other versions.
13+
This helm chart installs Velero version v1.3.1 https://github.com/vmware-tanzu/velero/tree/v1.3.1. See the [#Upgrading](#upgrading) section for information on how to upgrade from other versions.
1414

1515
### Prerequisites
1616

@@ -32,7 +32,7 @@ When installing using the Helm chart, the provider's credential information will
3232

3333
The default configuration values for this chart are listed in values.yaml.
3434

35-
See Velero's full [official documentation](https://velero.io/docs/v1.3.0/basic-install/). More specifically, find your provider in the Velero list of [supported providers](https://velero.io/docs/v1.3.0/supported-providers/) for specific configuration information and examples.
35+
See Velero's full [official documentation](https://velero.io/docs/v1.3.1/basic-install/). More specifically, find your provider in the Velero list of [supported providers](https://velero.io/docs/v1.3.1/supported-providers/) for specific configuration information and examples.
3636

3737
#### Option 1) CLI commands
3838

@@ -48,7 +48,7 @@ helm install --namespace <YOUR NAMESPACE> \
4848
--set configuration.volumeSnapshotLocation.name=<PROVIDER NAME> \
4949
--set configuration.volumeSnapshotLocation.config.region=<REGION> \
5050
--set image.repository=velero/velero \
51-
--set image.tag=v1.3.0 \
51+
--set image.tag=v1.3.1 \
5252
--set image.pullPolicy=IfNotPresent \
5353
--set initContainers[0].name=velero-plugin-for-aws \
5454
--set initContainers[0].image=velero/velero-plugin-for-aws:v1.0.1 \
@@ -75,9 +75,9 @@ helm upgrade <RELEASE NAME> --set initContainers.backupStorageLocation.name=aws,
7575

7676
## Upgrading
7777

78-
### Upgrading to v1.3.0
78+
### Upgrading to v1.3.1
7979

80-
The [instructions found here](https://velero.io/docs/v1.3.0/upgrade-to-1.3/) will assist you in upgrading from version v1.2.0 to v1.3.0.
80+
The [instructions found here](https://velero.io/docs/v1.3.1/upgrade-to-1.3/) will assist you in upgrading from version v1.2.0 or v1.3.0 to v1.3.1.
8181

8282
### Upgrading to v1.2.0
8383

charts/velero/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# enabling restic). Required.
77
image:
88
repository: velero/velero
9-
tag: v1.3.0
9+
tag: v1.3.1
1010
pullPolicy: IfNotPresent
1111

1212
# Annotations to add to the Velero deployment's pod template. Optional.

0 commit comments

Comments
 (0)