From 8fbeb1a4a213b87bdfbf4aa07a28398d758c9fa8 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sun, 6 Nov 2022 22:37:04 +0200 Subject: [PATCH] fix(cloudflared): remove persistence on GUI aswell (#4324) --- charts/stable/cloudflared/Chart.yaml | 2 +- charts/stable/cloudflared/questions.yaml | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/charts/stable/cloudflared/Chart.yaml b/charts/stable/cloudflared/Chart.yaml index d3af358d96a..f6d76a626c7 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: 1.0.28 +version: 1.0.29 annotations: truecharts.org/catagories: | - network diff --git a/charts/stable/cloudflared/questions.yaml b/charts/stable/cloudflared/questions.yaml index e21f703c281..67e43676001 100644 --- a/charts/stable/cloudflared/questions.yaml +++ b/charts/stable/cloudflared/questions.yaml @@ -29,16 +29,6 @@ questions: default: false # Include{serviceExpert} # Include{serviceList} -# Include{persistenceRoot} - - variable: config - label: App Config Storage - description: Stores the Application Configuration. - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceAdvanced} # Include{persistenceList} # Include{ingressList} # Include{security}