From 6270cae884177794e61c7a0c06ba58505938c004 Mon Sep 17 00:00:00 2001 From: Valentin Fedoskin Date: Mon, 15 Nov 2021 11:46:12 +0100 Subject: [PATCH] bump envoy chart version --- charts/envoy/Chart.yaml | 2 +- charts/envoy/README.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/charts/envoy/Chart.yaml b/charts/envoy/Chart.yaml index ee7ee7f..bb22c11 100644 --- a/charts/envoy/Chart.yaml +++ b/charts/envoy/Chart.yaml @@ -3,7 +3,7 @@ name: envoy description: |- Helm chart to deploy [envoy](https://www.envoyproxy.io/). type: application -version: 0.0.13 +version: 0.0.14 appVersion: "v1.18.2" home: https://github.com/slamdev/helm-charts/tree/master/charts/envoy icon: https://www.envoyproxy.io/docs/envoy/latest/_static/envoy-logo.png diff --git a/charts/envoy/README.md b/charts/envoy/README.md index 2f70b52..e3cbac8 100644 --- a/charts/envoy/README.md +++ b/charts/envoy/README.md @@ -1,6 +1,6 @@ # envoy -![Version: 0.0.13](https://img.shields.io/badge/Version-0.0.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.18.2](https://img.shields.io/badge/AppVersion-v1.18.2-informational?style=flat-square) +![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.18.2](https://img.shields.io/badge/AppVersion-v1.18.2-informational?style=flat-square) Helm chart to deploy [envoy](https://www.envoyproxy.io/). @@ -31,6 +31,10 @@ Helm chart to deploy [envoy](https://www.envoyproxy.io/). | ingress.enabled | bool | `false` | enables Ingress for envoy | | ingress.hosts | list | `[]` | ingress accepted hostnames | | ingress.tls | list | `[]` | ingress TLS configuration | +| initContainer.command | string | `"apk add perl && cp /opt/envoy.yaml.tpl /config/envoy.yaml && perl -pi -e 's/ENV_([_A-Z0-9]+)_ENV/$ENV{$1}/g' /config/envoy.yaml"` | | +| initContainer.image.pullPolicy | string | `"IfNotPresent"` | initContainer image pull policy | +| initContainer.image.repository | string | `"alpine"` | initContainer image repository | +| initContainer.image.tag | string | `"3.12.4"` | initContainer image tag | | livenessProbe.httpGet.path | string | `"/ready"` | path for liveness probe | | livenessProbe.httpGet.port | string | `"http-admin"` | port for liveness probe | | nameOverride | string | `""` | override name of the chart |