[bitnami/supabase] Update Kong subchart (#20048)

Signed-off-by: David Gomez <dgomezleon@vmware.com>
This commit is contained in:
David Gomez
2023-10-11 10:17:29 +02:00
committed by GitHub
parent f4cb422df9
commit f1c0be3f9b
3 changed files with 9 additions and 5 deletions

View File

@@ -4,9 +4,9 @@ dependencies:
version: 13.1.2 version: 13.1.2
- name: kong - name: kong
repository: oci://registry-1.docker.io/bitnamicharts repository: oci://registry-1.docker.io/bitnamicharts
version: 9.5.4 version: 10.0.0
- name: common - name: common
repository: oci://registry-1.docker.io/bitnamicharts repository: oci://registry-1.docker.io/bitnamicharts
version: 2.13.2 version: 2.13.2
digest: sha256:94710e2b80c1d79a674f583cf4d5c2259d3e2f4178f6d90c1562c36ee0bb7d59 digest: sha256:912d128f0d8991b8608acea995850d04f716c93c486e2cb47481d970181c25cb
generated: "2023-10-09T22:36:35.829855798Z" generated: "2023-10-11T08:58:44.154685+02:00"

View File

@@ -35,7 +35,7 @@ dependencies:
- condition: kong.enabled - condition: kong.enabled
name: kong name: kong
repository: oci://registry-1.docker.io/bitnamicharts repository: oci://registry-1.docker.io/bitnamicharts
version: 9.x.x version: 10.x.x
- name: common - name: common
repository: oci://registry-1.docker.io/bitnamicharts repository: oci://registry-1.docker.io/bitnamicharts
tags: tags:
@@ -53,4 +53,4 @@ maintainers:
name: supabase name: supabase
sources: sources:
- https://github.com/bitnami/charts/tree/main/bitnami/supabase - https://github.com/bitnami/charts/tree/main/bitnami/supabase
version: 1.0.5 version: 2.0.0

View File

@@ -860,6 +860,10 @@ Find more information about how to deal with common errors related to Bitnami's
## Upgrading ## Upgrading
### To 2.0.0
This major updates the Kong subchart to its newest major, 10.0.0. [Here](https://github.com/bitnami/charts/tree/master/bitnami/kong#to-1000) you can find more information about the changes introduced in that version.
### To 1.0.0 ### To 1.0.0
This major updates the PostgreSQL subchart to its newest major, 13.0.0. [Here](https://github.com/bitnami/charts/tree/master/bitnami/postgresql#to-1300) you can find more information about the changes introduced in that version. This major updates the PostgreSQL subchart to its newest major, 13.0.0. [Here](https://github.com/bitnami/charts/tree/master/bitnami/postgresql#to-1300) you can find more information about the changes introduced in that version.