Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
080aac3e95
commit
ba9d9973ff
|
@ -1,11 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [emulatorjs-6.0.22](https://github.com/truecharts/charts/compare/emulatorjs-6.0.21...emulatorjs-6.0.22) (2023-12-03)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- bump everything to ensure catalog has latest versions
|
|
||||||
- fix annotations again
|
|
||||||
- update annotations
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [emulatorjs-6.0.23](https://github.com/truecharts/charts/compare/emulatorjs-6.0.22...emulatorjs-6.0.23) (2023-12-07)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image ghcr.io/linuxserver/emulatorjs to 1.7.3[@d7e6e20](https://github.com/d7e6e20) ([#15835](https://github.com/truecharts/charts/issues/15835))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [emulatorjs-6.0.22](https://github.com/truecharts/charts/compare/emulatorjs-6.0.21...emulatorjs-6.0.22) (2023-12-03)
|
## [emulatorjs-6.0.22](https://github.com/truecharts/charts/compare/emulatorjs-6.0.21...emulatorjs-6.0.22) (2023-12-03)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
|
||||||
- update helm general non-major ([#14454](https://github.com/truecharts/charts/issues/14454))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [emulatorjs-6.0.12](https://github.com/truecharts/charts/compare/emulatorjs-6.0.11...emulatorjs-6.0.12) (2023-11-05)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
kubeVersion: ">=1.24.0"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: emulatorjs
|
name: emulatorjs
|
||||||
version: 6.0.22
|
version: 6.0.23
|
||||||
appVersion: 1.7.3
|
appVersion: 1.7.3
|
||||||
description:
|
description:
|
||||||
Emulatorjs - In browser web based emulation portable to nearly any device
|
Emulatorjs - In browser web based emulation portable to nearly any device
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [emulatorjs-6.0.23](https://github.com/truecharts/charts/compare/emulatorjs-6.0.22...emulatorjs-6.0.23) (2023-12-07)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image ghcr.io/linuxserver/emulatorjs to 1.7.3[@d7e6e20](https://github.com/d7e6e20) ([#15835](https://github.com/truecharts/charts/issues/15835))
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/linuxserver/emulatorjs
|
repository: ghcr.io/linuxserver/emulatorjs
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 1.7.3@sha256:263feb12593e15445b6f9e11a42216a9f03c57a4a4e78ab5ed33f7377f2eb808
|
tag: 1.7.3@sha256:d7e6e208e6050c79de5aa2abaa7dab40e598ce3f9963485af6df90825d8cdea4
|
||||||
securityContext:
|
securityContext:
|
||||||
container:
|
container:
|
||||||
runAsNonRoot: false
|
runAsNonRoot: false
|
|
@ -226,6 +226,44 @@ questions:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
- variable: imagePullSecretList
|
||||||
|
group: "General Settings"
|
||||||
|
label: "Image Pull Secrets"
|
||||||
|
schema:
|
||||||
|
type: list
|
||||||
|
default: []
|
||||||
|
items:
|
||||||
|
- variable: pullsecretentry
|
||||||
|
label: "Pull Secret"
|
||||||
|
schema:
|
||||||
|
type: dict
|
||||||
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: registry
|
||||||
|
label: "Registry"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: "https://index.docker.io/v1/"
|
||||||
|
- variable: username
|
||||||
|
label: "Username"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: ""
|
||||||
|
- variable: password
|
||||||
|
label: "Password"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: ""
|
||||||
|
- variable: email
|
||||||
|
label: "Email"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: ""
|
||||||
- variable: service
|
- variable: service
|
||||||
group: Networking and Services
|
group: Networking and Services
|
||||||
label: Configure Service(s)
|
label: Configure Service(s)
|
||||||
|
@ -633,6 +671,8 @@ questions:
|
||||||
description: emptyDir
|
description: emptyDir
|
||||||
- value: nfs
|
- value: nfs
|
||||||
description: NFS Share
|
description: NFS Share
|
||||||
|
- value: iscsi
|
||||||
|
description: iSCSI Share
|
||||||
- variable: server
|
- variable: server
|
||||||
label: NFS Server
|
label: NFS Server
|
||||||
schema:
|
schema:
|
||||||
|
@ -645,6 +685,83 @@ questions:
|
||||||
show_if: [["type", "=", "nfs"]]
|
show_if: [["type", "=", "nfs"]]
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
|
- variable: iscsi
|
||||||
|
label: iSCSI Options
|
||||||
|
schema:
|
||||||
|
show_if: [["type", "=", "iscsi"]]
|
||||||
|
type: dict
|
||||||
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: targetPortal
|
||||||
|
label: targetPortal
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: ""
|
||||||
|
- variable: iqn
|
||||||
|
label: iqn
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: ""
|
||||||
|
- variable: lun
|
||||||
|
label: lun
|
||||||
|
schema:
|
||||||
|
type: int
|
||||||
|
default: 0
|
||||||
|
- variable: authSession
|
||||||
|
label: authSession
|
||||||
|
schema:
|
||||||
|
type: dict
|
||||||
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: username
|
||||||
|
label: username
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: password
|
||||||
|
label: password
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: usernameInitiator
|
||||||
|
label: usernameInitiator
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: passwordInitiator
|
||||||
|
label: passwordInitiator
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: authDiscovery
|
||||||
|
label: authDiscovery
|
||||||
|
schema:
|
||||||
|
type: dict
|
||||||
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: username
|
||||||
|
label: username
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: password
|
||||||
|
label: password
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: usernameInitiator
|
||||||
|
label: usernameInitiator
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: passwordInitiator
|
||||||
|
label: passwordInitiator
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
|
||||||
- variable: autoPermissions
|
- variable: autoPermissions
|
||||||
label: Automatic Permissions Configuration
|
label: Automatic Permissions Configuration
|
||||||
description: Automatically set permissions
|
description: Automatically set permissions
|
||||||
|
@ -737,7 +854,7 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
default: "disabled"
|
default: "disabled"
|
||||||
enum:
|
enum:
|
||||||
- value: "disabled"
|
- value: disabled
|
||||||
description: disabled
|
description: disabled
|
||||||
- value: smb
|
- value: smb
|
||||||
description: smb
|
description: smb
|
||||||
|
@ -827,6 +944,8 @@ questions:
|
||||||
description: emptyDir
|
description: emptyDir
|
||||||
- value: nfs
|
- value: nfs
|
||||||
description: NFS Share
|
description: NFS Share
|
||||||
|
- value: iscsi
|
||||||
|
description: iSCSI Share
|
||||||
- variable: server
|
- variable: server
|
||||||
label: NFS Server
|
label: NFS Server
|
||||||
schema:
|
schema:
|
||||||
|
@ -839,6 +958,83 @@ questions:
|
||||||
show_if: [["type", "=", "nfs"]]
|
show_if: [["type", "=", "nfs"]]
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
|
- variable: iscsi
|
||||||
|
label: iSCSI Options
|
||||||
|
schema:
|
||||||
|
show_if: [["type", "=", "iscsi"]]
|
||||||
|
type: dict
|
||||||
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: targetPortal
|
||||||
|
label: targetPortal
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: ""
|
||||||
|
- variable: iqn
|
||||||
|
label: iqn
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: ""
|
||||||
|
- variable: lun
|
||||||
|
label: lun
|
||||||
|
schema:
|
||||||
|
type: int
|
||||||
|
default: 0
|
||||||
|
- variable: authSession
|
||||||
|
label: authSession
|
||||||
|
schema:
|
||||||
|
type: dict
|
||||||
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: username
|
||||||
|
label: username
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: password
|
||||||
|
label: password
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: usernameInitiator
|
||||||
|
label: usernameInitiator
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: passwordInitiator
|
||||||
|
label: passwordInitiator
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: authDiscovery
|
||||||
|
label: authDiscovery
|
||||||
|
schema:
|
||||||
|
type: dict
|
||||||
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: username
|
||||||
|
label: username
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: password
|
||||||
|
label: password
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: usernameInitiator
|
||||||
|
label: usernameInitiator
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: passwordInitiator
|
||||||
|
label: passwordInitiator
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
|
||||||
- variable: autoPermissions
|
- variable: autoPermissions
|
||||||
label: Automatic Permissions Configuration
|
label: Automatic Permissions Configuration
|
||||||
description: Automatically set permissions
|
description: Automatically set permissions
|
||||||
|
@ -931,7 +1127,7 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
default: "disabled"
|
default: "disabled"
|
||||||
enum:
|
enum:
|
||||||
- value: "disabled"
|
- value: disabled
|
||||||
description: disabled
|
description: disabled
|
||||||
- value: smb
|
- value: smb
|
||||||
description: smb
|
description: smb
|
||||||
|
@ -1045,6 +1241,82 @@ questions:
|
||||||
show_if: [["type", "=", "nfs"]]
|
show_if: [["type", "=", "nfs"]]
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
|
- variable: iscsi
|
||||||
|
label: iSCSI Options
|
||||||
|
schema:
|
||||||
|
show_if: [["type", "=", "iscsi"]]
|
||||||
|
type: dict
|
||||||
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: targetPortal
|
||||||
|
label: targetPortal
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: ""
|
||||||
|
- variable: iqn
|
||||||
|
label: iqn
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: ""
|
||||||
|
- variable: lun
|
||||||
|
label: lun
|
||||||
|
schema:
|
||||||
|
type: int
|
||||||
|
default: 0
|
||||||
|
- variable: authSession
|
||||||
|
label: authSession
|
||||||
|
schema:
|
||||||
|
type: dict
|
||||||
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: username
|
||||||
|
label: username
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: password
|
||||||
|
label: password
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: usernameInitiator
|
||||||
|
label: usernameInitiator
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: passwordInitiator
|
||||||
|
label: passwordInitiator
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: authDiscovery
|
||||||
|
label: authDiscovery
|
||||||
|
schema:
|
||||||
|
type: dict
|
||||||
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: username
|
||||||
|
label: username
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: password
|
||||||
|
label: password
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: usernameInitiator
|
||||||
|
label: usernameInitiator
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: passwordInitiator
|
||||||
|
label: passwordInitiator
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
- variable: autoPermissions
|
- variable: autoPermissions
|
||||||
label: Automatic Permissions Configuration
|
label: Automatic Permissions Configuration
|
||||||
description: Automatically set permissions
|
description: Automatically set permissions
|
||||||
|
@ -1293,6 +1565,46 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
required: true
|
required: true
|
||||||
|
- variable: integration
|
||||||
|
label: Integrations
|
||||||
|
description: Connect ingress with other charts
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: homepage
|
||||||
|
label: Homepage
|
||||||
|
description: Connect ingress with Homepage
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: enabled
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
- variable: name
|
||||||
|
label: Name
|
||||||
|
description: defaults to chartname
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
show_if: [["enabled", "=", true]]
|
||||||
|
- variable: description
|
||||||
|
label: Description
|
||||||
|
description: defaults to chart description
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
show_if: [["enabled", "=", true]]
|
||||||
|
- variable: group
|
||||||
|
label: Group
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: "default"
|
||||||
|
show_if: [["enabled", "=", true]]
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
label: Show Advanced Settings
|
label: Show Advanced Settings
|
||||||
description: Advanced settings are not covered by TrueCharts Support
|
description: Advanced settings are not covered by TrueCharts Support
|
||||||
|
@ -1445,6 +1757,46 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
required: true
|
required: true
|
||||||
|
- variable: integration
|
||||||
|
label: Integrations
|
||||||
|
description: Connect ingress with other charts
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: homepage
|
||||||
|
label: Homepage
|
||||||
|
description: Connect ingress with Homepage
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: enabled
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
- variable: name
|
||||||
|
label: Name
|
||||||
|
description: defaults to chartname
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
show_if: [["enabled", "=", true]]
|
||||||
|
- variable: description
|
||||||
|
label: Description
|
||||||
|
description: defaults to chart description
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
show_if: [["enabled", "=", true]]
|
||||||
|
- variable: group
|
||||||
|
label: Group
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: "default"
|
||||||
|
show_if: [["enabled", "=", true]]
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
label: Show Advanced Settings
|
label: Show Advanced Settings
|
||||||
description: Advanced settings are not covered by TrueCharts Support
|
description: Advanced settings are not covered by TrueCharts Support
|
||||||
|
@ -1672,6 +2024,46 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
show_if: [["certificateIssuer", "=", ""]]
|
show_if: [["certificateIssuer", "=", ""]]
|
||||||
default: ""
|
default: ""
|
||||||
|
- variable: integration
|
||||||
|
label: Integrations
|
||||||
|
description: Connect ingress with other charts
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: homepage
|
||||||
|
label: Homepage
|
||||||
|
description: Connect ingress with Homepage
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: enabled
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
- variable: name
|
||||||
|
label: Name
|
||||||
|
description: defaults to chartname
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
show_if: [["enabled", "=", true]]
|
||||||
|
- variable: description
|
||||||
|
label: Description
|
||||||
|
description: defaults to chart description
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
show_if: [["enabled", "=", true]]
|
||||||
|
- variable: group
|
||||||
|
label: Group
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: "default"
|
||||||
|
show_if: [["enabled", "=", true]]
|
||||||
- variable: entrypoint
|
- variable: entrypoint
|
||||||
label: Traefik Entrypoint
|
label: Traefik Entrypoint
|
||||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [minio-7.1.2](https://github.com/truecharts/charts/compare/minio-7.1.1...minio-7.1.2) (2023-12-06)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update container image minio/minio to vrelease.2023-12-06t09-09-22z[@e6833eb](https://github.com/e6833eb) ([#15801](https://github.com/truecharts/charts/issues/15801))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [minio-7.1.3](https://github.com/truecharts/charts/compare/minio-7.1.2...minio-7.1.3) (2023-12-07)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image minio/minio to vrelease.2023-12-07t04-16-00z[@0aecf9f](https://github.com/0aecf9f) ([#15840](https://github.com/truecharts/charts/issues/15840))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [minio-7.1.2](https://github.com/truecharts/charts/compare/minio-7.1.1...minio-7.1.2) (2023-12-06)
|
## [minio-7.1.2](https://github.com/truecharts/charts/compare/minio-7.1.1...minio-7.1.2) (2023-12-06)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465))
|
- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [minio-7.0.28](https://github.com/truecharts/charts/compare/minio-7.0.27...minio-7.0.28) (2023-11-08)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#14454](https://github.com/truecharts/charts/issues/14454))
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
kubeVersion: ">=1.24.0"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: minio
|
name: minio
|
||||||
version: 7.1.2
|
version: 7.1.3
|
||||||
appVersion: 2023.12.06
|
appVersion: 2023.12.07
|
||||||
description: Minio is a self-hosted S3 storage server
|
description: Minio is a self-hosted S3 storage server
|
||||||
home: https://truecharts.org/charts/stable/minio
|
home: https://truecharts.org/charts/stable/minio
|
||||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/minio.png
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/minio.png
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [minio-7.1.3](https://github.com/truecharts/charts/compare/minio-7.1.2...minio-7.1.3) (2023-12-07)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image minio/minio to vrelease.2023-12-07t04-16-00z[@0aecf9f](https://github.com/0aecf9f) ([#15840](https://github.com/truecharts/charts/issues/15840))
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: minio/minio
|
repository: minio/minio
|
||||||
tag: RELEASE.2023-12-06T09-09-22Z@sha256:e6833eb7d59b285017b97dfee9216ee9dba88b733682140341cf8be9f93448ad
|
tag: RELEASE.2023-12-07T04-16-00Z@sha256:0aecf9fb5360c13980e27612094724610efc4e98920e57f200ef16cbc7e81bf6
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
|
@ -1,11 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [sickchill-7.0.28](https://github.com/truecharts/charts/compare/sickchill-7.0.27...sickchill-7.0.28) (2023-12-03)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- bump everything to ensure catalog has latest versions
|
|
||||||
- fix annotations again
|
|
||||||
- update annotations
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [sickchill-7.0.29](https://github.com/truecharts/charts/compare/sickchill-7.0.28...sickchill-7.0.29) (2023-12-07)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image ghcr.io/linuxserver/sickchill to 2023.6.27[@7c37f00](https://github.com/7c37f00) ([#15836](https://github.com/truecharts/charts/issues/15836))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [sickchill-7.0.28](https://github.com/truecharts/charts/compare/sickchill-7.0.27...sickchill-7.0.28) (2023-12-03)
|
## [sickchill-7.0.28](https://github.com/truecharts/charts/compare/sickchill-7.0.27...sickchill-7.0.28) (2023-12-03)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
- update helm general non-major ([#14454](https://github.com/truecharts/charts/issues/14454))
|
- update helm general non-major ([#14454](https://github.com/truecharts/charts/issues/14454))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [sickchill-7.0.19](https://github.com/truecharts/charts/compare/sickchill-7.0.18...sickchill-7.0.19) (2023-11-05)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365))
|
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
kubeVersion: ">=1.24.0"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: sickchill
|
name: sickchill
|
||||||
version: 7.0.28
|
version: 7.0.29
|
||||||
appVersion: 2023.6.27
|
appVersion: 2023.6.27
|
||||||
description: An Automatic Video Library Manager for TV Shows
|
description: An Automatic Video Library Manager for TV Shows
|
||||||
home: https://truecharts.org/charts/stable/sickchill
|
home: https://truecharts.org/charts/stable/sickchill
|
||||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/sickchill.png
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/sickchill.png
|
||||||
deprecated: false
|
deprecated: false
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/linuxserver/docker-sickchill
|
|
||||||
- https://github.com/SickChill/SickChill
|
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/sickchill
|
- https://github.com/truecharts/charts/tree/master/charts/stable/sickchill
|
||||||
- https://ghcr.io/linuxserver/sickchill
|
- https://ghcr.io/linuxserver/sickchill
|
||||||
|
- https://github.com/linuxserver/docker-sickchill
|
||||||
|
- https://github.com/SickChill/SickChill
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [sickchill-7.0.29](https://github.com/truecharts/charts/compare/sickchill-7.0.28...sickchill-7.0.29) (2023-12-07)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image ghcr.io/linuxserver/sickchill to 2023.6.27[@7c37f00](https://github.com/7c37f00) ([#15836](https://github.com/truecharts/charts/issues/15836))
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/linuxserver/sickchill
|
repository: ghcr.io/linuxserver/sickchill
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 2023.6.27@sha256:e21881ea3eaf8bd171eac0d3d651831b695ccb4828218d06330c6a302ee2b99f
|
tag: 2023.6.27@sha256:7c37f00fbbc9e10f66870ddf891564e68f7477d0ee84b088c49e048750c81059
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
|
@ -228,6 +228,44 @@ questions:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
- variable: imagePullSecretList
|
||||||
|
group: "General Settings"
|
||||||
|
label: "Image Pull Secrets"
|
||||||
|
schema:
|
||||||
|
type: list
|
||||||
|
default: []
|
||||||
|
items:
|
||||||
|
- variable: pullsecretentry
|
||||||
|
label: "Pull Secret"
|
||||||
|
schema:
|
||||||
|
type: dict
|
||||||
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: registry
|
||||||
|
label: "Registry"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: "https://index.docker.io/v1/"
|
||||||
|
- variable: username
|
||||||
|
label: "Username"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: ""
|
||||||
|
- variable: password
|
||||||
|
label: "Password"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: ""
|
||||||
|
- variable: email
|
||||||
|
label: "Email"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: ""
|
||||||
- variable: service
|
- variable: service
|
||||||
group: Networking and Services
|
group: Networking and Services
|
||||||
label: Configure Service(s)
|
label: Configure Service(s)
|
||||||
|
@ -535,6 +573,8 @@ questions:
|
||||||
description: emptyDir
|
description: emptyDir
|
||||||
- value: nfs
|
- value: nfs
|
||||||
description: NFS Share
|
description: NFS Share
|
||||||
|
- value: iscsi
|
||||||
|
description: iSCSI Share
|
||||||
- variable: server
|
- variable: server
|
||||||
label: NFS Server
|
label: NFS Server
|
||||||
schema:
|
schema:
|
||||||
|
@ -547,6 +587,83 @@ questions:
|
||||||
show_if: [["type", "=", "nfs"]]
|
show_if: [["type", "=", "nfs"]]
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
|
- variable: iscsi
|
||||||
|
label: iSCSI Options
|
||||||
|
schema:
|
||||||
|
show_if: [["type", "=", "iscsi"]]
|
||||||
|
type: dict
|
||||||
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: targetPortal
|
||||||
|
label: targetPortal
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: ""
|
||||||
|
- variable: iqn
|
||||||
|
label: iqn
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: ""
|
||||||
|
- variable: lun
|
||||||
|
label: lun
|
||||||
|
schema:
|
||||||
|
type: int
|
||||||
|
default: 0
|
||||||
|
- variable: authSession
|
||||||
|
label: authSession
|
||||||
|
schema:
|
||||||
|
type: dict
|
||||||
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: username
|
||||||
|
label: username
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: password
|
||||||
|
label: password
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: usernameInitiator
|
||||||
|
label: usernameInitiator
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: passwordInitiator
|
||||||
|
label: passwordInitiator
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: authDiscovery
|
||||||
|
label: authDiscovery
|
||||||
|
schema:
|
||||||
|
type: dict
|
||||||
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: username
|
||||||
|
label: username
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: password
|
||||||
|
label: password
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: usernameInitiator
|
||||||
|
label: usernameInitiator
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: passwordInitiator
|
||||||
|
label: passwordInitiator
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
|
||||||
- variable: autoPermissions
|
- variable: autoPermissions
|
||||||
label: Automatic Permissions Configuration
|
label: Automatic Permissions Configuration
|
||||||
description: Automatically set permissions
|
description: Automatically set permissions
|
||||||
|
@ -639,7 +756,7 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
default: "disabled"
|
default: "disabled"
|
||||||
enum:
|
enum:
|
||||||
- value: "disabled"
|
- value: disabled
|
||||||
description: disabled
|
description: disabled
|
||||||
- value: smb
|
- value: smb
|
||||||
description: smb
|
description: smb
|
||||||
|
@ -753,6 +870,82 @@ questions:
|
||||||
show_if: [["type", "=", "nfs"]]
|
show_if: [["type", "=", "nfs"]]
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
|
- variable: iscsi
|
||||||
|
label: iSCSI Options
|
||||||
|
schema:
|
||||||
|
show_if: [["type", "=", "iscsi"]]
|
||||||
|
type: dict
|
||||||
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: targetPortal
|
||||||
|
label: targetPortal
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: ""
|
||||||
|
- variable: iqn
|
||||||
|
label: iqn
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: ""
|
||||||
|
- variable: lun
|
||||||
|
label: lun
|
||||||
|
schema:
|
||||||
|
type: int
|
||||||
|
default: 0
|
||||||
|
- variable: authSession
|
||||||
|
label: authSession
|
||||||
|
schema:
|
||||||
|
type: dict
|
||||||
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: username
|
||||||
|
label: username
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: password
|
||||||
|
label: password
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: usernameInitiator
|
||||||
|
label: usernameInitiator
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: passwordInitiator
|
||||||
|
label: passwordInitiator
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: authDiscovery
|
||||||
|
label: authDiscovery
|
||||||
|
schema:
|
||||||
|
type: dict
|
||||||
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: username
|
||||||
|
label: username
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: password
|
||||||
|
label: password
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: usernameInitiator
|
||||||
|
label: usernameInitiator
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: passwordInitiator
|
||||||
|
label: passwordInitiator
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
- variable: autoPermissions
|
- variable: autoPermissions
|
||||||
label: Automatic Permissions Configuration
|
label: Automatic Permissions Configuration
|
||||||
description: Automatically set permissions
|
description: Automatically set permissions
|
||||||
|
@ -1001,6 +1194,46 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
required: true
|
required: true
|
||||||
|
- variable: integration
|
||||||
|
label: Integrations
|
||||||
|
description: Connect ingress with other charts
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: homepage
|
||||||
|
label: Homepage
|
||||||
|
description: Connect ingress with Homepage
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: enabled
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
- variable: name
|
||||||
|
label: Name
|
||||||
|
description: defaults to chartname
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
show_if: [["enabled", "=", true]]
|
||||||
|
- variable: description
|
||||||
|
label: Description
|
||||||
|
description: defaults to chart description
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
show_if: [["enabled", "=", true]]
|
||||||
|
- variable: group
|
||||||
|
label: Group
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: "default"
|
||||||
|
show_if: [["enabled", "=", true]]
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
label: Show Advanced Settings
|
label: Show Advanced Settings
|
||||||
description: Advanced settings are not covered by TrueCharts Support
|
description: Advanced settings are not covered by TrueCharts Support
|
||||||
|
@ -1228,6 +1461,46 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
show_if: [["certificateIssuer", "=", ""]]
|
show_if: [["certificateIssuer", "=", ""]]
|
||||||
default: ""
|
default: ""
|
||||||
|
- variable: integration
|
||||||
|
label: Integrations
|
||||||
|
description: Connect ingress with other charts
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: homepage
|
||||||
|
label: Homepage
|
||||||
|
description: Connect ingress with Homepage
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: enabled
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
- variable: name
|
||||||
|
label: Name
|
||||||
|
description: defaults to chartname
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
show_if: [["enabled", "=", true]]
|
||||||
|
- variable: description
|
||||||
|
label: Description
|
||||||
|
description: defaults to chart description
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
show_if: [["enabled", "=", true]]
|
||||||
|
- variable: group
|
||||||
|
label: Group
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: "default"
|
||||||
|
show_if: [["enabled", "=", true]]
|
||||||
- variable: entrypoint
|
- variable: entrypoint
|
||||||
label: Traefik Entrypoint
|
label: Traefik Entrypoint
|
||||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
|
@ -1,11 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [snapdrop-6.0.25](https://github.com/truecharts/charts/compare/snapdrop-6.0.24...snapdrop-6.0.25) (2023-12-03)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- bump everything to ensure catalog has latest versions
|
|
||||||
- fix annotations again
|
|
||||||
- update annotations
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [snapdrop-6.0.26](https://github.com/truecharts/charts/compare/snapdrop-6.0.25...snapdrop-6.0.26) (2023-12-07)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image linuxserver/snapdrop to latest[@2515614](https://github.com/2515614) ([#15837](https://github.com/truecharts/charts/issues/15837))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [snapdrop-6.0.25](https://github.com/truecharts/charts/compare/snapdrop-6.0.24...snapdrop-6.0.25) (2023-12-03)
|
## [snapdrop-6.0.25](https://github.com/truecharts/charts/compare/snapdrop-6.0.24...snapdrop-6.0.25) (2023-12-03)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365))
|
- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [snapdrop-6.0.16](https://github.com/truecharts/charts/compare/snapdrop-6.0.15...snapdrop-6.0.16) (2023-11-03)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#14287](https://github.com/truecharts/charts/issues/14287))
|
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
kubeVersion: ">=1.24.0"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: snapdrop
|
name: snapdrop
|
||||||
version: 6.0.25
|
version: 6.0.26
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
description: Snapdrop A local file sharing in your browser. Inspired by Apple's Airdrop.
|
description: Snapdrop A local file sharing in your browser. Inspired by Apple's Airdrop.
|
||||||
home: https://truecharts.org/charts/stable/snapdrop
|
home: https://truecharts.org/charts/stable/snapdrop
|
||||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/snapdrop.png
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/snapdrop.png
|
||||||
deprecated: false
|
deprecated: false
|
||||||
sources:
|
sources:
|
||||||
|
- https://hub.docker.com/r/linuxserver/snapdrop
|
||||||
- https://github.com/linuxserver/docker-snapdrop
|
- https://github.com/linuxserver/docker-snapdrop
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/snapdrop
|
- https://github.com/truecharts/charts/tree/master/charts/stable/snapdrop
|
||||||
- https://hub.docker.com/r/linuxserver/snapdrop
|
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [snapdrop-6.0.26](https://github.com/truecharts/charts/compare/snapdrop-6.0.25...snapdrop-6.0.26) (2023-12-07)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image linuxserver/snapdrop to latest[@2515614](https://github.com/2515614) ([#15837](https://github.com/truecharts/charts/issues/15837))
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: linuxserver/snapdrop
|
repository: linuxserver/snapdrop
|
||||||
tag: latest@sha256:6c2f756de0cc3c61c0ca71dc61479d52f871d3ed9243c599bdb9f6bb6537654e
|
tag: latest@sha256:2515614d5506324e1f98aeab1eaa5e16946b58d964558d885694c6927bb56e37
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
|
@ -227,6 +227,44 @@ questions:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
- variable: imagePullSecretList
|
||||||
|
group: "General Settings"
|
||||||
|
label: "Image Pull Secrets"
|
||||||
|
schema:
|
||||||
|
type: list
|
||||||
|
default: []
|
||||||
|
items:
|
||||||
|
- variable: pullsecretentry
|
||||||
|
label: "Pull Secret"
|
||||||
|
schema:
|
||||||
|
type: dict
|
||||||
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: registry
|
||||||
|
label: "Registry"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: "https://index.docker.io/v1/"
|
||||||
|
- variable: username
|
||||||
|
label: "Username"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: ""
|
||||||
|
- variable: password
|
||||||
|
label: "Password"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: ""
|
||||||
|
- variable: email
|
||||||
|
label: "Email"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: ""
|
||||||
- variable: service
|
- variable: service
|
||||||
group: Networking and Services
|
group: Networking and Services
|
||||||
label: Configure Service(s)
|
label: Configure Service(s)
|
||||||
|
@ -534,6 +572,8 @@ questions:
|
||||||
description: emptyDir
|
description: emptyDir
|
||||||
- value: nfs
|
- value: nfs
|
||||||
description: NFS Share
|
description: NFS Share
|
||||||
|
- value: iscsi
|
||||||
|
description: iSCSI Share
|
||||||
- variable: server
|
- variable: server
|
||||||
label: NFS Server
|
label: NFS Server
|
||||||
schema:
|
schema:
|
||||||
|
@ -546,6 +586,83 @@ questions:
|
||||||
show_if: [["type", "=", "nfs"]]
|
show_if: [["type", "=", "nfs"]]
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
|
- variable: iscsi
|
||||||
|
label: iSCSI Options
|
||||||
|
schema:
|
||||||
|
show_if: [["type", "=", "iscsi"]]
|
||||||
|
type: dict
|
||||||
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: targetPortal
|
||||||
|
label: targetPortal
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: ""
|
||||||
|
- variable: iqn
|
||||||
|
label: iqn
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: ""
|
||||||
|
- variable: lun
|
||||||
|
label: lun
|
||||||
|
schema:
|
||||||
|
type: int
|
||||||
|
default: 0
|
||||||
|
- variable: authSession
|
||||||
|
label: authSession
|
||||||
|
schema:
|
||||||
|
type: dict
|
||||||
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: username
|
||||||
|
label: username
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: password
|
||||||
|
label: password
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: usernameInitiator
|
||||||
|
label: usernameInitiator
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: passwordInitiator
|
||||||
|
label: passwordInitiator
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: authDiscovery
|
||||||
|
label: authDiscovery
|
||||||
|
schema:
|
||||||
|
type: dict
|
||||||
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: username
|
||||||
|
label: username
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: password
|
||||||
|
label: password
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: usernameInitiator
|
||||||
|
label: usernameInitiator
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: passwordInitiator
|
||||||
|
label: passwordInitiator
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
|
||||||
- variable: autoPermissions
|
- variable: autoPermissions
|
||||||
label: Automatic Permissions Configuration
|
label: Automatic Permissions Configuration
|
||||||
description: Automatically set permissions
|
description: Automatically set permissions
|
||||||
|
@ -638,7 +755,7 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
default: "disabled"
|
default: "disabled"
|
||||||
enum:
|
enum:
|
||||||
- value: "disabled"
|
- value: disabled
|
||||||
description: disabled
|
description: disabled
|
||||||
- value: smb
|
- value: smb
|
||||||
description: smb
|
description: smb
|
||||||
|
@ -752,6 +869,82 @@ questions:
|
||||||
show_if: [["type", "=", "nfs"]]
|
show_if: [["type", "=", "nfs"]]
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
|
- variable: iscsi
|
||||||
|
label: iSCSI Options
|
||||||
|
schema:
|
||||||
|
show_if: [["type", "=", "iscsi"]]
|
||||||
|
type: dict
|
||||||
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: targetPortal
|
||||||
|
label: targetPortal
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: ""
|
||||||
|
- variable: iqn
|
||||||
|
label: iqn
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: ""
|
||||||
|
- variable: lun
|
||||||
|
label: lun
|
||||||
|
schema:
|
||||||
|
type: int
|
||||||
|
default: 0
|
||||||
|
- variable: authSession
|
||||||
|
label: authSession
|
||||||
|
schema:
|
||||||
|
type: dict
|
||||||
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: username
|
||||||
|
label: username
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: password
|
||||||
|
label: password
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: usernameInitiator
|
||||||
|
label: usernameInitiator
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: passwordInitiator
|
||||||
|
label: passwordInitiator
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: authDiscovery
|
||||||
|
label: authDiscovery
|
||||||
|
schema:
|
||||||
|
type: dict
|
||||||
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: username
|
||||||
|
label: username
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: password
|
||||||
|
label: password
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: usernameInitiator
|
||||||
|
label: usernameInitiator
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: passwordInitiator
|
||||||
|
label: passwordInitiator
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
- variable: autoPermissions
|
- variable: autoPermissions
|
||||||
label: Automatic Permissions Configuration
|
label: Automatic Permissions Configuration
|
||||||
description: Automatically set permissions
|
description: Automatically set permissions
|
||||||
|
@ -1000,6 +1193,46 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
required: true
|
required: true
|
||||||
|
- variable: integration
|
||||||
|
label: Integrations
|
||||||
|
description: Connect ingress with other charts
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: homepage
|
||||||
|
label: Homepage
|
||||||
|
description: Connect ingress with Homepage
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: enabled
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
- variable: name
|
||||||
|
label: Name
|
||||||
|
description: defaults to chartname
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
show_if: [["enabled", "=", true]]
|
||||||
|
- variable: description
|
||||||
|
label: Description
|
||||||
|
description: defaults to chart description
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
show_if: [["enabled", "=", true]]
|
||||||
|
- variable: group
|
||||||
|
label: Group
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: "default"
|
||||||
|
show_if: [["enabled", "=", true]]
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
label: Show Advanced Settings
|
label: Show Advanced Settings
|
||||||
description: Advanced settings are not covered by TrueCharts Support
|
description: Advanced settings are not covered by TrueCharts Support
|
||||||
|
@ -1227,6 +1460,46 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
show_if: [["certificateIssuer", "=", ""]]
|
show_if: [["certificateIssuer", "=", ""]]
|
||||||
default: ""
|
default: ""
|
||||||
|
- variable: integration
|
||||||
|
label: Integrations
|
||||||
|
description: Connect ingress with other charts
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: homepage
|
||||||
|
label: Homepage
|
||||||
|
description: Connect ingress with Homepage
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: enabled
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
- variable: name
|
||||||
|
label: Name
|
||||||
|
description: defaults to chartname
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
show_if: [["enabled", "=", true]]
|
||||||
|
- variable: description
|
||||||
|
label: Description
|
||||||
|
description: defaults to chart description
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
show_if: [["enabled", "=", true]]
|
||||||
|
- variable: group
|
||||||
|
label: Group
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: "default"
|
||||||
|
show_if: [["enabled", "=", true]]
|
||||||
- variable: entrypoint
|
- variable: entrypoint
|
||||||
label: Traefik Entrypoint
|
label: Traefik Entrypoint
|
||||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
Loading…
Reference in New Issue