mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-09 05:06:29 +10:00
[bitnami/kong] Release 8.0.24 (#13884)
* [bitnami/kong] Release 8.0.24 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: 8.0.23
|
||||
version: 8.0.24
|
||||
|
||||
@@ -83,7 +83,7 @@ To uninstall/delete the `my-release` deployment:
|
||||
| ------------------- | ---------------------------------------------------------------------------------------------------- | -------------------- |
|
||||
| `image.registry` | kong image registry | `docker.io` |
|
||||
| `image.repository` | kong image repository | `bitnami/kong` |
|
||||
| `image.tag` | kong image tag (immutable tags are recommended) | `3.1.0-debian-11-r0` |
|
||||
| `image.tag` | kong image tag (immutable tags are recommended) | `3.1.0-debian-11-r1` |
|
||||
| `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 | `[]` |
|
||||
@@ -219,7 +219,7 @@ To uninstall/delete the `my-release` deployment:
|
||||
| `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.7.0-debian-11-r22` |
|
||||
| `ingressController.image.tag` | Kong Ingress Controller image tag | `2.7.0-debian-11-r23` |
|
||||
| `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 | `[]` |
|
||||
|
||||
@@ -71,7 +71,7 @@ diagnosticMode:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/kong
|
||||
tag: 3.1.0-debian-11-r0
|
||||
tag: 3.1.0-debian-11-r1
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -556,7 +556,7 @@ ingressController:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/kong-ingress-controller
|
||||
tag: 2.7.0-debian-11-r22
|
||||
tag: 2.7.0-debian-11-r23
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
||||
Reference in New Issue
Block a user