From 4f742512d13c488fff5c973dd15d41d0763f524d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 20:43:17 +0000 Subject: [PATCH 1/2] Update cloudflare/cloudflared Docker tag to v2024.8.3 --- charts/cloudflared/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/cloudflared/values.yaml b/charts/cloudflared/values.yaml index 0bedd44..01cb0e3 100644 --- a/charts/cloudflared/values.yaml +++ b/charts/cloudflared/values.yaml @@ -3,7 +3,7 @@ existingSecretName: cloudflared-secret existingSecretKey: cf-tunnel-token image: repository: cloudflare/cloudflared - tag: "2024.8.2" + tag: "2024.8.3" pullPolicy: IfNotPresent resources: requests: -- 2.49.1 From b443f8888b66bdb5689c4e69dfa9a201419efc5d Mon Sep 17 00:00:00 2001 From: alexlebens Date: Sat, 24 Aug 2024 01:30:11 -0500 Subject: [PATCH 2/2] update chart --- charts/cloudflared/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/cloudflared/Chart.yaml b/charts/cloudflared/Chart.yaml index e816864..ea01658 100644 --- a/charts/cloudflared/Chart.yaml +++ b/charts/cloudflared/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: cloudflared -version: 1.6.0 +version: 1.7.0 description: Cloudflared Tunnel keywords: - cloudflare @@ -15,4 +15,4 @@ dependencies: repository: https://bjw-s.github.io/helm-charts/ version: 3.3.2 icon: https://avatars.githubusercontent.com/u/314135?s=48&v=4 -appVersion: "2024.8.2" +appVersion: "2024.8.3" -- 2.49.1