Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(apps): cleanup questions by removing hidden dicts #1558

Merged
merged 16 commits into from
Dec 18, 2021
Merged
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion charts/dependency/mariadb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ sources:
- https://github.com/prometheus/mysqld_exporter
- https://mariadb.org
type: application
version: 1.0.34
version: 1.0.35
annotations:
truecharts.org/catagories: |
- database
Expand Down
22 changes: 8 additions & 14 deletions charts/dependency/mariadb/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,12 +192,6 @@ questions:
type: dict
hidden: true
attrs:
- variable: enabled
label: "Enable the storage"
schema:
type: boolean
default: true
hidden: true
- variable: type
label: "Type of Storage"
description: "Sets the persistence type, Anything other than PVC could break rollback!"
Expand All @@ -216,14 +210,6 @@ questions:
schema:
show_if: [["type", "=", "hostPath"]]
type: hostpath
- variable: mountPath
label: "mountPath"
description: "Path inside the container the storage is mounted"
schema:
type: string
default: "/bitnami/mariadb"
hidden: true
valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- variable: medium
label: "EmptyDir Medium"
schema:
Expand All @@ -236,6 +222,14 @@ questions:
- value: "Memory"
description: "Memory"
# Include{persistenceAdvanced}
- variable: mountPath
label: "mountPath (Non-editable"
description: "Path inside the container the storage is mounted"
schema:
type: string
default: "/bitnami/mariadb"
editable: false
valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'

# Include{persistenceList}

Expand Down
2 changes: 1 addition & 1 deletion charts/dependency/postgresql/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ name: postgresql
sources:
- https://www.postgresql.org/
type: application
version: 6.0.31
version: 6.0.32
annotations:
truecharts.org/catagories: |
- database
Expand Down
24 changes: 9 additions & 15 deletions charts/dependency/postgresql/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,19 +185,13 @@ questions:
schema:
type: dict
attrs:
- variable: data
- variable: db
label: "DB Storage"
description: "Stores the old Application Database."
schema:
type: dict
hidden: true
attrs:
- variable: enabled
label: "Enable the storage"
schema:
type: boolean
default: true
hidden: true
- variable: type
label: "Type of Storage"
description: "Sets the persistence type, Anything other than PVC could break rollback!"
Expand All @@ -216,14 +210,6 @@ questions:
schema:
show_if: [["type", "=", "hostPath"]]
type: hostpath
- variable: mountPath
label: "mountPath"
description: "Path inside the container the storage is mounted"
schema:
type: string
default: "/bitnami/postgresql"
hidden: true
valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- variable: medium
label: "EmptyDir Medium"
schema:
Expand All @@ -236,6 +222,14 @@ questions:
- value: "Memory"
description: "Memory"
# Include{persistenceAdvanced}
- variable: mountPath
label: "mountPath (Non-editable"
description: "Path inside the container the storage is mounted"
schema:
type: string
default: "/bitnami/postgresql"
editable: false
valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'

# Include{persistenceList}

Expand Down
2 changes: 1 addition & 1 deletion charts/dependency/redis/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-redis
- http://redis.io/
type: application
version: 1.0.36
version: 1.0.37
annotations:
truecharts.org/catagories: |
- database
Expand Down
22 changes: 8 additions & 14 deletions charts/dependency/redis/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,12 +177,6 @@ questions:
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the storage"
schema:
type: boolean
default: true
hidden: true
- variable: type
label: "Type of Storage"
description: "Sets the persistence type, Anything other than PVC could break rollback!"
Expand All @@ -201,14 +195,6 @@ questions:
schema:
show_if: [["type", "=", "hostPath"]]
type: hostpath
- variable: mountPath
label: "mountPath"
description: "Path inside the container the storage is mounted"
schema:
type: string
default: "/bitnami/redis"
hidden: true
valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- variable: medium
label: "EmptyDir Medium"
schema:
Expand All @@ -221,6 +207,14 @@ questions:
- value: "Memory"
description: "Memory"
# 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}

Expand Down
2 changes: 1 addition & 1 deletion charts/incubator/omada-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name: omada-controller
sources:
- https://github.com/mbentley/docker-omada-controller
- https://github.com/truechartsapps/tree/master/charts/omada-controller
version: 4.0.31
version: 4.0.32
annotations:
truecharts.org/catagories: |
- media
Expand Down
22 changes: 8 additions & 14 deletions charts/incubator/omada-controller/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,6 @@ questions:
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the storage"
schema:
type: boolean
default: true
hidden: true
- variable: type
label: "Type of Storage"
description: "Sets the persistence type, Anything other than PVC could break rollback!"
Expand All @@ -206,14 +200,6 @@ questions:
schema:
show_if: [["type", "=", "hostPath"]]
type: hostpath
- variable: mountPath
label: "mountPath"
description: "Path inside the container the storage is mounted"
schema:
type: string
default: "/data"
hidden: true
valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- variable: medium
label: "EmptyDir Medium"
schema:
Expand All @@ -226,6 +212,14 @@ questions:
- value: "Memory"
description: "Memory"
# Include{persistenceAdvanced}
- variable: mountPath
label: "mountPath (Non-editable"
description: "Path inside the container the storage is mounted"
schema:
type: string
default: "/data"
editable: false
valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
# Include{persistenceList}

- variable: ingress
Expand Down
2 changes: 1 addition & 1 deletion charts/incubator/tdarr-node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ sources:
- https://github.com/HaveAGitGat/Tdarr
- https://hub.docker.com/r/haveagitgat/tdarr_node
type: application
version: 1.0.26
version: 1.0.27
annotations:
truecharts.org/catagories: |
- media
Expand Down
66 changes: 24 additions & 42 deletions charts/incubator/tdarr-node/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,12 +216,6 @@ questions:
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the storage"
schema:
type: boolean
default: true
hidden: true
- variable: type
label: "Type of Storage"
description: "Sets the persistence type, Anything other than PVC could break rollback!"
Expand All @@ -246,14 +240,6 @@ questions:
schema:
show_if: [["type", "=", "hostPath"]]
type: hostpath
- variable: mountPath
label: "mountPath"
description: "Path inside the container the storage is mounted"
schema:
type: string
default: "/app/configs"
hidden: true
valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- variable: medium
label: "EmptyDir Medium"
schema:
Expand All @@ -266,18 +252,20 @@ questions:
- value: "Memory"
description: "Memory"
# Include{persistenceAdvanced}
- variable: mountPath
label: "mountPath (Non-editable"
description: "Path inside the container the storage is mounted"
schema:
type: string
default: "/app/configs"
editable: false
valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- variable: logs
label: "App logs Storage"
description: "Stores the Application logs."
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the storage"
schema:
type: boolean
default: true
hidden: true
- variable: type
label: "Type of Storage"
description: "Sets the persistence type, Anything other than PVC could break rollback!"
Expand All @@ -302,14 +290,6 @@ questions:
schema:
show_if: [["type", "=", "hostPath"]]
type: hostpath
- variable: mountPath
label: "mountPath"
description: "Path inside the container the storage is mounted"
schema:
type: string
default: "/app/logs"
hidden: true
valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- variable: medium
label: "EmptyDir Medium"
schema:
Expand All @@ -322,18 +302,20 @@ questions:
- value: "Memory"
description: "Memory"
# Include{persistenceAdvanced}
- variable: mountPath
label: "mountPath (Non-editable"
description: "Path inside the container the storage is mounted"
schema:
type: string
default: "/app/logs"
editable: false
valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- variable: transcode-cache
label: "App Transcode cache"
description: "Stores the Application Transcode cache."
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the storage"
schema:
type: boolean
default: true
hidden: true
- variable: type
label: "Type of Storage"
description: "Sets the persistence type, Anything other than PVC could break rollback!"
Expand All @@ -359,14 +341,6 @@ questions:
show_if: [["type", "=", "hostPath"]]
required: true
type: hostpath
- variable: mountPath
label: "mountPath"
description: "Path inside the container the storage is mounted"
schema:
type: string
default: "/temp"
hidden: true
valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'
- variable: medium
label: "EmptyDir Medium"
schema:
Expand All @@ -379,6 +353,14 @@ questions:
- value: "Memory"
description: "Memory"
# Include{persistenceAdvanced}
- variable: mountPath
label: "mountPath (Non-editable"
description: "Path inside the container the storage is mounted"
schema:
type: string
default: "/temp"
editable: false
valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[a-zA-Z0-9._-]+|\/?))+$'

# Include{persistenceList}

Expand Down
3 changes: 3 additions & 0 deletions charts/incubator/tdarr-node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,8 @@ persistence:
logs:
enabled: true
mountPath: "/app/logs"
transcode-cache:
enabled: true
mountPath: "/temp"
varrun:
enabled: true
2 changes: 1 addition & 1 deletion charts/incubator/tdarr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ sources:
- https://github.com/HaveAGitGat/Tdarr
- https://hub.docker.com/r/haveagitgat/tdarr
type: application
version: 1.0.26
version: 1.0.27
annotations:
truecharts.org/catagories: |
- media
Expand Down