From 07899d6867d1dc06eefdf03977c40ebd0fd310cb Mon Sep 17 00:00:00 2001 From: Xstar97 Date: Sun, 15 Jan 2023 12:52:31 -0500 Subject: [PATCH] fix(cloudflared) change extraArgs to args (#6390) * fix(cloudflared) change extraArgs to args * args Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- charts/stable/cloudflared/Chart.yaml | 2 +- charts/stable/cloudflared/ci/test-values.yaml | 2 +- charts/stable/cloudflared/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/cloudflared/Chart.yaml b/charts/stable/cloudflared/Chart.yaml index 90abb022ed4..9a65606cf57 100644 --- a/charts/stable/cloudflared/Chart.yaml +++ b/charts/stable/cloudflared/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/cloudflared - https://hub.docker.com/r/cloudflare/cloudflared type: application -version: 3.0.11 +version: 3.0.12 annotations: truecharts.org/catagories: | - network diff --git a/charts/stable/cloudflared/ci/test-values.yaml b/charts/stable/cloudflared/ci/test-values.yaml index 2887e3c1ebf..ed94a8b6b90 100644 --- a/charts/stable/cloudflared/ci/test-values.yaml +++ b/charts/stable/cloudflared/ci/test-values.yaml @@ -1,3 +1,3 @@ # With the bellow we test both container starts and that tpl is working inside extraArgs list -extraArgs: ["tunnel", "--no-autoupdate", "{{ .Values.testTpl }}"] +args: ["tunnel", "--no-autoupdate", "{{ .Values.testTpl }}"] testTpl: "--hello-world" diff --git a/charts/stable/cloudflared/values.yaml b/charts/stable/cloudflared/values.yaml index f2aff293395..083f1eb257a 100644 --- a/charts/stable/cloudflared/values.yaml +++ b/charts/stable/cloudflared/values.yaml @@ -3,7 +3,7 @@ image: pullPolicy: IfNotPresent tag: 2022.12.1@sha256:34a137bfc9bad52d83f95d203ea8bdee2f2233ae3b2c52f0dd59e2b664471c37 -extraArgs: +args: - tunnel - --no-autoupdate - run