mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/kong] bump up ingress controller to 0.7 (#19885)
Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
34932b8ccb
commit
7315ed6551
@@ -1,8 +1,7 @@
|
||||
apiVersion: v1
|
||||
description: The Cloud-Native Ingress and
|
||||
Service Mesh for APIs and Microservices
|
||||
description: The Cloud-Native Ingress and API-management
|
||||
engine: gotpl
|
||||
home: https://KongHQ.com/
|
||||
home: https://konghq.com/
|
||||
icon: https://s3.amazonaws.com/downloads.kong/universe/assets/icon-kong-inc-large.png
|
||||
maintainers:
|
||||
- name: shashiranjan84
|
||||
@@ -12,5 +11,5 @@ maintainers:
|
||||
name: kong
|
||||
sources:
|
||||
- https://github.com/Kong/kong
|
||||
version: 0.33.1
|
||||
version: 0.34.0
|
||||
appVersion: 1.4
|
||||
|
||||
@@ -244,7 +244,7 @@ section of `values.yaml` file:
|
||||
| enabled | Deploy the ingress controller, rbac and crd | true |
|
||||
| replicaCount | Number of desired ingress controllers | 1 |
|
||||
| image.repository | Docker image with the ingress controller | kong-docker-kubernetes-ingress-controller.bintray.io/kong-ingress-controller |
|
||||
| image.tag | Version of the ingress controller | 0.6.0 |
|
||||
| image.tag | Version of the ingress controller | 0.7.0 |
|
||||
| readinessProbe | Kong ingress controllers readiness probe | |
|
||||
| livenessProbe | Kong ingress controllers liveness probe | |
|
||||
| env | Specify Kong Ingress Controller configuration via environment variables | |
|
||||
|
||||
@@ -181,7 +181,7 @@ ingressController:
|
||||
enabled: true
|
||||
image:
|
||||
repository: kong-docker-kubernetes-ingress-controller.bintray.io/kong-ingress-controller
|
||||
tag: 0.6.2
|
||||
tag: 0.7.0
|
||||
|
||||
# Specify Kong Ingress Controller configuration via environment variables
|
||||
env: {}
|
||||
|
||||
Reference in New Issue
Block a user