chore(redis): remove unneeded element from UI (#3779)

This commit is contained in:
Stavros Kois 2022-09-15 10:23:27 +03:00 committed by GitHub
parent 94ae13ad4e
commit 9d0d847b5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 9 deletions

View File

@ -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

View File

@ -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}