This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 02028600739 Chart: use same bitnami postgres image as 1.18.0 (#61156)
02028600739 is described below
commit 02028600739bb91574ca6afdc760eecbc5e498c1
Author: Jed Cunningham <[email protected]>
AuthorDate: Wed Jan 28 02:50:23 2026 -0700
Chart: use same bitnami postgres image as 1.18.0 (#61156)
Instead of downgrading from 16 -> 13, lets just keep using the same
exact bitnami image we had been previously. It's likely users of the
provided postgres moved to this image anyways.
---
chart/values.schema.json | 17 +++++++++++++++++
chart/values.yaml | 4 ++--
2 files changed, 19 insertions(+), 2 deletions(-)
diff --git a/chart/values.schema.json b/chart/values.schema.json
index 7cc0c0976b1..d3e0c98c2a8 100644
--- a/chart/values.schema.json
+++ b/chart/values.schema.json
@@ -10063,6 +10063,23 @@
"default": ""
}
}
+ },
+ "image": {
+ "description": "PostgreSQL image configuration.",
+ "type": "object",
+ "additionalProperties": true,
+ "properties": {
+ "repository": {
+ "description": "The PostgreSQL image repository.",
+ "type": "string",
+ "default": "bitnamilegacy/postgresql"
+ },
+ "tag": {
+ "description": "The PostgreSQL image tag.",
+ "type": "string",
+ "default": "16.1.0-debian-11-r15"
+ }
+ }
}
}
},
diff --git a/chart/values.yaml b/chart/values.yaml
index 3170fa35a16..ae3ff24aeb2 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -3264,8 +3264,8 @@ databaseCleanup:
postgresql:
enabled: true
image:
- repository: postgres
- tag: "13"
+ repository: bitnamilegacy/postgresql
+ tag: "16.1.0-debian-11-r15"
auth:
enablePostgresUser: true
postgresPassword: postgres