Compare commits

..

2 Commits

Author SHA1 Message Date
1d38d75e91 feat: release 3.1.0
All checks were successful
release-charts-cloudflared / release (push) Successful in 18s
lint-and-test / lint-helm (push) Successful in 30s
lint-and-test / chart-testing (push) Successful in 43s
renovate / renovate (push) Successful in 28s
2026-05-07 23:01:33 -05:00
63f791c616 feat: change service account creation 2026-05-07 23:01:12 -05:00
3 changed files with 7 additions and 2 deletions

View File

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

View File

@@ -1,6 +1,6 @@
# cloudflared # cloudflared
![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=flat-square) ![AppVersion: 2026.3.0](https://img.shields.io/badge/AppVersion-2026.3.0-informational?style=flat-square) ![Version: 3.1.0](https://img.shields.io/badge/Version-3.1.0-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

@@ -4,6 +4,7 @@
global: global:
nameOverride: {{ include "cloudflared.name" . }} nameOverride: {{ include "cloudflared.name" . }}
fullNameOverride: {{ include "cloudflared.name" . }} fullNameOverride: {{ include "cloudflared.name" . }}
createDefaultServiceAccount: false
controllers: controllers:
main: main:
type: deployment type: deployment
@@ -38,6 +39,10 @@ controllers:
{{- with .Values.resources }} {{- with .Values.resources }}
{{- toYaml . | nindent 10 }} {{- toYaml . | nindent 10 }}
{{ end }} {{ end }}
serviceAccount:
main:
enabled: true
forceRename: {{ include "cloudflared.name" . }}
{{- if .Values.metrics.enabled }} {{- if .Values.metrics.enabled }}
service: service:
main: main: