[bitnami/kong] Release 8.0.26 (#14161)

* [bitnami/kong] Release 8.0.26 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
2023-01-03 11:18:14 +01:00
committed by GitHub
parent 5ea82f06fb
commit 112b7ff51d
4 changed files with 31 additions and 31 deletions

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.1-debian-11-r0` |
| `image.tag` | kong image tag (immutable tags are recommended) | `3.1.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-r24` |
| `ingressController.image.tag` | Kong Ingress Controller image tag | `2.8.0-debian-11-r4` |
| `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 | `[]` |
@@ -284,27 +284,27 @@ To uninstall/delete the `my-release` deployment:
### 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-r8` |
| `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.6.0-debian-11-r18` |
| `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