diff --git a/charts/cloudflared/Chart.yaml b/charts/cloudflared/Chart.yaml index dfec762..b87eee6 100644 --- a/charts/cloudflared/Chart.yaml +++ b/charts/cloudflared/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: cloudflared -version: 1.0.0 +version: 1.1.0 description: Cloudflared Tunnel keywords: - cloudflare diff --git a/charts/cloudflared/templates/common.yaml b/charts/cloudflared/templates/common.yaml index 0a1847a..c749c61 100644 --- a/charts/cloudflared/templates/common.yaml +++ b/charts/cloudflared/templates/common.yaml @@ -18,6 +18,7 @@ controllers: args: - tunnel - --no-autoupdate + - --protocol http2 - run - --token - $(CF_MANAGED_TUNNEL_TOKEN)