From 9d0d847b5c19f5ffb59519bed50b82bf3e90aad6 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Thu, 15 Sep 2022 10:23:27 +0300 Subject: [PATCH] chore(redis): remove unneeded element from UI (#3779) --- charts/dependency/redis/Chart.yaml | 2 +- charts/dependency/redis/questions.yaml | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/charts/dependency/redis/Chart.yaml b/charts/dependency/redis/Chart.yaml index 97e12a6608d..c6cd697cbd3 100644 --- a/charts/dependency/redis/Chart.yaml +++ b/charts/dependency/redis/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/bitnami/bitnami-docker-redis - http://redis.io/ type: application -version: 3.0.74 +version: 3.0.75 annotations: truecharts.org/catagories: | - database diff --git a/charts/dependency/redis/questions.yaml b/charts/dependency/redis/questions.yaml index 2767307e503..d3b1f74b218 100644 --- a/charts/dependency/redis/questions.yaml +++ b/charts/dependency/redis/questions.yaml @@ -64,14 +64,6 @@ questions: attrs: # Include{persistenceBasic} # Include{persistenceAdvanced} - - variable: mountPath - label: "mountPath (Non-editable)" - description: "Path inside the container the storage is mounted" - schema: - type: string - default: "/bitnami/redis" - editable: false - valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$' # Include{persistenceList} # Include{ingressList} # Include{security}