Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions charts/kong/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# Changelog

## 3.0.0

### Changes

* Default Postgres repository, image name and tag are set to `""`.
This requires users that use the db backed installations to specify these.
The default Bitnami Postgres image is not available anymore, for more details
please see: <https://github.com/bitnami/containers/issues/83267>.
[#1373](https://github.com/Kong/charts/pull/1373)

## 2.52.0

### Changes

* Added `migrations.waitContainer.securityContext` to allow setting a security context on the migrations wait-for-postgres init container.
* Added `certificates.manager` configuration to enable separate cert-manager certificate generation for Kong Manager (admin GUI).
This allows Kong Manager to use a dedicated certificate instead of sharing the admin API certificate,
Expand Down
2 changes: 1 addition & 1 deletion charts/kong/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ maintainers:
name: kong
sources:
- https://github.com/Kong/charts/tree/main/charts/kong
version: 2.52.0
version: 3.0.0
appVersion: "3.9"
dependencies:
- name: postgresql
Expand Down
6 changes: 6 additions & 0 deletions charts/kong/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,10 @@ after updating externally supplied ConfigMap content.

#### Using the Postgres sub-chart

> **NOTE**: Due to Bitnami images not being maintained anymore, starting with
> Kong chart 3.0 users have to specify the Postgres image themselves via
> `postgresql.image.registry`, `postgresql.image.repository` and `postgresql.image.tag`.

The chart can optionally spawn a Postgres instance using [Bitnami's Postgres
chart](https://github.com/bitnami/charts/blob/master/bitnami/postgresql/README.md)
as a sub-chart. Set `postgresql.enabled=true` to enable the sub-chart. Enabling
Expand All @@ -187,6 +191,8 @@ The Postgres sub-chart is best used to quickly provision temporary environments
without installing and configuring your database separately. For longer-lived
environments, we recommend you manage your database outside the Kong Helm
release.
You can find a guide for using Cloud Native PostgreSQL with Kong
[on our documentation site](https://developer.konghq.com/gateway/install/kubernetes/on-prem/).

##### Postgres sub-chart considerations for OpenShift

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 16 additions & 16 deletions charts/kong/ci/__snapshots__/admission-webhook-configuration.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading