Compare commits

...

1 Commits

Author SHA1 Message Date
46507aad6c fix: wrong args
All checks were successful
lint-and-test / lint-helm (push) Successful in 12s
release-charts-cloudflared / release (push) Successful in 21s
lint-and-test / chart-testing (push) Successful in 27s
renovate / renovate (push) Successful in 34s
2026-05-08 00:47:04 -05:00
3 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
name: cloudflared name: cloudflared
version: 3.2.0 version: 3.2.1
description: Cloudflared Tunnel description: Cloudflared Tunnel
keywords: keywords:
- cloudflare - cloudflare

View File

@@ -1,6 +1,6 @@
# cloudflared # cloudflared
![Version: 3.2.0](https://img.shields.io/badge/Version-3.2.0-informational?style=flat-square) ![AppVersion: 2026.3.0](https://img.shields.io/badge/AppVersion-2026.3.0-informational?style=flat-square) ![Version: 3.2.1](https://img.shields.io/badge/Version-3.2.1-informational?style=flat-square) ![AppVersion: 2026.3.0](https://img.shields.io/badge/AppVersion-2026.3.0-informational?style=flat-square)
Cloudflared Tunnel Cloudflared Tunnel

View File

@@ -24,7 +24,8 @@ controllers:
- {{ .Values.protocol }} - {{ .Values.protocol }}
- --no-autoupdate - --no-autoupdate
{{- if .Values.metrics.enabled }} {{- if .Values.metrics.enabled }}
- --metrics 0.0.0.0:20241 - --metrics
- 0.0.0.0:20241
{{- end }} {{- end }}
- run - run
- --token - --token