Skip to content

Commit

Permalink
Prepare for release v2023.02.22 (#121)
Browse files Browse the repository at this point in the history
ProductLine: Voyager
Release: v2023.02.22
Release-tracker: voyagermesh/CHANGELOG#24
Signed-off-by: 1gtm <1gtm@appscode.com>
  • Loading branch information
1gtm authored Feb 23, 2023
1 parent 7451bba commit e1d3789
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.12.11
appVersion: v17.0.0
version: v2023.02.22
appVersion: v17.0.1
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.12.11
$ helm upgrade -i voyager-crds appscode/voyager-crds -n voyager --create-namespace --version=v2022.12.11
$ helm search repo appscode/voyager-crds --version=v2023.02.22
$ helm upgrade -i voyager-crds appscode/voyager-crds -n voyager --create-namespace --version=v2023.02.22
```

## 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.12.11
$ helm upgrade -i voyager-crds appscode/voyager-crds -n voyager --create-namespace --version=v2023.02.22
```

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.12.11
appVersion: v17.0.0
version: v2023.02.22
appVersion: v17.0.1
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.12.11
$ helm upgrade -i voyager-operator appscode/voyager -n voyager --create-namespace --version=v2022.12.11
$ helm search repo appscode/voyager --version=v2023.02.22
$ helm upgrade -i voyager-operator appscode/voyager -n voyager --create-namespace --version=v2023.02.22
```

## 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.12.11
$ helm upgrade -i voyager-operator appscode/voyager -n voyager --create-namespace --version=v2023.02.22
```

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.12.11 --set replicaCount=1
$ helm upgrade -i voyager-operator appscode/voyager -n voyager --create-namespace --version=v2023.02.22 --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.12.11 --values values.yaml
$ helm upgrade -i voyager-operator appscode/voyager -n voyager --create-namespace --version=v2023.02.22 --values values.yaml
```

0 comments on commit e1d3789

Please sign in to comment.