mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Kong v0.14.0 support (#6602)
* Kong v0.14.0 support * Update Chart.yaml
This commit is contained in:
committed by
k8s-ci-robot
parent
cd8f5ce5f4
commit
7df5b87e37
@@ -10,5 +10,5 @@ maintainers:
|
||||
name: kong
|
||||
sources:
|
||||
- https://github.com/Kong/kong
|
||||
version: 0.2.7
|
||||
appVersion: 0.13.1
|
||||
version: 0.3.0
|
||||
appVersion: 0.14.0
|
||||
|
||||
@@ -51,7 +51,7 @@ and their default values.
|
||||
| Parameter | Description | Default |
|
||||
| ------------------------------ | -------------------------------------------------------------------- | ------------------- |
|
||||
| image.repository | Kong image | `kong` |
|
||||
| image.tag | Kong image version | `0.13.1` |
|
||||
| image.tag | Kong image version | `0.14.0` |
|
||||
| image.pullPolicy | Image pull policy | `IfNotPresent` |
|
||||
| replicaCount | Kong instance count | `1` |
|
||||
| admin.useTLS | Secure Admin traffic | `true` |
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
image:
|
||||
repository: kong
|
||||
tag: 0.13.1
|
||||
tag: 0.14.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# Specify Kong admin and proxy services configurations
|
||||
|
||||
Reference in New Issue
Block a user