[stable/kong] bump up ingress controller to 0.7 (#19885)

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>
This commit is contained in:
Harry
2020-01-06 11:32:16 -08:00
committed by Kubernetes Prow Robot
parent 34932b8ccb
commit 7315ed6551
3 changed files with 5 additions and 6 deletions
+3 -4
View File
@@ -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
+1 -1
View File
@@ -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 | |
+1 -1
View File
@@ -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: {}