From e5c767b6c5e597a5cb511a6d311ce6739cb9f266 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 28 Jun 2025 16:15:13 -0500 Subject: [PATCH] update common chart --- charts/cloudflared/Chart.yaml | 4 ++-- charts/cloudflared/README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/cloudflared/Chart.yaml b/charts/cloudflared/Chart.yaml index 9252d56..a73418b 100644 --- a/charts/cloudflared/Chart.yaml +++ b/charts/cloudflared/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: cloudflared -version: 1.17.2 +version: 1.17.3 description: Cloudflared Tunnel keywords: - cloudflare @@ -13,6 +13,6 @@ maintainers: dependencies: - name: common repository: https://bjw-s-labs.github.io/helm-charts/ - version: 4.1.1 + version: 4.1.2 icon: https://avatars.githubusercontent.com/u/314135?s=48&v=4 appVersion: "2025.6.0" diff --git a/charts/cloudflared/README.md b/charts/cloudflared/README.md index 1e51ab9..acd7a94 100644 --- a/charts/cloudflared/README.md +++ b/charts/cloudflared/README.md @@ -1,6 +1,6 @@ # cloudflared -![Version: 1.17.1](https://img.shields.io/badge/Version-1.17.1-informational?style=flat-square) ![AppVersion: 2025.6.0](https://img.shields.io/badge/AppVersion-2025.6.0-informational?style=flat-square) +![Version: 1.17.3](https://img.shields.io/badge/Version-1.17.3-informational?style=flat-square) ![AppVersion: 2025.6.0](https://img.shields.io/badge/AppVersion-2025.6.0-informational?style=flat-square) Cloudflared Tunnel @@ -19,7 +19,7 @@ Cloudflared Tunnel | Repository | Name | Version | |------------|------|---------| -| https://bjw-s-labs.github.io/helm-charts/ | common | 4.1.1 | +| https://bjw-s-labs.github.io/helm-charts/ | common | 4.1.2 | ## Values @@ -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.6.0"}` | Default image | +| image | object | `{"pullPolicy":"IfNotPresent","repository":"cloudflare/cloudflared","tag":"2025.6.1"}` | Default image | | name | string | `"cloudflared"` | Name override of release | | resources | object | `{"requests":{"cpu":"10m","memory":"128Mi"}}` | Default resources |