diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9891c34..b726d75 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,3 +9,11 @@ repos: exclude: 'charts/' args: - --multi + - repo: https://github.com/norwoodj/helm-docs + rev: v1.14.2 + hooks: + - id: helm-docs + args: + - --chart-search-root=charts + - --template-files=./_templates.gotmpl + - --template-files=README.md.gotmpl diff --git a/charts/cloudflared/Chart.yaml b/charts/cloudflared/Chart.yaml index 3310a87..ab1e9cd 100644 --- a/charts/cloudflared/Chart.yaml +++ b/charts/cloudflared/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: cloudflared -version: 2.2.1 +version: 2.2.2 description: Cloudflared Tunnel keywords: - cloudflare @@ -15,4 +15,4 @@ dependencies: repository: https://bjw-s-labs.github.io/helm-charts/ version: 4.6.2 icon: https://avatars.githubusercontent.com/u/314135?s=48&v=4 -appVersion: "2025.11.1" +appVersion: "2026.1.2" diff --git a/charts/cloudflared/README.md b/charts/cloudflared/README.md index 4a17b83..8cce584 100644 --- a/charts/cloudflared/README.md +++ b/charts/cloudflared/README.md @@ -1,6 +1,6 @@ # cloudflared -![Version: 2.1.9](https://img.shields.io/badge/Version-2.1.9-informational?style=flat-square) ![AppVersion: 2025.11.1](https://img.shields.io/badge/AppVersion-2025.11.1-informational?style=flat-square) +![Version: 2.2.2](https://img.shields.io/badge/Version-2.2.2-informational?style=flat-square) ![AppVersion: 2026.1.2](https://img.shields.io/badge/AppVersion-2026.1.2-informational?style=flat-square) Cloudflared Tunnel @@ -25,7 +25,7 @@ Cloudflared Tunnel | Key | Type | Default | Description | |-----|------|---------|-------------| -| image | object | `{"pullPolicy":"IfNotPresent","repository":"cloudflare/cloudflared","tag":"2025.11.1"}` | Default image | +| image | object | `{"pullPolicy":"IfNotPresent","repository":"cloudflare/cloudflared","tag":"2026.1.2"}` | Default image | | name | string | `""` | Name override of release | | resources | object | `{"requests":{"cpu":"10m","memory":"128Mi"}}` | Default resources | | secret | object | `{"existingSecret":{"key":"cf-tunnel-token","name":"cloudflared-secret"},"externalSecret":{"additionalLabels":{},"enabled":true,"nameOverride":"","store":{"name":"vault","path":"/cloudflare/tunnels","property":"token"}}}` | Secret configuration |