Compare commits

..

2 Commits

Author SHA1 Message Date
bf16bd9e46 Merge pull request 'Update cloudflare/cloudflared Docker tag to v2025.8.1' (#113) from renovate/cloudflare-cloudflared-2025.x into main
All checks were successful
release-charts-cloudflared / release (push) Successful in 22s
renovate / renovate (push) Successful in 52s
Reviewed-on: #113
2025-08-23 02:40:29 +00:00
1e376185ac Update cloudflare/cloudflared Docker tag to v2025.8.1
All checks were successful
lint-and-test / lint-test (pull_request) Successful in 40s
2025-08-22 00:00:46 +00:00
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: cloudflared
version: 1.20.0
version: 1.20.1
description: Cloudflared Tunnel
keywords:
- cloudflare

View File

@@ -10,7 +10,7 @@ existingSecretKey: cf-tunnel-token
# -- Default image
image:
repository: cloudflare/cloudflared
tag: "2025.8.0"
tag: "2025.8.1"
pullPolicy: IfNotPresent
# -- Default resources

View File

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

View File

@@ -21,7 +21,7 @@ cluster:
# -- Default image
image:
repository: ghcr.io/cloudnative-pg/postgresql
tag: "17.5-standard-bullseye"
tag: "17.5-1-bullseye"
# -- 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