mirror of
https://github.com/bitnami/charts.git
synced 2026-03-07 08:07:55 +08:00
[bitnami/kong] Release 9.1.1 (#14832)
* [bitnami/kong] Release 9.1.1 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:
@@ -1,12 +1,12 @@
|
||||
dependencies:
|
||||
- name: postgresql
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 12.1.11
|
||||
version: 12.1.15
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 2.2.2
|
||||
version: 2.2.3
|
||||
- name: cassandra
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 10.0.1
|
||||
digest: sha256:a99cfd9b46a059031aebca89dcd4a8aabdf5f10f1c942ca5d165f4b3008429ae
|
||||
generated: "2023-01-27T15:58:41.652492773Z"
|
||||
version: 10.0.2
|
||||
digest: sha256:d624ae1785a7a6f52bf682702159b6464d50285c1c46e36d5d289c541c1ad304
|
||||
generated: "2023-02-10T11:41:20.603867967Z"
|
||||
|
||||
@@ -36,4 +36,4 @@ name: kong
|
||||
sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/kong
|
||||
- https://konghq.com/
|
||||
version: 9.1.0
|
||||
version: 9.1.1
|
||||
|
||||
@@ -83,7 +83,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.1.1-debian-11-r23` |
|
||||
| `image.tag` | kong image tag (immutable tags are recommended) | `3.1.1-debian-11-r29` |
|
||||
| `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 | `[]` |
|
||||
@@ -221,7 +221,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-r7` |
|
||||
| `ingressController.image.tag` | Kong Ingress Controller image tag | `2.8.1-debian-11-r12` |
|
||||
| `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 | `[]` |
|
||||
@@ -286,27 +286,27 @@ $ helm delete my-release
|
||||
|
||||
### PostgreSQL Parameters
|
||||
|
||||
| Name | Description | Value |
|
||||
| ----------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------- |
|
||||
| `postgresql.enabled` | Switch to enable or disable the PostgreSQL helm chart | `true` |
|
||||
| `postgresql.auth.postgresPassword` | Password for the "postgres" admin user | `""` |
|
||||
| `postgresql.auth.username` | Name for a custom user to create | `kong` |
|
||||
| `postgresql.auth.password` | Password for the custom user to create | `""` |
|
||||
| `postgresql.auth.database` | Name for a custom database to create | `kong` |
|
||||
| `postgresql.auth.existingSecret` | Name of existing secret to use for PostgreSQL credentials | `""` |
|
||||
| `postgresql.auth.usePasswordFiles` | Mount credentials as a files instead of using an environment variable | `false` |
|
||||
| `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.6.0-debian-11-r28` |
|
||||
| `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` |
|
||||
| `postgresql.external.user` | Non-root username for Kong | `kong` |
|
||||
| `postgresql.external.password` | Password for the non-root username for Kong | `""` |
|
||||
| `postgresql.external.database` | Kong database name | `kong` |
|
||||
| `postgresql.external.existingSecret` | Name of an existing secret resource containing the database credentials | `""` |
|
||||
| `postgresql.external.existingSecretPasswordKey` | Name of an existing secret key containing the database credentials | `""` |
|
||||
| Name | Description | Value |
|
||||
| ----------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | --------------------- |
|
||||
| `postgresql.enabled` | Switch to enable or disable the PostgreSQL helm chart | `true` |
|
||||
| `postgresql.auth.postgresPassword` | Password for the "postgres" admin user | `""` |
|
||||
| `postgresql.auth.username` | Name for a custom user to create | `kong` |
|
||||
| `postgresql.auth.password` | Password for the custom user to create | `""` |
|
||||
| `postgresql.auth.database` | Name for a custom database to create | `kong` |
|
||||
| `postgresql.auth.existingSecret` | Name of existing secret to use for PostgreSQL credentials | `""` |
|
||||
| `postgresql.auth.usePasswordFiles` | Mount credentials as a files instead of using an environment variable | `false` |
|
||||
| `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-r0` |
|
||||
| `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` |
|
||||
| `postgresql.external.user` | Non-root username for Kong | `kong` |
|
||||
| `postgresql.external.password` | Password for the non-root username for Kong | `""` |
|
||||
| `postgresql.external.database` | Kong database name | `kong` |
|
||||
| `postgresql.external.existingSecret` | Name of an existing secret resource containing the database credentials | `""` |
|
||||
| `postgresql.external.existingSecretPasswordKey` | Name of an existing secret key containing the database credentials | `""` |
|
||||
|
||||
|
||||
### Cassandra Parameters
|
||||
|
||||
@@ -72,7 +72,7 @@ diagnosticMode:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/kong
|
||||
tag: 3.1.1-debian-11-r23
|
||||
tag: 3.1.1-debian-11-r29
|
||||
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-r7
|
||||
tag: 2.8.1-debian-11-r12
|
||||
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.6.0-debian-11-r28
|
||||
tag: 14.7.0-debian-11-r0
|
||||
digest: ""
|
||||
auth:
|
||||
username: kong
|
||||
|
||||
Reference in New Issue
Block a user