fix(cloudflared): move to stable updated docs (#3237)

* fix(cloudflared): move to stable updated docs

* Apply suggestions from code review

* revert commons version back to 10.4.4

* update cloudflared

* restore files

* Update charts/stable/cloudflared/docs/installation_notes.md

* Update charts/stable/cloudflared/Chart.yaml

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
Xstar97
2022-07-21 12:52:50 +02:00
committed by GitHub
co-authored by Stavros Kois Kjeld Schouten-Lebbing
parent 71a6945816
commit d6423f428e
11 changed files with 153 additions and 155 deletions
@@ -0,0 +1,3 @@
# With the bellow we test both container starts and that tpl is working inside extraArgs list
extraArgs: ["tunnel", "--no-autoupdate", "{{ .Values.testTpl }}"]
testTpl: "--hello-world"