[bitnami/kong] Release 9.1.7 (#15665)

* [bitnami/kong] Release 9.1.7 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-03-22 06:12:07 +01:00
committed by GitHub
parent eb19787538
commit 0780d1e64b
4 changed files with 34 additions and 34 deletions

View File

@@ -1,12 +1,12 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.2.2
version: 12.2.5
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.2.3
version: 2.2.4
- name: cassandra
repository: https://charts.bitnami.com/bitnami
version: 10.0.4
digest: sha256:274acf05de9da2db828dc48925dd671aab716c5d63beb36ff6547db7ca32ad7a
generated: "2023-03-01T11:38:24.5141198Z"
version: 10.1.0
digest: sha256:93e84c9094611410e5561a7a6bca585f0cc0696498e5dd3909258e1e5f3cd591
generated: "2023-03-22T01:39:11.419006912Z"

View File

@@ -2,7 +2,7 @@ annotations:
category: Infrastructure
licenses: Apache-2.0
apiVersion: v2
appVersion: 3.2.1
appVersion: 3.2.2
dependencies:
- condition: postgresql.enabled
name: postgresql
@@ -36,4 +36,4 @@ name: kong
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/kong
- https://konghq.com/
version: 9.1.6
version: 9.1.7

View File

@@ -81,7 +81,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.2.1-debian-11-r2` |
| `image.tag` | kong image tag (immutable tags are recommended) | `3.2.2-debian-11-r0` |
| `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 | `[]` |
@@ -215,7 +215,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-r19` |
| `ingressController.image.tag` | Kong Ingress Controller image tag | `2.8.1-debian-11-r25` |
| `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 | `[]` |
@@ -278,27 +278,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.7.0-debian-11-r5` |
| `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-r14` |
| `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
@@ -636,4 +636,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.

View File

@@ -72,7 +72,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/kong
tag: 3.2.1-debian-11-r2
tag: 3.2.2-debian-11-r0
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-r19
tag: 2.8.1-debian-11-r25
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.7.0-debian-11-r5
tag: 14.7.0-debian-11-r14
digest: ""
auth:
username: kong