Skip to content

Commit

Permalink
bump envoy chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
slamdev committed Nov 15, 2021
1 parent 83fab20 commit 6270cae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/envoy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion charts/envoy/README.md
Original file line number Diff line number Diff line change
@@ -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/).

Expand Down Expand Up @@ -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 |
Expand Down

0 comments on commit 6270cae

Please sign in to comment.