Compare commits

...

4 Commits

Author SHA1 Message Date
78b3c7db76 Merge pull request 'chore(deps): update ghcr.io/cloudnative-pg/postgresql docker tag to v18.2' (#167) from renovate/unified-cloudnative-pgpostgresql into main
All checks were successful
lint-and-test / lint-helm (push) Successful in 6s
renovate / renovate (push) Successful in 32s
release-charts-postgres-cluster / release (push) Successful in 1m33s
lint-and-test / chart-testing (push) Successful in 2m6s
Reviewed-on: #167
2026-02-21 03:42:11 +00:00
9e58e89470 chore(deps): update ghcr.io/cloudnative-pg/postgresql docker tag to v18.2
All checks were successful
lint-and-test / chart-testing (pull_request) Successful in 1m2s
lint-and-test / lint-helm (pull_request) Successful in 1m36s
2026-02-21 00:00:58 +00:00
327cd8bd54 fix: external clusters incorrect yaml
All checks were successful
lint-and-test / lint-helm (push) Successful in 13s
release-charts-postgres-cluster / release (push) Successful in 23s
release-charts-cloudflared / release (push) Successful in 35s
lint-and-test / chart-testing (push) Successful in 1m1s
renovate / renovate (push) Successful in 1m7s
2026-02-13 12:45:32 -06:00
a696a57f30 Merge pull request 'chore(deps): update dependency cloudflare/cloudflared to v2026.2.0' (#166) from renovate/unified-cloudflarecloudflared into main
All checks were successful
lint-and-test / lint-helm (push) Successful in 13s
release-charts-cloudflared / release (push) Successful in 22s
lint-and-test / chart-testing (push) Successful in 27s
renovate / renovate (push) Successful in 1m54s
Reviewed-on: #166
2026-02-07 00:34:32 +00:00
5 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
# cloudflared
![Version: 2.2.2](https://img.shields.io/badge/Version-2.2.2-informational?style=flat-square) ![AppVersion: 2026.1.2](https://img.shields.io/badge/AppVersion-2026.1.2-informational?style=flat-square)
![Version: 2.3.0](https://img.shields.io/badge/Version-2.3.0-informational?style=flat-square) ![AppVersion: 2026.2.0](https://img.shields.io/badge/AppVersion-2026.2.0-informational?style=flat-square)
Cloudflared Tunnel
@@ -25,7 +25,7 @@ Cloudflared Tunnel
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| image | object | `{"pullPolicy":"IfNotPresent","repository":"cloudflare/cloudflared","tag":"2026.1.2"}` | Default image |
| image | object | `{"pullPolicy":"IfNotPresent","repository":"cloudflare/cloudflared","tag":"2026.2.0"}` | Default image |
| name | string | `""` | Name override of release |
| resources | object | `{"requests":{"cpu":"10m","memory":"128Mi"}}` | Default resources |
| secret | object | `{"existingSecret":{"key":"cf-tunnel-token","name":"cloudflared-secret"},"externalSecret":{"additionalLabels":{},"enabled":true,"nameOverride":"","store":{"name":"vault","path":"/cloudflare/tunnels","property":"token"}}}` | Secret configuration |

View File

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

View File

@@ -1,6 +1,6 @@
# postgres-cluster
![Version: 7.5.0](https://img.shields.io/badge/Version-7.5.0-informational?style=flat-square) ![AppVersion: v1.28.0](https://img.shields.io/badge/AppVersion-v1.28.0-informational?style=flat-square)
![Version: 7.6.0](https://img.shields.io/badge/Version-7.6.0-informational?style=flat-square) ![AppVersion: v1.28.1](https://img.shields.io/badge/AppVersion-v1.28.1-informational?style=flat-square)
Cloudnative-pg Cluster

View File

@@ -1,7 +1,7 @@
{{- define "cluster.externalClusters" -}}
externalClusters:
{{- if eq .Values.mode "standalone" }}
{{- else if eq .Values.mode "recovery" }}
externalClusters:
{{- if eq .Values.recovery.method "import" }}
- name: importSource
{{- include "cluster.externalSourceCluster" .Values.recovery.import.source | nindent 4 }}

View File

@@ -23,7 +23,7 @@ cluster:
# -- Default image
image:
repository: ghcr.io/cloudnative-pg/postgresql
tag: 18.1-standard-trixie
tag: 18.2-standard-trixie
# -- 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