diff --git a/charts/voyager-crds/Chart.yaml b/charts/voyager-crds/Chart.yaml index 305e79c2..bad0054a 100644 --- a/charts/voyager-crds/Chart.yaml +++ b/charts/voyager-crds/Chart.yaml @@ -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: diff --git a/charts/voyager-crds/README.md b/charts/voyager-crds/README.md index 7a876c83..85689ad0 100644 --- a/charts/voyager-crds/README.md +++ b/charts/voyager-crds/README.md @@ -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 @@ -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. diff --git a/charts/voyager/Chart.yaml b/charts/voyager/Chart.yaml index 1b02d9de..7b64203e 100755 --- a/charts/voyager/Chart.yaml +++ b/charts/voyager/Chart.yaml @@ -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: diff --git a/charts/voyager/README.md b/charts/voyager/README.md index b25fe151..12bfbd3c 100644 --- a/charts/voyager/README.md +++ b/charts/voyager/README.md @@ -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 @@ -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. @@ -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} | "" | | 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.2.1 | +| operator.tag | Voyager operator container image tag | v14.2.2 | | 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 | @@ -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 ``` diff --git a/charts/voyager/values.yaml b/charts/voyager/values.yaml index 6ba8069a..79c1c6e8 100644 --- a/charts/voyager/values.yaml +++ b/charts/voyager/values.yaml @@ -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