mirror of
https://github.com/bitnami/charts.git
synced 2026-03-07 08:07:55 +08:00
[bitnami/kong] Release 9.1.4 (#15247)
* [bitnami/kong] Release 9.1.4 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -36,4 +36,4 @@ name: kong
|
||||
sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/kong
|
||||
- https://konghq.com/
|
||||
version: 9.1.3
|
||||
version: 9.1.4
|
||||
|
||||
@@ -81,7 +81,7 @@ helm delete my-release
|
||||
| ------------------- | ---------------------------------------------------------------------------------------------------- | -------------------- |
|
||||
| `image.registry` | kong image registry | `docker.io` |
|
||||
| `image.repository` | kong image repository | `bitnami/kong` |
|
||||
| `image.tag` | kong image tag (immutable tags are recommended) | `3.2.0-debian-11-r0` |
|
||||
| `image.tag` | kong image tag (immutable tags are recommended) | `3.2.0-debian-11-r2` |
|
||||
| `image.digest` | kong image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `image.pullPolicy` | kong image pull policy | `IfNotPresent` |
|
||||
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
||||
@@ -215,7 +215,7 @@ helm delete my-release
|
||||
| `ingressController.enabled` | Enable/disable the Kong Ingress Controller | `true` |
|
||||
| `ingressController.image.registry` | Kong Ingress Controller image registry | `docker.io` |
|
||||
| `ingressController.image.repository` | Kong Ingress Controller image name | `bitnami/kong-ingress-controller` |
|
||||
| `ingressController.image.tag` | Kong Ingress Controller image tag | `2.8.1-debian-11-r18` |
|
||||
| `ingressController.image.tag` | Kong Ingress Controller image tag | `2.8.1-debian-11-r19` |
|
||||
| `ingressController.image.digest` | Kong Ingress Controller image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `ingressController.image.pullPolicy` | Kong Ingress Controller image pull policy | `IfNotPresent` |
|
||||
| `ingressController.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
||||
@@ -290,7 +290,7 @@ helm delete my-release
|
||||
| `postgresql.architecture` | PostgreSQL architecture (`standalone` or `replication`) | `standalone` |
|
||||
| `postgresql.image.registry` | PostgreSQL image registry | `docker.io` |
|
||||
| `postgresql.image.repository` | PostgreSQL image repository | `bitnami/postgresql` |
|
||||
| `postgresql.image.tag` | PostgreSQL image tag (immutable tags are recommended) | `14.7.0-debian-11-r4` |
|
||||
| `postgresql.image.tag` | PostgreSQL image tag (immutable tags are recommended) | `14.7.0-debian-11-r5` |
|
||||
| `postgresql.image.digest` | PostgreSQL image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `postgresql.external.host` | Database host | `""` |
|
||||
| `postgresql.external.port` | Database port number | `5432` |
|
||||
|
||||
@@ -72,7 +72,7 @@ diagnosticMode:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/kong
|
||||
tag: 3.2.0-debian-11-r0
|
||||
tag: 3.2.0-debian-11-r2
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -571,7 +571,7 @@ ingressController:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/kong-ingress-controller
|
||||
tag: 2.8.1-debian-11-r18
|
||||
tag: 2.8.1-debian-11-r19
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -795,7 +795,7 @@ postgresql:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/postgresql
|
||||
tag: 14.7.0-debian-11-r4
|
||||
tag: 14.7.0-debian-11-r5
|
||||
digest: ""
|
||||
auth:
|
||||
username: kong
|
||||
|
||||
Reference in New Issue
Block a user