From 9857d61093c8d4abceb3188b24b4ea436d730a02 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Tue, 28 May 2024 15:28:00 -0500 Subject: [PATCH] change command --- charts/cloudflared/Chart.yaml | 2 +- charts/cloudflared/templates/common.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/cloudflared/Chart.yaml b/charts/cloudflared/Chart.yaml index b87eee6..9336c5b 100644 --- a/charts/cloudflared/Chart.yaml +++ b/charts/cloudflared/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: cloudflared -version: 1.1.0 +version: 1.2.0 description: Cloudflared Tunnel keywords: - cloudflare diff --git a/charts/cloudflared/templates/common.yaml b/charts/cloudflared/templates/common.yaml index c749c61..1dc18d6 100644 --- a/charts/cloudflared/templates/common.yaml +++ b/charts/cloudflared/templates/common.yaml @@ -17,8 +17,9 @@ controllers: pullPolicy: IfNotPresent args: - tunnel + - --protocol + - http2 - --no-autoupdate - - --protocol http2 - run - --token - $(CF_MANAGED_TUNNEL_TOKEN)