mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/kong] bump up Kong to 1.2 (#14987)
Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
c483d1adcc
commit
b7741fa3f4
@@ -10,5 +10,5 @@ maintainers:
|
||||
name: kong
|
||||
sources:
|
||||
- https://github.com/Kong/kong
|
||||
version: 0.12.1
|
||||
appVersion: 1.1
|
||||
version: 0.12.2
|
||||
appVersion: 1.2
|
||||
|
||||
@@ -61,7 +61,7 @@ and their default values.
|
||||
| Parameter | Description | Default |
|
||||
| ------------------------------ | -------------------------------------------------------------------------------- | ------------------- |
|
||||
| image.repository | Kong image | `kong` |
|
||||
| image.tag | Kong image version | `1.1` |
|
||||
| image.tag | Kong image version | `1.2` |
|
||||
| image.pullPolicy | Image pull policy | `IfNotPresent` |
|
||||
| image.pullSecrets | Image pull secrets | `null` |
|
||||
| replicaCount | Kong instance count | `1` |
|
||||
@@ -175,7 +175,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
|
||||
|
||||
```console
|
||||
$ helm install stable/kong --name my-release \
|
||||
--set=image.tag=1.1,env.database=cassandra,cassandra.enabled=true
|
||||
--set=image.tag=1.2,env.database=cassandra,cassandra.enabled=true
|
||||
```
|
||||
|
||||
Alternatively, a YAML file that specifies the values for the above parameters
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
image:
|
||||
repository: kong
|
||||
# repository: kong-docker-kong-enterprise-edition-docker.bintray.io/kong-enterprise-edition
|
||||
tag: 1.1
|
||||
tag: 1.2
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
## Secrets must be manually created in the namespace.
|
||||
|
||||
Reference in New Issue
Block a user