Compare commits

..

4 Commits

Author SHA1 Message Date
3fad4e4ff0 update image 2024-12-20 19:25:40 -06:00
1f867e0276 update image 2024-12-20 19:25:03 -06:00
601790ab7a change backup schedule 2024-12-19 14:50:00 -06:00
16ebdda6a4 update image 2024-12-19 13:59:37 -06:00
4 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: cloudflared
version: 1.11.0
version: 1.12.0
description: Cloudflared Tunnel
keywords:
- cloudflare
@@ -15,4 +15,4 @@ dependencies:
repository: https://bjw-s.github.io/helm-charts/
version: 3.5.1
icon: https://avatars.githubusercontent.com/u/314135?s=48&v=4
appVersion: "2024.12.1"
appVersion: "2024.12.2"

View File

@@ -3,7 +3,7 @@ existingSecretName: cloudflared-secret
existingSecretKey: cf-tunnel-token
image:
repository: cloudflare/cloudflared
tag: "2024.12.1"
tag: "2024.12.2"
pullPolicy: IfNotPresent
resources:
requests:

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: postgres-cluster
version: 3.15.0
version: 3.18.0
description: Chart for cloudnative-pg cluster
keywords:
- database

View File

@@ -21,7 +21,7 @@ cluster:
image:
repository: ghcr.io/cloudnative-pg/postgresql
tag: "16.6-17"
tag: "16.6-22"
pullPolicy: IfNotPresent
# The UID and GID of the postgres user inside the image
@@ -202,4 +202,4 @@ backup:
retentionPolicy: "14d"
# Scheduled backup in cron format
schedule: "0 0 */1 * *"
schedule: "0 0 */3 * *"