diff --git a/bitnami/kong/Chart.lock b/bitnami/kong/Chart.lock index ca4351b74..6afd83e5a 100644 --- a/bitnami/kong/Chart.lock +++ b/bitnami/kong/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 12.1.0 + version: 12.1.1 - name: common repository: https://charts.bitnami.com/bitnami version: 2.1.2 - name: cassandra repository: https://charts.bitnami.com/bitnami version: 9.7.3 -digest: sha256:a8f57612d416d08dbaae8b0a5718bb949f7073b7dfa7dbebdba8d8403dad53ea -generated: "2022-11-03T22:21:27.031124469Z" +digest: sha256:332cf2580ecdf5a4a8e7252a662214a025260530bde324989e8f34a43875ef3e +generated: "2022-11-10T10:34:08.936769969Z" diff --git a/bitnami/kong/Chart.yaml b/bitnami/kong/Chart.yaml index 330c2884f..8344e560a 100644 --- a/bitnami/kong/Chart.yaml +++ b/bitnami/kong/Chart.yaml @@ -36,4 +36,4 @@ name: kong sources: - https://github.com/bitnami/containers/tree/main/bitnami/kong - https://konghq.com/ -version: 8.0.10 +version: 8.0.11 diff --git a/bitnami/kong/README.md b/bitnami/kong/README.md index 5d1b4a4b5..76504c77d 100644 --- a/bitnami/kong/README.md +++ b/bitnami/kong/README.md @@ -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-r1` | +| `image.tag` | kong image tag (immutable tags are recommended) | `3.0.1-debian-11-r2` | | `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 | `[]` | @@ -296,7 +296,7 @@ To uninstall/delete the `my-release` deployment: | `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.5.0-debian-11-r41` | +| `postgresql.image.tag` | PostgreSQL image tag (immutable tags are recommended) | `14.5.0-debian-11-r42` | | `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` | diff --git a/bitnami/kong/values.yaml b/bitnami/kong/values.yaml index 5e5b5adfe..c9e45bd9e 100644 --- a/bitnami/kong/values.yaml +++ b/bitnami/kong/values.yaml @@ -71,7 +71,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/kong - tag: 3.0.1-debian-11-r1 + tag: 3.0.1-debian-11-r2 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -779,7 +779,7 @@ postgresql: image: registry: docker.io repository: bitnami/postgresql - tag: 14.5.0-debian-11-r41 + tag: 14.5.0-debian-11-r42 digest: "" auth: username: kong