Skip to content

Commit

Permalink
Prepare for release v2022.01.10 (#100)
Browse files Browse the repository at this point in the history
ProductLine: Voyager
Release: v2022.01.10
Release-tracker: voyagermesh/CHANGELOG#13
Signed-off-by: 1gtm <1gtm@appscode.com>
  • Loading branch information
1gtm authored Jan 10, 2022
1 parent 40a8b9a commit dac9c9b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.01.07
appVersion: v14.0.1
version: v2022.01.10
appVersion: v14.1.0
home: https://voyager.com
icon: https://cdn.appscode.com/images/products/voyager/voyager-community-icon.png
sources:
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.01.07
appVersion: v14.0.1
version: v2022.01.10
appVersion: v14.1.0
home: https://voyagermesh.com/
icon: https://cdn.appscode.com/images/products/voyager/icons/android-icon-192x192.png
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/voyager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,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} | `""` |
| operator.registry | Docker registry used to pull Voyager operator image | `appscode` |
| operator.repository | Voyager operator container image | `voyager` |
| operator.tag | Voyager operator container image tag | `v14.0.1` |
| operator.tag | Voyager operator container image tag | `v14.1.0` |
| operator.resources | Compute Resources required by the operator container | `{}` |
| operator.securityContext | Security options the operator container should run with | `{}` |
| haproxy.registry | Docker registry used to pull HAProxy image | `appscode` |
Expand Down
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.0.1
tag: v14.1.0
# Compute Resources required by the operator container
resources: {}
# Security options the operator container should run with
Expand Down

0 comments on commit dac9c9b

Please sign in to comment.