From ad5d06b0652aaff82098db270d1957cde6fa808f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 12 Jun 2025 00:00:49 +0000 Subject: [PATCH 1/2] Update cloudflare/cloudflared Docker tag to v2025.6.0 --- charts/cloudflared/Chart.yaml | 2 +- charts/cloudflared/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/cloudflared/Chart.yaml b/charts/cloudflared/Chart.yaml index c47c4de..e18fcdf 100644 --- a/charts/cloudflared/Chart.yaml +++ b/charts/cloudflared/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: cloudflared -version: 1.15.0 +version: 1.16.0 description: Cloudflared Tunnel keywords: - cloudflare diff --git a/charts/cloudflared/values.yaml b/charts/cloudflared/values.yaml index 6881351..4899b48 100644 --- a/charts/cloudflared/values.yaml +++ b/charts/cloudflared/values.yaml @@ -10,7 +10,7 @@ existingSecretKey: cf-tunnel-token # -- Default image image: repository: cloudflare/cloudflared - tag: "2025.5.0" + tag: "2025.6.0" pullPolicy: IfNotPresent # -- Default resources -- 2.49.1 From 4f9ab170f4c1146a6bba3810261638e837a64ff8 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 12 Jun 2025 13:05:20 -0500 Subject: [PATCH 2/2] update app version --- charts/cloudflared/Chart.yaml | 2 +- charts/cloudflared/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/cloudflared/Chart.yaml b/charts/cloudflared/Chart.yaml index e18fcdf..d5964fc 100644 --- a/charts/cloudflared/Chart.yaml +++ b/charts/cloudflared/Chart.yaml @@ -15,4 +15,4 @@ dependencies: repository: https://bjw-s-labs.github.io/helm-charts/ version: 4.0.1 icon: https://avatars.githubusercontent.com/u/314135?s=48&v=4 -appVersion: "2025.5.0" +appVersion: "2025.6.0" diff --git a/charts/cloudflared/README.md b/charts/cloudflared/README.md index 868a104..776e8e7 100644 --- a/charts/cloudflared/README.md +++ b/charts/cloudflared/README.md @@ -1,6 +1,6 @@ # cloudflared -![Version: 1.15.0](https://img.shields.io/badge/Version-1.15.0-informational?style=flat-square) ![AppVersion: 2025.5.0](https://img.shields.io/badge/AppVersion-2025.5.0-informational?style=flat-square) +![Version: 1.16.0](https://img.shields.io/badge/Version-1.16.0-informational?style=flat-square) ![AppVersion: 2025.6.0](https://img.shields.io/badge/AppVersion-2025.6.0-informational?style=flat-square) Cloudflared Tunnel @@ -27,7 +27,7 @@ Cloudflared Tunnel |-----|------|---------|-------------| | existingSecretKey | string | `"cf-tunnel-token"` | Name of key that contains the token in the existingSecret | | existingSecretName | string | `"cloudflared-secret"` | Name of existing secret that contains Cloudflare token | -| image | object | `{"pullPolicy":"IfNotPresent","repository":"cloudflare/cloudflared","tag":"2025.5.0"}` | Default image | +| image | object | `{"pullPolicy":"IfNotPresent","repository":"cloudflare/cloudflared","tag":"2025.6.0"}` | Default image | | name | string | `"cloudflared"` | Name override of release | | resources | object | `{"requests":{"cpu":"10m","memory":"128Mi"}}` | Default resources | -- 2.49.1