Compare commits

...

3 Commits

Author SHA1 Message Date
fdf44a1afc chore(deps): update quay.io/opstree/redis-sentinel docker tag to v8.4.2
All checks were successful
lint-and-test / lint-helm (pull_request) Successful in 1m11s
lint-and-test / chart-testing (pull_request) Successful in 1m53s
2026-03-02 00:02:29 +00:00
d1e102b9c7 Merge pull request 'chore(deps): update ghcr.io/cloudnative-pg/postgresql docker tag to v18.3' (#169) from renovate/unified-cloudnative-pgpostgresql into main
All checks were successful
lint-and-test / lint-helm (push) Successful in 18s
release-charts-postgres-cluster / release (push) Successful in 28s
lint-and-test / chart-testing (push) Successful in 34s
renovate / renovate (push) Successful in 3m27s
Reviewed-on: #169
2026-02-27 03:03:29 +00:00
56845991ad chore(deps): update ghcr.io/cloudnative-pg/postgresql docker tag to v18.3
All checks were successful
lint-and-test / lint-helm (pull_request) Successful in 16s
lint-and-test / chart-testing (pull_request) Successful in 57s
2026-02-27 00:02:51 +00:00
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
name: postgres-cluster name: postgres-cluster
version: 7.7.0 version: 7.8.0
description: Cloudnative-pg Cluster description: Cloudnative-pg Cluster
keywords: keywords:
- database - database

View File

@@ -23,7 +23,7 @@ cluster:
# -- Default image # -- Default image
image: image:
repository: ghcr.io/cloudnative-pg/postgresql repository: ghcr.io/cloudnative-pg/postgresql
tag: 18.2-standard-trixie tag: 18.3-standard-trixie
# -- Image pull policy. One of Always, Never or IfNotPresent. If not defined, it defaults to IfNotPresent. Cannot be updated. # -- Image pull policy. One of Always, Never or IfNotPresent. If not defined, it defaults to IfNotPresent. Cannot be updated.
# More info: https://kubernetes.io/docs/concepts/containers/images#updating-images # More info: https://kubernetes.io/docs/concepts/containers/images#updating-images

View File

@@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
name: redis-replication name: redis-replication
version: 1.0.4 version: 1.0.5
description: Redis Replication with Sentinel description: Redis Replication with Sentinel
keywords: keywords:
- redis-operator - redis-operator

View File

@@ -64,7 +64,7 @@ redisReplication:
# -- Image # -- Image
image: image:
repository: quay.io/opstree/redis-sentinel repository: quay.io/opstree/redis-sentinel
tag: v8.4.0 tag: v8.4.2
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# -- Resources # -- Resources