Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
cec89ec1c3
commit
4783d5be38
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [mosquitto-8.0.11](https://github.com/truecharts/charts/compare/mosquitto-8.0.10...mosquitto-8.0.11) (2023-02-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/eclipse-mosquitto to 2.0.15
|
||||
|
||||
|
|
@ -4,6 +4,20 @@
|
|||
|
||||
|
||||
|
||||
## [mosquitto-8.0.12](https://github.com/truecharts/charts/compare/mosquitto-8.0.11...mosquitto-8.0.12) (2023-05-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/eclipse-mosquitto to 2.0.15 ([#8212](https://github.com/truecharts/charts/issues/8212))
|
||||
|
||||
### Fix
|
||||
|
||||
- fix indentation ([#8536](https://github.com/truecharts/charts/issues/8536))
|
||||
- already adapt questions.yaml GUI to prevent tests from needlessly failing for unported charts ([#8720](https://github.com/truecharts/charts/issues/8720))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mosquitto-8.0.11](https://github.com/truecharts/charts/compare/mosquitto-8.0.10...mosquitto-8.0.11) (2023-02-15)
|
||||
|
||||
### Chore
|
||||
|
@ -83,17 +97,3 @@
|
|||
|
||||
## [mosquitto-8.0.3](https://github.com/truecharts/charts/compare/mosquitto-8.0.2...mosquitto-8.0.3) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [mosquitto-8.0.3](https://github.com/truecharts/charts/compare/mosquitto-8.0.2...mosquitto-8.0.3) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [mosquitto-8.0.3](https://github.com/truecharts/charts/compare/mosquitto-8.0.2...mosquitto-8.0.3) (2022-11-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [mosquitto-8.0.3](https://github.com/truecharts/charts/compare/mosquitto-8.0.2...mosquitto-8.0.3) (2022-11-30)
|
|
@ -22,7 +22,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/mosquitto
|
||||
- https://github.com/eclipse/mosquitto
|
||||
type: application
|
||||
version: 8.0.11
|
||||
version: 8.0.12
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- homeautomation
|
|
@ -0,0 +1,14 @@
|
|||
|
||||
|
||||
## [mosquitto-8.0.12](https://github.com/truecharts/charts/compare/mosquitto-8.0.11...mosquitto-8.0.12) (2023-05-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/eclipse-mosquitto to 2.0.15 ([#8212](https://github.com/truecharts/charts/issues/8212))
|
||||
|
||||
### Fix
|
||||
|
||||
- fix indentation ([#8536](https://github.com/truecharts/charts/issues/8536))
|
||||
- already adapt questions.yaml GUI to prevent tests from needlessly failing for unported charts ([#8720](https://github.com/truecharts/charts/issues/8720))
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/eclipse-mosquitto
|
||||
tag: 2.0.15@sha256:9e1fbb32ae27aaaf18432ff4e7e046c54fda8a630851dadf0c332a94e81fbf67
|
||||
tag: 2.0.15@sha256:11a54ebec4076713709383110099f27aab8f7b16f01f680fb117e8efe028dd06
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
service:
|
|
@ -3,6 +3,8 @@ groups:
|
|||
description: Image to be used for container
|
||||
- name: General Settings
|
||||
description: General Deployment Settings
|
||||
- name: Workload Settings
|
||||
description: Workload Settings
|
||||
- name: App Configuration
|
||||
description: App Specific Config Options
|
||||
- name: Networking and Services
|
||||
|
@ -19,62 +21,155 @@ groups:
|
|||
description: Traefik Middlewares
|
||||
- name: Metrics
|
||||
description: Metrics
|
||||
- name: VPN
|
||||
description: VPN
|
||||
- name: Addons
|
||||
description: Addon Configuration
|
||||
- name: Advanced
|
||||
description: Advanced Configuration
|
||||
- name: Postgresql
|
||||
description: Postgresql
|
||||
- name: Documentation
|
||||
description: Documentation
|
||||
portals: {}
|
||||
questions:
|
||||
- variable: global
|
||||
label: Global Settings
|
||||
group: "General Settings"
|
||||
schema:
|
||||
type: dict
|
||||
hidden: true
|
||||
attrs:
|
||||
- variable: isSCALE
|
||||
label: Flag this is SCALE
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
hidden: true
|
||||
- variable: controller
|
||||
group: "General Settings"
|
||||
|
||||
- variable: workload
|
||||
group: "Workload Settings"
|
||||
label: ""
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: replicas
|
||||
description: Number of desired pod replicas
|
||||
label: Desired Replicas
|
||||
- variable: main
|
||||
label: ""
|
||||
schema:
|
||||
type: int
|
||||
required: true
|
||||
default: 1
|
||||
- variable: customextraargs
|
||||
group: "General Settings"
|
||||
label: "Extra Args"
|
||||
description: "Do not click this unless you know what you are doing"
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: extraArgs
|
||||
label: Extra Args
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: arg
|
||||
label: Arg
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: type
|
||||
label: Type (Advanced)
|
||||
schema:
|
||||
type: string
|
||||
default: Deployment
|
||||
enum:
|
||||
- value: Deployment
|
||||
description: Deployment
|
||||
- value: DaemonSet
|
||||
description: DaemonSet
|
||||
|
||||
- variable: replicas
|
||||
label: Replicas (Advanced)
|
||||
description: Set the number of Replicas
|
||||
schema:
|
||||
type: int
|
||||
show_if: [["type", "!=", "DaemonSet"]]
|
||||
default: 1
|
||||
- variable: podSpec
|
||||
label: ""
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: containers
|
||||
label: Containers
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: main
|
||||
label: Main Container
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
|
||||
- variable: env
|
||||
group: "App Configuration"
|
||||
label: "Image Environment"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: PAPERLESS_ADMIN_USER
|
||||
label: "PAPERLESS_ADMIN_USER (First Install Only)"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: PAPERLESS_ADMIN_PASSWORD
|
||||
label: "PAPERLESS_ADMIN_PASSWORD (First Install Only)"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
private: true
|
||||
default: ""
|
||||
- variable: PAPERLESS_ADMIN_MAIL
|
||||
label: "PAPERLESS_ADMIN_MAIL (First Install Only)"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: PAPERLESS_URL
|
||||
label: "PAPERLESS_URL"
|
||||
description: "This is required if you will be exposing Paperless-ngx on a public domain."
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: PAPERLESS_WEBSERVER_WORKERS
|
||||
label: "PAPERLESS_WEBSERVER_WORKERS"
|
||||
description: "The number of worker processes the webserver should spawn."
|
||||
schema:
|
||||
type: int
|
||||
required: true
|
||||
default: 2
|
||||
- variable: envList
|
||||
label: Extra Environment Variables
|
||||
description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: envItem
|
||||
label: Environment Variable
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: name
|
||||
label: Name
|
||||
schema:
|
||||
type: string
|
||||
- variable: value
|
||||
label: Value
|
||||
schema:
|
||||
type: string
|
||||
- variable: extraArgs
|
||||
label: Extra Args
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: arg
|
||||
label: Arg
|
||||
schema:
|
||||
type: string
|
||||
- variable: advanced
|
||||
label: Show Advanced Settings
|
||||
description: Advanced settings are not covered by TrueCharts Support
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: command
|
||||
label: Command
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: param
|
||||
label: Param
|
||||
schema:
|
||||
type: string
|
||||
|
||||
- variable: auth
|
||||
group: "App Configuration"
|
||||
label: "Authentication"
|
||||
|
@ -109,28 +204,74 @@ questions:
|
|||
default: "Etc/UTC"
|
||||
$ref:
|
||||
- "definitions/timezone"
|
||||
- variable: envList
|
||||
label: Extra Environment Variables
|
||||
description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
|
||||
- variable: podOptions
|
||||
group: "General Settings"
|
||||
label: "Global Pod Options (Advanced)"
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: envItem
|
||||
label: Environment Variable
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: expertPodOpts
|
||||
label: "Expert - Pod Options"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: name
|
||||
label: Name
|
||||
type: boolean
|
||||
default: false
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: hostNetwork
|
||||
label: "Host Networking"
|
||||
schema:
|
||||
type: string
|
||||
- variable: value
|
||||
label: Value
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: dnsConfig
|
||||
label: "DNS Configuration"
|
||||
schema:
|
||||
type: string
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: options
|
||||
label: "Options"
|
||||
schema:
|
||||
type: list
|
||||
default: [{"name": "ndots", "value": "2"}]
|
||||
items:
|
||||
- variable: optionsEntry
|
||||
label: "Option Entry"
|
||||
schema:
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: name
|
||||
label: "Name"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
- variable: value
|
||||
label: "Value"
|
||||
schema:
|
||||
type: string
|
||||
- variable: nameservers
|
||||
label: "Nameservers"
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: nsEntry
|
||||
label: "Nameserver Entry"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
- variable: searches
|
||||
label: "Searches"
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: searchEntry
|
||||
label: "Search Entry"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
- variable: service
|
||||
group: Networking and Services
|
||||
label: Configure Service(s)
|
||||
|
@ -162,8 +303,6 @@ questions:
|
|||
description: LoadBalancer (Expose Ports)
|
||||
- value: ClusterIP
|
||||
description: ClusterIP (Do Not Expose Ports)
|
||||
- value: Simple
|
||||
description: Deprecated CHANGE THIS
|
||||
- variable: loadBalancerIP
|
||||
label: LoadBalancer IP
|
||||
description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
|
||||
|
@ -214,8 +353,6 @@ questions:
|
|||
description: LoadBalancer (Expose Ports)
|
||||
- value: ClusterIP
|
||||
description: ClusterIP (Do Not Expose Ports)
|
||||
- value: Simple
|
||||
description: Deprecated CHANGE THIS
|
||||
- variable: loadBalancerIP
|
||||
label: LoadBalancer IP
|
||||
description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
|
||||
|
@ -254,9 +391,10 @@ questions:
|
|||
group: Networking and Services
|
||||
label: Host-Networking (Complicated)
|
||||
schema:
|
||||
hidden: true
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: externalInterfaces
|
||||
- variable: scaleExternalInterface
|
||||
description: Add External Interfaces
|
||||
label: Add external Interfaces
|
||||
group: Networking
|
||||
|
@ -297,41 +435,41 @@ questions:
|
|||
description: Use DHCP
|
||||
- value: static
|
||||
description: Use Static IP
|
||||
show_subquestions_if: static
|
||||
subquestions:
|
||||
- variable: staticIPConfigurations
|
||||
label: Static IP Addresses
|
||||
- variable: staticIPConfigurations
|
||||
label: Static IP Addresses
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["type", "=", "static"]]
|
||||
items:
|
||||
- variable: staticIP
|
||||
label: Static IP
|
||||
schema:
|
||||
type: list
|
||||
items:
|
||||
- variable: staticIP
|
||||
label: Static IP
|
||||
type: ipaddr
|
||||
cidr: true
|
||||
- variable: staticRoutes
|
||||
label: Static Routes
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["type", "=", "static"]]
|
||||
items:
|
||||
- variable: staticRouteConfiguration
|
||||
label: Static Route Configuration
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: destination
|
||||
label: Destination
|
||||
schema:
|
||||
type: ipaddr
|
||||
cidr: true
|
||||
- variable: staticRoutes
|
||||
label: Static Routes
|
||||
schema:
|
||||
type: list
|
||||
items:
|
||||
- variable: staticRouteConfiguration
|
||||
label: Static Route Configuration
|
||||
required: true
|
||||
- variable: gateway
|
||||
label: Gateway
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: destination
|
||||
label: Destination
|
||||
schema:
|
||||
type: ipaddr
|
||||
cidr: true
|
||||
required: true
|
||||
- variable: gateway
|
||||
label: Gateway
|
||||
schema:
|
||||
type: ipaddr
|
||||
cidr: false
|
||||
required: true
|
||||
type: ipaddr
|
||||
cidr: false
|
||||
required: true
|
||||
- variable: serviceList
|
||||
label: Add Manual Custom Services
|
||||
group: Networking and Services
|
||||
|
@ -445,15 +583,15 @@ questions:
|
|||
label: Port Type
|
||||
schema:
|
||||
type: string
|
||||
default: TCP
|
||||
default: tcp
|
||||
enum:
|
||||
- value: HTTP
|
||||
- value: http
|
||||
description: HTTP
|
||||
- value: HTTPS
|
||||
- value: https
|
||||
description: HTTPS
|
||||
- value: TCP
|
||||
- value: tcp
|
||||
description: TCP
|
||||
- value: UDP
|
||||
- value: udp
|
||||
description: UDP
|
||||
- variable: targetPort
|
||||
label: Target Port
|
||||
|
@ -765,8 +903,8 @@ questions:
|
|||
type: string
|
||||
required: true
|
||||
default: Prefix
|
||||
- variable: clusterIssuer
|
||||
label: clusterIssuer
|
||||
- variable: certificateIssuer
|
||||
label: Cert-Manager clusterIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
|
||||
schema:
|
||||
type: string
|
||||
|
@ -775,7 +913,7 @@ questions:
|
|||
label: TLS-Settings
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
default: []
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
|
@ -797,7 +935,7 @@ questions:
|
|||
default: ""
|
||||
required: true
|
||||
|
||||
- variable: clusterIssuer
|
||||
- variable: certificateIssuer
|
||||
label: Use Cert-Manager clusterIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
|
||||
schema:
|
||||
|
@ -806,14 +944,14 @@ questions:
|
|||
- variable: scaleCert
|
||||
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||
schema:
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: entrypoint
|
||||
|
@ -896,8 +1034,8 @@ questions:
|
|||
type: string
|
||||
required: true
|
||||
default: Prefix
|
||||
- variable: clusterIssuer
|
||||
label: clusterIssuer
|
||||
- variable: certificateIssuer
|
||||
label: Cert-Manager clusterIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
|
||||
schema:
|
||||
type: string
|
||||
|
@ -906,7 +1044,7 @@ questions:
|
|||
label: TLS-Settings
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
default: []
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
|
@ -928,7 +1066,7 @@ questions:
|
|||
default: ""
|
||||
required: true
|
||||
|
||||
- variable: clusterIssuer
|
||||
- variable: certificateIssuer
|
||||
label: Use Cert-Manager clusterIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
|
||||
schema:
|
||||
|
@ -937,14 +1075,14 @@ questions:
|
|||
- variable: scaleCert
|
||||
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||
schema:
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: entrypoint
|
||||
|
@ -1128,112 +1266,99 @@ questions:
|
|||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- variable: security
|
||||
label: Container Security Settings
|
||||
- variable: securityContext
|
||||
group: Security and Permissions
|
||||
label: Security Context
|
||||
schema:
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: editsecurity
|
||||
label: Change PUID / UMASK values
|
||||
description: By enabling this you override default set values.
|
||||
- variable: container
|
||||
label: Container
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
# Settings from questions.yaml get appended here on a per-app basis
|
||||
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
- variable: runAsGroup
|
||||
label: "runAsGroup"
|
||||
description: "The groupID this App of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
# Settings from questions.yaml get appended here on a per-app basis
|
||||
- variable: PUID
|
||||
label: Process User ID - PUID
|
||||
description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
|
||||
schema:
|
||||
type: int
|
||||
show_if: [["runAsUser", "=", 0]]
|
||||
default: 568
|
||||
- variable: UMASK
|
||||
label: UMASK
|
||||
description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps
|
||||
schema:
|
||||
type: string
|
||||
default: "002"
|
||||
- variable: advancedSecurity
|
||||
label: Show Advanced Security Settings
|
||||
group: Security and Permissions
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: securityContext
|
||||
label: Security Context
|
||||
default: "0022"
|
||||
- variable: advanced
|
||||
label: Show Advanced Settings
|
||||
description: Advanced settings are not covered by TrueCharts Support
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: privileged
|
||||
label: "Privileged mode"
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: readOnlyRootFilesystem
|
||||
label: "ReadOnly Root Filesystem"
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
- variable: pod
|
||||
label: Pod
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: privileged
|
||||
label: "Privileged mode"
|
||||
- variable: fsGroupChangePolicy
|
||||
label: "When should we take ownership?"
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: readOnlyRootFilesystem
|
||||
label: "ReadOnly Root Filesystem"
|
||||
type: string
|
||||
default: OnRootMismatch
|
||||
enum:
|
||||
- value: OnRootMismatch
|
||||
description: OnRootMismatch
|
||||
- value: Always
|
||||
description: Always
|
||||
- variable: supplementalGroups
|
||||
label: Supplemental Groups
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
- variable: allowPrivilegeEscalation
|
||||
label: "Allow Privilege Escalation"
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: runAsNonRoot
|
||||
label: "runAsNonRoot"
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
- variable: podSecurityContext
|
||||
group: Security and Permissions
|
||||
label: Pod Security Context
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
- variable: runAsGroup
|
||||
label: "runAsGroup"
|
||||
description: "The groupID this App of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
- variable: fsGroup
|
||||
label: "fsGroup"
|
||||
description: "The group that should own ALL storage."
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
- variable: fsGroupChangePolicy
|
||||
label: "When should we take ownership?"
|
||||
schema:
|
||||
type: string
|
||||
default: OnRootMismatch
|
||||
enum:
|
||||
- value: OnRootMismatch
|
||||
description: OnRootMismatch
|
||||
- value: Always
|
||||
description: Always
|
||||
- variable: supplementalGroups
|
||||
label: Supplemental Groups
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: supplementalGroupsEntry
|
||||
label: Supplemental Group
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: supplementalGroupsEntry
|
||||
label: Supplemental Group
|
||||
schema:
|
||||
type: int
|
||||
# Settings from questions.yaml get appended here on a per-app basis
|
||||
- variable: fsGroup
|
||||
label: "fsGroup"
|
||||
description: "The group that should own ALL storage."
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
|
||||
- variable: resources
|
||||
group: Resources and Devices
|
||||
label: "Resource Limits"
|
||||
|
@ -1307,7 +1432,7 @@ questions:
|
|||
description: Sets the persistence type
|
||||
schema:
|
||||
type: string
|
||||
default: hostPath
|
||||
default: device
|
||||
hidden: true
|
||||
- variable: readOnly
|
||||
label: readOnly
|
||||
|
@ -1325,15 +1450,33 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
default: "/dev/ttyACM0"
|
||||
# Specify GPU configuration
|
||||
- variable: scaleGPU
|
||||
label: GPU Configuration
|
||||
group: Resources and Devices
|
||||
schema:
|
||||
type: dict
|
||||
$ref:
|
||||
- "definitions/gpuConfiguration"
|
||||
attrs: []
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: scaleGPUEntry
|
||||
label: GPU
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
# Specify GPU configuration
|
||||
- variable: gpu
|
||||
label: Select GPU
|
||||
schema:
|
||||
type: dict
|
||||
$ref:
|
||||
- "definitions/gpuConfiguration"
|
||||
attrs: []
|
||||
- variable: workaround
|
||||
label: "Workaround"
|
||||
schema:
|
||||
type: string
|
||||
default: workaround
|
||||
hidden: true
|
||||
# - variable: horizontalPodAutoscaler
|
||||
# group: Advanced
|
||||
# label: (Advanced) Horizontal Pod Autoscaler
|
||||
|
@ -1784,22 +1927,6 @@ questions:
|
|||
default: false
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: git
|
||||
label: Git Settings
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: deployKey
|
||||
description: Raw SSH Private Key
|
||||
label: Deploy Key
|
||||
schema:
|
||||
type: string
|
||||
- variable: deployKeyBase64
|
||||
description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence
|
||||
label: Deploy Key Base64
|
||||
schema:
|
||||
type: string
|
||||
- variable: service
|
||||
label: ""
|
||||
schema:
|
||||
|
@ -1826,48 +1953,6 @@ questions:
|
|||
show_if: [["type", "=", "LoadBalancer"]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: advancedsvcset
|
||||
label: Show Advanced Service Settings
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: externalIPs
|
||||
label: "External IP's"
|
||||
description: "External IP's"
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: externalIP
|
||||
label: External IP
|
||||
schema:
|
||||
type: string
|
||||
- variable: ipFamilyPolicy
|
||||
label: IP Family Policy
|
||||
description: Specify the IP Policy
|
||||
schema:
|
||||
type: string
|
||||
default: SingleStack
|
||||
enum:
|
||||
- value: SingleStack
|
||||
description: SingleStack
|
||||
- value: PreferDualStack
|
||||
description: PreferDualStack
|
||||
- value: RequireDualStack
|
||||
description: RequireDualStack
|
||||
- variable: ipFamilies
|
||||
label: IP Families
|
||||
description: (Advanced) The IP Families that should be used
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: ipFamily
|
||||
label: IP Family
|
||||
schema:
|
||||
type: string
|
||||
- variable: ports
|
||||
label: ""
|
||||
schema:
|
||||
|
@ -1885,12 +1970,6 @@ questions:
|
|||
schema:
|
||||
type: int
|
||||
default: 36107
|
||||
- variable: nodePort
|
||||
description: Leave Empty to Disable
|
||||
label: nodePort DEPRECATED
|
||||
schema:
|
||||
type: int
|
||||
default: 36107
|
||||
- variable: envList
|
||||
label: Codeserver Environment Variables
|
||||
schema:
|
||||
|
@ -1914,6 +1993,42 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
required: true
|
||||
- variable: netshoot
|
||||
label: Netshoot
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: enabled
|
||||
label: Enabled
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: envList
|
||||
label: Netshoot Environment Variables
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["type", "!=", "disabled"]]
|
||||
default: []
|
||||
items:
|
||||
- variable: envItem
|
||||
label: Environment Variable
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: name
|
||||
label: Name
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
- variable: value
|
||||
label: Value
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
- variable: vpn
|
||||
label: VPN
|
||||
schema:
|
||||
|
@ -1928,12 +2043,14 @@ questions:
|
|||
enum:
|
||||
- value: disabled
|
||||
description: disabled
|
||||
- value: openvpn
|
||||
description: OpenVPN
|
||||
- value: wireguard
|
||||
description: Wireguard
|
||||
- value: gluetun
|
||||
description: Gluetun
|
||||
- value: tailscale
|
||||
description: Tailscale
|
||||
- value: openvpn
|
||||
description: OpenVPN (Deprecated)
|
||||
- value: wireguard
|
||||
description: Wireguard (Deprecated)
|
||||
- variable: openvpn
|
||||
label: OpenVPN Settings
|
||||
schema:
|
||||
|
@ -1951,6 +2068,7 @@ questions:
|
|||
description: Authentication Credentials
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["username", "!=", ""]]
|
||||
default: ""
|
||||
required: true
|
||||
- variable: tailscale
|
||||
|
@ -2055,39 +2173,10 @@ questions:
|
|||
- variable: configFile
|
||||
label: VPN Config File Location
|
||||
schema:
|
||||
type: dict
|
||||
type: string
|
||||
show_if: [["type", "!=", "disabled"]]
|
||||
attrs:
|
||||
- variable: enabled
|
||||
label: Enabled
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
hidden: true
|
||||
- variable: type
|
||||
label: Type
|
||||
schema:
|
||||
type: string
|
||||
default: hostPath
|
||||
hidden: true
|
||||
- variable: hostPathType
|
||||
label: hostPathType
|
||||
schema:
|
||||
type: string
|
||||
default: File
|
||||
hidden: true
|
||||
- variable: noMount
|
||||
label: noMount
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
hidden: true
|
||||
- variable: hostPath
|
||||
label: Full Path to File
|
||||
description: "Path to your local VPN config file for example: /mnt/tank/vpn.conf or /mnt/tank/vpn.ovpn"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
default: ""
|
||||
|
||||
- variable: envList
|
||||
label: VPN Environment Variables
|
||||
schema:
|
Loading…
Reference in New Issue