Skip to content

Commit

Permalink
Prepare for release v2022.04.13 (#110)
Browse files Browse the repository at this point in the history
ProductLine: Voyager
Release: v2022.04.13
Release-tracker: voyagermesh/CHANGELOG#18
Signed-off-by: 1gtm <[email protected]>
  • Loading branch information
1gtm authored Apr 14, 2022
1 parent f9d677a commit 2172ee0
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 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.03.17
appVersion: v14.2.1
version: v2022.04.13
appVersion: v14.2.2
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.03.17
$ helm upgrade -i voyager-crds appscode/voyager-crds -n voyager --create-namespace --version=v2022.03.17
$ helm search repo appscode/voyager-crds --version=v2022.04.13
$ helm upgrade -i voyager-crds appscode/voyager-crds -n voyager --create-namespace --version=v2022.04.13
```

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

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.03.17
appVersion: v14.2.1
version: v2022.04.13
appVersion: v14.2.2
home: https://voyagermesh.com/
icon: https://cdn.appscode.com/images/products/voyager/icons/android-icon-192x192.png
sources:
Expand Down
12 changes: 6 additions & 6 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.03.17
$ helm upgrade -i voyager-operator appscode/voyager -n voyager --create-namespace --version=v2022.03.17
$ helm search repo appscode/voyager --version=v2022.04.13
$ helm upgrade -i voyager-operator appscode/voyager -n voyager --create-namespace --version=v2022.04.13
```

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

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 @@ -54,7 +54,7 @@ The following table lists the configurable parameters of the `voyager` chart and
| registryFQDN | Docker registry fqdn used to pull KubeDB related images Set this to use docker registry hosted at ${registryFQDN}/${registry}/${image} | <code>""</code> |
| operator.registry | Docker registry used to pull Voyager operator image | <code>appscode</code> |
| operator.repository | Voyager operator container image | <code>voyager</code> |
| operator.tag | Voyager operator container image tag | <code>v14.2.1</code> |
| operator.tag | Voyager operator container image tag | <code>v14.2.2</code> |
| operator.resources | Compute Resources required by the operator container | <code>{}</code> |
| operator.securityContext | Security options the operator container should run with | <code>{}</code> |
| haproxy.registry | Docker registry used to pull HAProxy image | <code>appscode</code> |
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.03.17 --set replicaCount=1
$ helm upgrade -i voyager-operator appscode/voyager -n voyager --create-namespace --version=v2022.04.13 --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.03.17 --values values.yaml
$ helm upgrade -i voyager-operator appscode/voyager -n voyager --create-namespace --version=v2022.04.13 --values values.yaml
```
2 changes: 1 addition & 1 deletion charts/voyager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ operator:
# Voyager operator container image
repository: voyager
# Voyager operator container image tag
tag: v14.2.1
tag: v14.2.2
# Compute Resources required by the operator container
resources: {}
# Security options the operator container should run with
Expand Down

0 comments on commit 2172ee0

Please sign in to comment.