[bitnami/kong] Release 8.0.17 (#13595)

* [bitnami/kong] Release 8.0.17 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-11-18 23:49:32 +01:00
committed by GitHub
parent e826421a2d
commit 5d819a00d5
3 changed files with 5 additions and 5 deletions

View File

@@ -36,4 +36,4 @@ name: kong
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/kong
- https://konghq.com/
version: 8.0.16
version: 8.0.17

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.0.1-debian-11-r8` |
| `image.tag` | kong image tag (immutable tags are recommended) | `3.0.1-debian-11-r9` |
| `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-r16` |
| `ingressController.image.tag` | Kong Ingress Controller image tag | `2.7.0-debian-11-r17` |
| `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 | `[]` |

View File

@@ -71,7 +71,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/kong
tag: 3.0.1-debian-11-r8
tag: 3.0.1-debian-11-r9
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-r16
tag: 2.7.0-debian-11-r17
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'