fix: external clusters incorrect yaml
All checks were successful
lint-and-test / lint-helm (push) Successful in 13s
release-charts-postgres-cluster / release (push) Successful in 23s
release-charts-cloudflared / release (push) Successful in 35s
lint-and-test / chart-testing (push) Successful in 1m1s
renovate / renovate (push) Successful in 1m10s

This commit is contained in:
2026-02-13 12:45:32 -06:00
parent a696a57f30
commit 327cd8bd54
4 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
# cloudflared
![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)
![Version: 2.3.0](https://img.shields.io/badge/Version-2.3.0-informational?style=flat-square) ![AppVersion: 2026.2.0](https://img.shields.io/badge/AppVersion-2026.2.0-informational?style=flat-square)
Cloudflared Tunnel
@@ -25,7 +25,7 @@ Cloudflared Tunnel
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| image | object | `{"pullPolicy":"IfNotPresent","repository":"cloudflare/cloudflared","tag":"2026.1.2"}` | Default image |
| image | object | `{"pullPolicy":"IfNotPresent","repository":"cloudflare/cloudflared","tag":"2026.2.0"}` | 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 |