update postgresql and redis-cluster images

This commit is contained in:
icecheng 2025-10-23 16:03:24 +08:00
parent 20466274f7
commit 478cf9e219
4 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@ annotations:
category: Database category: Database
images: | images: |
- name: os-shell - name: os-shell
image: docker.io/freeleaps/os-shell:12-debian-12-r36 image: docker.io/freeleaps/os-shell:12-debian-12-r26
- 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

View File

@ -106,8 +106,8 @@ diagnosticMode:
## ##
image: image:
registry: docker.io registry: docker.io
repository: postgres repository: freeleaps/postgresql
tag: 16.3 tag: 16.3.0-debian-12-r23
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'
@ -1446,7 +1446,7 @@ volumePermissions:
image: image:
registry: docker.io registry: docker.io
repository: freeleaps/os-shell repository: freeleaps/os-shell
tag: 12-debian-12-r36 tag: 12-debian-12-r26
digest: "" digest: ""
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets. ## Optionally specify an array of imagePullSecrets.

View File

@ -2,7 +2,7 @@ annotations:
category: Database category: Database
images: | images: |
- name: os-shell - name: os-shell
image: docker.io/freeleaps/os-shell:12-debian-12-r36 image: docker.io/freeleaps/os-shell:12-debian-12-r26
- name: redis-cluster - name: redis-cluster
image: docker.io/bitnami/redis-cluster:7.2.5-debian-12-r4 image: docker.io/bitnami/redis-cluster:7.2.5-debian-12-r4
- name: redis-exporter - name: redis-exporter

View File

@ -1129,7 +1129,7 @@ sysctlImage:
## ##
registry: docker.io registry: docker.io
repository: freeleaps/os-shell repository: freeleaps/os-shell
tag: 12-debian-12-r36 tag: 12-debian-12-r26
digest: "" digest: ""
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets. ## Optionally specify an array of imagePullSecrets.