mirror of
https://github.com/bitnami/charts.git
synced 2026-03-07 08:07:55 +08:00
[bitnami/kong] Release 9.0.3 (#14572)
* [bitnami/kong] Release 9.0.3 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.9
|
||||
version: 12.1.11
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 2.2.2
|
||||
- name: cassandra
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 10.0.0
|
||||
digest: sha256:225019af003d9586d93592199ee100411dba744b32bf779dc369339424fea428
|
||||
generated: "2023-01-12T15:35:14.271742122Z"
|
||||
version: 10.0.1
|
||||
digest: sha256:a99cfd9b46a059031aebca89dcd4a8aabdf5f10f1c942ca5d165f4b3008429ae
|
||||
generated: "2023-01-27T15:58:41.652492773Z"
|
||||
|
||||
@@ -36,4 +36,4 @@ name: kong
|
||||
sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/kong
|
||||
- https://konghq.com/
|
||||
version: 9.0.2
|
||||
version: 9.0.3
|
||||
|
||||
@@ -7,7 +7,7 @@ Kong is an open source Microservice API gateway and platform designed for managi
|
||||
[Overview of Kong](https://konghq.com/kong-community-edition/)
|
||||
|
||||
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
|
||||
|
||||
|
||||
## TL;DR
|
||||
|
||||
```console
|
||||
@@ -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-r18` |
|
||||
| `image.tag` | kong image tag (immutable tags are recommended) | `3.1.1-debian-11-r23` |
|
||||
| `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 @@ $ 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-r3` |
|
||||
| `ingressController.image.tag` | Kong Ingress Controller image tag | `2.8.1-debian-11-r7` |
|
||||
| `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 | `[]` |
|
||||
@@ -296,7 +296,7 @@ $ helm delete my-release
|
||||
| `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-r22` |
|
||||
| `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` |
|
||||
@@ -643,4 +643,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.
|
||||
@@ -71,7 +71,7 @@ diagnosticMode:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/kong
|
||||
tag: 3.1.1-debian-11-r18
|
||||
tag: 3.1.1-debian-11-r23
|
||||
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.8.1-debian-11-r3
|
||||
tag: 2.8.1-debian-11-r7
|
||||
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.6.0-debian-11-r22
|
||||
tag: 14.6.0-debian-11-r28
|
||||
digest: ""
|
||||
auth:
|
||||
username: kong
|
||||
|
||||
Reference in New Issue
Block a user