diff --git a/stable/kong/Chart.yaml b/stable/kong/Chart.yaml index 60096a51e5..258269f13c 100644 --- a/stable/kong/Chart.yaml +++ b/stable/kong/Chart.yaml @@ -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 diff --git a/stable/kong/README.md b/stable/kong/README.md index 993d5ec8ae..7be1463fd8 100644 --- a/stable/kong/README.md +++ b/stable/kong/README.md @@ -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 | | diff --git a/stable/kong/values.yaml b/stable/kong/values.yaml index f33d28f97e..8d4959dbdf 100644 --- a/stable/kong/values.yaml +++ b/stable/kong/values.yaml @@ -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: {}