[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:
Bitnami Bot
2022-12-09 15:16:28 +00:00
committed by GitHub
parent 88d38a6095
commit 792af97f8c
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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 | `[]` |
+2 -2
View File
@@ -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'