From 478cf9e219a8aab274424ffec427bb5daecd0331 Mon Sep 17 00:00:00 2001 From: icecheng Date: Thu, 23 Oct 2025 16:03:24 +0800 Subject: [PATCH] update postgresql and redis-cluster images --- freeleaps/helm-pkg/3rd/gitea/charts/postgresql/Chart.yaml | 2 +- freeleaps/helm-pkg/3rd/gitea/charts/postgresql/values.yaml | 6 +++--- .../helm-pkg/3rd/gitea/charts/redis-cluster/Chart.yaml | 2 +- .../helm-pkg/3rd/gitea/charts/redis-cluster/values.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/freeleaps/helm-pkg/3rd/gitea/charts/postgresql/Chart.yaml b/freeleaps/helm-pkg/3rd/gitea/charts/postgresql/Chart.yaml index f334194a..71021c79 100644 --- a/freeleaps/helm-pkg/3rd/gitea/charts/postgresql/Chart.yaml +++ b/freeleaps/helm-pkg/3rd/gitea/charts/postgresql/Chart.yaml @@ -2,7 +2,7 @@ annotations: category: Database images: | - 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 image: docker.io/bitnami/postgres-exporter:0.15.0-debian-12-r38 - name: postgresql diff --git a/freeleaps/helm-pkg/3rd/gitea/charts/postgresql/values.yaml b/freeleaps/helm-pkg/3rd/gitea/charts/postgresql/values.yaml index 8fcacc3f..a88ebd56 100644 --- a/freeleaps/helm-pkg/3rd/gitea/charts/postgresql/values.yaml +++ b/freeleaps/helm-pkg/3rd/gitea/charts/postgresql/values.yaml @@ -106,8 +106,8 @@ diagnosticMode: ## image: registry: docker.io - repository: postgres - tag: 16.3 + repository: freeleaps/postgresql + tag: 16.3.0-debian-12-r23 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -1446,7 +1446,7 @@ volumePermissions: image: registry: docker.io repository: freeleaps/os-shell - tag: 12-debian-12-r36 + tag: 12-debian-12-r26 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. diff --git a/freeleaps/helm-pkg/3rd/gitea/charts/redis-cluster/Chart.yaml b/freeleaps/helm-pkg/3rd/gitea/charts/redis-cluster/Chart.yaml index 3f334417..1d61f0e3 100644 --- a/freeleaps/helm-pkg/3rd/gitea/charts/redis-cluster/Chart.yaml +++ b/freeleaps/helm-pkg/3rd/gitea/charts/redis-cluster/Chart.yaml @@ -2,7 +2,7 @@ annotations: category: Database images: | - 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 image: docker.io/bitnami/redis-cluster:7.2.5-debian-12-r4 - name: redis-exporter diff --git a/freeleaps/helm-pkg/3rd/gitea/charts/redis-cluster/values.yaml b/freeleaps/helm-pkg/3rd/gitea/charts/redis-cluster/values.yaml index 596b91df..e5500276 100644 --- a/freeleaps/helm-pkg/3rd/gitea/charts/redis-cluster/values.yaml +++ b/freeleaps/helm-pkg/3rd/gitea/charts/redis-cluster/values.yaml @@ -1129,7 +1129,7 @@ sysctlImage: ## registry: docker.io repository: freeleaps/os-shell - tag: 12-debian-12-r36 + tag: 12-debian-12-r26 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.