Skip to content

Commit 097bd8c

Browse files
authored
Merge pull request #69 from jenting/v1.3.0
Bump velero version v1.3.0 and plugin version v1.0.1
2 parents f460273 + ce7610a commit 097bd8c

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-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.2.0
2+
appVersion: 1.3.0
33
description: A Helm chart for velero
44
name: velero
5-
version: 2.8.10
5+
version: 2.9.0
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: 9 additions & 5 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.2.0/install-overview/#install-the-cli).
9+
See the different options for installing the [Velero CLI](https://velero.io/docs/v1.3.0/basic-install/#install-the-cli).
1010

1111
## Installing the Velero server
1212

13-
This helm chart installs Velero version v1.2.0 https://github.com/vmware-tanzu/velero/tree/v1.2.0. See the [#Upgrading](#upgrading) section for information on how to upgrade from other versions.
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.
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.2.0/install-overview/). More specifically, find your provider in the Velero list of [supported providers](https://velero.io/docs/v1.2.0/supported-providers/) for specific configuration information and examples.
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.
3636

3737
#### Option 1) CLI commands
3838

@@ -48,10 +48,10 @@ 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.2.0 \
51+
--set image.tag=v1.3.0 \
5252
--set image.pullPolicy=IfNotPresent \
5353
--set initContainers[0].name=velero-plugin-for-aws \
54-
--set initContainers[0].image=velero/velero-plugin-for-aws:v1.0.0 \
54+
--set initContainers[0].image=velero/velero-plugin-for-aws:v1.0.1 \
5555
--set initContainers[0].volumeMounts[0].mountPath=/target \
5656
--set initContainers[0].volumeMounts[0].name=plugins \
5757
vmware-tanzu/velero
@@ -75,6 +75,10 @@ helm upgrade <RELEASE NAME> --set initContainers.backupStorageLocation.name=aws,
7575

7676
## Upgrading
7777

78+
### Upgrading to v1.3.0
79+
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.
81+
7882
### Upgrading to v1.2.0
7983

8084
The [instructions found here](https://velero.io/docs/v1.2.0/upgrade-to-1.2/) will assist you in upgrading from version v1.0.0 or v1.1.0 to v1.2.0.

charts/velero/values.yaml

Lines changed: 2 additions & 2 deletions
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.2.0
9+
tag: v1.3.0
1010
pullPolicy: IfNotPresent
1111

1212
# Annotations to add to the Velero deployment's pod template. Optional.
@@ -22,7 +22,7 @@ resources: {}
2222
# Init containers to add to the Velero deployment's pod spec. At least one plugin provider image is required.
2323
initContainers: []
2424
# - name: velero-plugin-for-aws
25-
# image: velero/velero-plugin-for-aws:v1.0.0
25+
# image: velero/velero-plugin-for-aws:v1.0.1
2626
# imagePullPolicy: IfNotPresent
2727
# volumeMounts:
2828
# - mountPath: /target

0 commit comments

Comments
 (0)