diff --git a/charts/voyager-crds/Chart.yaml b/charts/voyager-crds/Chart.yaml index bcfb71fd..9d5c6c6e 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.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: diff --git a/charts/voyager/Chart.yaml b/charts/voyager/Chart.yaml index f4ef2258..dac02f8c 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.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: diff --git a/charts/voyager/README.md b/charts/voyager/README.md index 0f0e05d6..8be3fb83 100644 --- a/charts/voyager/README.md +++ b/charts/voyager/README.md @@ -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` | diff --git a/charts/voyager/values.yaml b/charts/voyager/values.yaml index 24e38617..b5176125 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.0.1 + tag: v14.1.0 # Compute Resources required by the operator container resources: {} # Security options the operator container should run with