Skip to content

Commit

Permalink
Merge pull request #72 from nrb/v131
Browse files Browse the repository at this point in the history
Bump chart for Velero v1.3.1
  • Loading branch information
Carlisia Campos authored Mar 18, 2020
2 parents 43912de + ec6de1c commit a766a5f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions charts/velero/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: 1.3.0
appVersion: 1.3.1
description: A Helm chart for velero
name: velero
version: 2.9.3
version: 2.9.4
home: https://github.com/vmware-tanzu/velero
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
sources:
Expand Down
12 changes: 6 additions & 6 deletions charts/velero/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ Velero has two main components: a CLI, and a server-side Kubernetes deployment.

## Installing the Velero CLI

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

## Installing the Velero server

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

### Prerequisites

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

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

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

#### Option 1) CLI commands

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

## Upgrading

### Upgrading to v1.3.0
### Upgrading to v1.3.1

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

### Upgrading to v1.2.0

Expand Down
2 changes: 1 addition & 1 deletion charts/velero/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# enabling restic). Required.
image:
repository: velero/velero
tag: v1.3.0
tag: v1.3.1
pullPolicy: IfNotPresent

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

0 comments on commit a766a5f

Please sign in to comment.