Skip to content

Commit 6a68bcd

Browse files
authored
chore(kong): set postgres default image repository, name and tag to '' (#1400)
1 parent eb5c618 commit 6a68bcd

37 files changed

+1707
-594
lines changed

charts/kong/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
# Changelog
22

3+
## 3.0.0
4+
5+
### Changes
6+
7+
* Default Postgres repository, image name and tag are set to `""`.
8+
This requires users that use the db backed installations to specify these.
9+
The default Bitnami Postgres image is not available anymore, for more details
10+
please see: <https://github.com/bitnami/containers/issues/83267>.
11+
[#1373](https://github.com/Kong/charts/pull/1373)
12+
313
## 2.52.0
414

15+
### Changes
16+
517
* Added `migrations.waitContainer.securityContext` to allow setting a security context on the migrations wait-for-postgres init container.
618
* Added `certificates.manager` configuration to enable separate cert-manager certificate generation for Kong Manager (admin GUI).
719
This allows Kong Manager to use a dedicated certificate instead of sharing the admin API certificate,

charts/kong/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ maintainers:
88
name: kong
99
sources:
1010
- https://github.com/Kong/charts/tree/main/charts/kong
11-
version: 2.52.0
11+
version: 3.0.0
1212
appVersion: "3.9"
1313
dependencies:
1414
- name: postgresql

charts/kong/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,10 @@ after updating externally supplied ConfigMap content.
178178

179179
#### Using the Postgres sub-chart
180180

181+
> **NOTE**: Due to Bitnami images not being maintained anymore, starting with
182+
> Kong chart 3.0 users have to specify the Postgres image themselves via
183+
> `postgresql.image.registry`, `postgresql.image.repository` and `postgresql.image.tag`.
184+
181185
The chart can optionally spawn a Postgres instance using [Bitnami's Postgres
182186
chart](https://github.com/bitnami/charts/blob/master/bitnami/postgresql/README.md)
183187
as a sub-chart. Set `postgresql.enabled=true` to enable the sub-chart. Enabling
@@ -187,6 +191,8 @@ The Postgres sub-chart is best used to quickly provision temporary environments
187191
without installing and configuring your database separately. For longer-lived
188192
environments, we recommend you manage your database outside the Kong Helm
189193
release.
194+
You can find a guide for using Cloud Native PostgreSQL with Kong
195+
[on our documentation site](https://developer.konghq.com/gateway/install/kubernetes/on-prem/).
190196

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

charts/kong/ci/__snapshots__/admin-api-service-clusterip-values.snap

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/kong/ci/__snapshots__/admission-webhook-configuration.snap

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)