feat: update postgresql image tag

This commit is contained in:
icecheng 2025-10-23 14:42:44 +08:00
parent 70f785ccba
commit 679e1e58da
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ annotations:
- name: postgres-exporter - name: postgres-exporter
image: docker.io/bitnami/postgres-exporter:0.15.0-debian-12-r38 image: docker.io/bitnami/postgres-exporter:0.15.0-debian-12-r38
- name: postgresql - name: postgresql
image: docker.io/bitnami/postgresql:16.3.0-debian-12-r23 image: docker.io/bitnami/postgresql:latest
licenses: Apache-2.0 licenses: Apache-2.0
apiVersion: v2 apiVersion: v2
appVersion: 16.3.0 appVersion: 16.3.0

View File

@ -107,7 +107,7 @@ diagnosticMode:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/postgresql repository: bitnami/postgresql
tag: 16.3.0-debian-12-r23 tag: latest
digest: "" digest: ""
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'