From 3f06bf148cc51b341bd04864ac997d58fade9f63 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 17 Jan 2025 17:22:00 -0600 Subject: [PATCH] update image --- charts/cloudflared/Chart.yaml | 6 +++--- charts/cloudflared/README.md | 6 +++--- charts/cloudflared/values.yaml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/cloudflared/Chart.yaml b/charts/cloudflared/Chart.yaml index a673272..76ad687 100644 --- a/charts/cloudflared/Chart.yaml +++ b/charts/cloudflared/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: cloudflared -version: 1.12.4 +version: 1.13.0 description: Cloudflared Tunnel keywords: - cloudflare @@ -13,6 +13,6 @@ maintainers: dependencies: - name: common repository: https://bjw-s.github.io/helm-charts/ - version: 3.6.0 + version: 3.6.1 icon: https://avatars.githubusercontent.com/u/314135?s=48&v=4 -appVersion: "2024.12.2" +appVersion: "2025.1.0" diff --git a/charts/cloudflared/README.md b/charts/cloudflared/README.md index 8c57288..d2629b7 100644 --- a/charts/cloudflared/README.md +++ b/charts/cloudflared/README.md @@ -1,6 +1,6 @@ # cloudflared -![Version: 1.12.4](https://img.shields.io/badge/Version-1.12.4-informational?style=flat-square) ![AppVersion: 2024.12.2](https://img.shields.io/badge/AppVersion-2024.12.2-informational?style=flat-square) +![Version: 1.13.0](https://img.shields.io/badge/Version-1.13.0-informational?style=flat-square) ![AppVersion: 2025.1.0](https://img.shields.io/badge/AppVersion-2025.1.0-informational?style=flat-square) Cloudflared Tunnel @@ -19,7 +19,7 @@ Cloudflared Tunnel | Repository | Name | Version | |------------|------|---------| -| https://bjw-s.github.io/helm-charts/ | common | 3.6.0 | +| https://bjw-s.github.io/helm-charts/ | common | 3.6.1 | ## 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":"2024.12.2"}` | Default image | +| image | object | `{"pullPolicy":"IfNotPresent","repository":"cloudflare/cloudflared","tag":"2025.1.0"}` | Default image | | name | string | `"cloudflared"` | Name override of release | | resources | object | `{"requests":{"cpu":"10m","memory":"128Mi"}}` | Default resources | diff --git a/charts/cloudflared/values.yaml b/charts/cloudflared/values.yaml index 338e53c..a2a38dd 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: "2024.12.2" + tag: "2025.1.0" pullPolicy: IfNotPresent # -- Default resources