Skip to content

Commit

Permalink
Prepare for release v2022.08.17 (#116)
Browse files Browse the repository at this point in the history
ProductLine: Voyager
Release: v2022.08.17
Release-tracker: voyagermesh/CHANGELOG#20
Signed-off-by: 1gtm <1gtm@appscode.com>
  • Loading branch information
1gtm authored Aug 17, 2022
1 parent eaf13e0 commit 9725acc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions charts/voyager-crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: voyager-crds
description: Voyager Custom Resource Definitions
type: application
version: v2022.06.20
appVersion: v15.0.0
version: v2022.08.17
appVersion: v16.0.0
home: https://voyager.com
icon: https://cdn.appscode.com/images/products/voyager/voyager-community-icon.png
sources:
Expand Down
6 changes: 3 additions & 3 deletions charts/voyager-crds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
```bash
$ helm repo add appscode https://charts.appscode.com/stable/
$ helm repo update
$ helm search repo appscode/voyager-crds --version=v2022.06.20
$ helm upgrade -i voyager-crds appscode/voyager-crds -n voyager --create-namespace --version=v2022.06.20
$ helm search repo appscode/voyager-crds --version=v2022.08.17
$ helm upgrade -i voyager-crds appscode/voyager-crds -n voyager --create-namespace --version=v2022.08.17
```

## Introduction
Expand All @@ -24,7 +24,7 @@ This chart deploys Voyager crds on a [Kubernetes](http://kubernetes.io) cluster
To install/upgrade the chart with the release name `voyager-crds`:

```bash
$ helm upgrade -i voyager-crds appscode/voyager-crds -n voyager --create-namespace --version=v2022.06.20
$ helm upgrade -i voyager-crds appscode/voyager-crds -n voyager --create-namespace --version=v2022.08.17
```

The command deploys Voyager crds on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
Expand Down
4 changes: 2 additions & 2 deletions charts/voyager/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: Voyager by AppsCode - Secure L7/L4 Ingress Controller for Kubernetes
name: voyager
version: v2022.06.20
appVersion: v15.0.0
version: v2022.08.17
appVersion: v16.0.0
home: https://voyagermesh.com/
icon: https://cdn.appscode.com/images/products/voyager/icons/android-icon-192x192.png
sources:
Expand Down
10 changes: 5 additions & 5 deletions charts/voyager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
```bash
$ helm repo add appscode https://charts.appscode.com/stable/
$ helm repo update
$ helm search repo appscode/voyager --version=v2022.06.20
$ helm upgrade -i voyager-operator appscode/voyager -n voyager --create-namespace --version=v2022.06.20
$ helm search repo appscode/voyager --version=v2022.08.17
$ helm upgrade -i voyager-operator appscode/voyager -n voyager --create-namespace --version=v2022.08.17
```

## Introduction
Expand All @@ -24,7 +24,7 @@ This chart deploys a Voyager operator on a [Kubernetes](http://kubernetes.io) cl
To install/upgrade the chart with the release name `voyager-operator`:

```bash
$ helm upgrade -i voyager-operator appscode/voyager -n voyager --create-namespace --version=v2022.06.20
$ helm upgrade -i voyager-operator appscode/voyager -n voyager --create-namespace --version=v2022.08.17
```

The command deploys a Voyager operator on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
Expand Down Expand Up @@ -98,12 +98,12 @@ The following table lists the configurable parameters of the `voyager` chart and
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:

```bash
$ helm upgrade -i voyager-operator appscode/voyager -n voyager --create-namespace --version=v2022.06.20 --set replicaCount=1
$ helm upgrade -i voyager-operator appscode/voyager -n voyager --create-namespace --version=v2022.08.17 --set replicaCount=1
```

Alternatively, a YAML file that specifies the values for the parameters can be provided while
installing the chart. For example:

```bash
$ helm upgrade -i voyager-operator appscode/voyager -n voyager --create-namespace --version=v2022.06.20 --values values.yaml
$ helm upgrade -i voyager-operator appscode/voyager -n voyager --create-namespace --version=v2022.08.17 --values values.yaml
```

0 comments on commit 9725acc

Please sign in to comment.