Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [libremdb-2.0.25](https://github.com/truecharts/charts/compare/libremdb-2.0.24...libremdb-2.0.25) (2023-05-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))
|
||||
|
||||
|
||||
@@ -4,6 +4,19 @@
|
||||
|
||||
|
||||
|
||||
## [libremdb-2.0.26](https://github.com/truecharts/charts/compare/libremdb-2.0.25...libremdb-2.0.26) (2023-05-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/libremdb to latest ([#9265](https://github.com/truecharts/charts/issues/9265))
|
||||
|
||||
### Feat
|
||||
|
||||
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
||||
|
||||
|
||||
|
||||
|
||||
## [libremdb-2.0.25](https://github.com/truecharts/charts/compare/libremdb-2.0.24...libremdb-2.0.25) (2023-05-27)
|
||||
|
||||
### Chore
|
||||
@@ -84,16 +97,3 @@
|
||||
|
||||
|
||||
|
||||
|
||||
## [libremdb-2.0.16](https://github.com/truecharts/charts/compare/libremdb-2.0.15...libremdb-2.0.16) (2023-05-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#8739](https://github.com/truecharts/charts/issues/8739))
|
||||
|
||||
|
||||
|
||||
|
||||
## [libremdb-2.0.15](https://github.com/truecharts/charts/compare/libremdb-2.0.14...libremdb-2.0.15) (2023-05-02)
|
||||
|
||||
### Chore
|
||||
@@ -27,7 +27,7 @@ sources:
|
||||
- https://github.com/zyachel/libremdb
|
||||
- https://github.com/PussTheCat-org/docker-libremdb-quay
|
||||
type: application
|
||||
version: 2.0.25
|
||||
version: 2.0.26
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
13
stable/libremdb/2.0.26/app-changelog.md
Normal file
13
stable/libremdb/2.0.26/app-changelog.md
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
|
||||
## [libremdb-2.0.26](https://github.com/truecharts/charts/compare/libremdb-2.0.25...libremdb-2.0.26) (2023-05-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/libremdb to latest ([#9265](https://github.com/truecharts/charts/issues/9265))
|
||||
|
||||
### Feat
|
||||
|
||||
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/libremdb
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:1ed93cd5d176c66521f1b13dac39c487e636d66eac59e46f3fd68b87eed371d4
|
||||
tag: latest@sha256:968b80d47a3a59416243b05d98fb3749986222b58301b3a88d7e1f5ba3816e75
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -787,63 +787,6 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: tls
|
||||
label: TLS-Settings
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
default: []
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
label: Host
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: hosts
|
||||
label: Certificate Hosts
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: host
|
||||
label: Host
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
|
||||
- variable: certificateIssuer
|
||||
label: Use Cert-Manager clusterIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: scaleCert
|
||||
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: entrypoint
|
||||
label: (Advanced) Traefik Entrypoint
|
||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||
schema:
|
||||
type: string
|
||||
default: websecure
|
||||
required: true
|
||||
- variable: ingressClassName
|
||||
label: (Advanced/Optional) IngressClass Name
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: middlewares
|
||||
label: Traefik Middlewares
|
||||
description: Add previously created Traefik Middlewares to this Ingress
|
||||
@@ -857,6 +800,70 @@ questions:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- 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: entrypoint
|
||||
label: (Advanced) Traefik Entrypoint
|
||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||
schema:
|
||||
type: string
|
||||
default: websecure
|
||||
required: true
|
||||
- variable: ingressClassName
|
||||
label: (Advanced/Optional) IngressClass Name
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: tls
|
||||
label: TLS-Settings
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
label: Host
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: hosts
|
||||
label: Certificate Hosts
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: host
|
||||
label: Host
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
|
||||
- variable: certificateIssuer
|
||||
label: Use Cert-Manager clusterIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: scaleCert
|
||||
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: ingressList
|
||||
label: Add Manual Custom Ingresses
|
||||
group: Ingress
|
||||
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [n8n-8.0.22](https://github.com/truecharts/charts/compare/n8n-8.0.21...n8n-8.0.22) (2023-05-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))
|
||||
|
||||
|
||||
@@ -4,6 +4,19 @@
|
||||
|
||||
|
||||
|
||||
## [n8n-8.0.23](https://github.com/truecharts/charts/compare/n8n-8.0.22...n8n-8.0.23) (2023-05-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/n8n to v0.230.1 ([#9271](https://github.com/truecharts/charts/issues/9271))
|
||||
|
||||
### Feat
|
||||
|
||||
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
||||
|
||||
|
||||
|
||||
|
||||
## [n8n-8.0.22](https://github.com/truecharts/charts/compare/n8n-8.0.21...n8n-8.0.22) (2023-05-27)
|
||||
|
||||
### Chore
|
||||
@@ -84,16 +97,3 @@
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/n8n to v0.227.0 ([#8859](https://github.com/truecharts/charts/issues/8859))
|
||||
|
||||
|
||||
|
||||
|
||||
## [n8n-8.0.13](https://github.com/truecharts/charts/compare/n8n-8.0.12...n8n-8.0.13) (2023-05-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/n8n to v0.226.2 ([#8833](https://github.com/truecharts/charts/issues/8833))
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
appVersion: "0.229.0"
|
||||
appVersion: "0.230.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
@@ -24,7 +24,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/n8n
|
||||
- https://docs.n8n.io/
|
||||
- https://github.com/n8n-io/n8n
|
||||
version: 8.0.22
|
||||
version: 8.0.23
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
13
stable/n8n/8.0.23/app-changelog.md
Normal file
13
stable/n8n/8.0.23/app-changelog.md
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
|
||||
## [n8n-8.0.23](https://github.com/truecharts/charts/compare/n8n-8.0.22...n8n-8.0.23) (2023-05-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/n8n to v0.230.1 ([#9271](https://github.com/truecharts/charts/issues/9271))
|
||||
|
||||
### Feat
|
||||
|
||||
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/n8n
|
||||
tag: v0.229.0@sha256:834a43692ecd3172520af92030ca44387de1088880bf283af509798b72bad34f
|
||||
tag: v0.230.1@sha256:2b78bf58c5b2832e023dee97119a530d7a4d523fa7b66054276b35151411d1b7
|
||||
pullPolicy: IfNotPresent
|
||||
timezoneandlocale: {}
|
||||
# N8N_DEFAULT_LOCALE: "en"
|
||||
@@ -1269,63 +1269,6 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: tls
|
||||
label: TLS-Settings
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
default: []
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
label: Host
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: hosts
|
||||
label: Certificate Hosts
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: host
|
||||
label: Host
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
|
||||
- variable: certificateIssuer
|
||||
label: Use Cert-Manager clusterIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: scaleCert
|
||||
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: entrypoint
|
||||
label: (Advanced) Traefik Entrypoint
|
||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||
schema:
|
||||
type: string
|
||||
default: websecure
|
||||
required: true
|
||||
- variable: ingressClassName
|
||||
label: (Advanced/Optional) IngressClass Name
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: middlewares
|
||||
label: Traefik Middlewares
|
||||
description: Add previously created Traefik Middlewares to this Ingress
|
||||
@@ -1339,6 +1282,70 @@ questions:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- 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: entrypoint
|
||||
label: (Advanced) Traefik Entrypoint
|
||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||
schema:
|
||||
type: string
|
||||
default: websecure
|
||||
required: true
|
||||
- variable: ingressClassName
|
||||
label: (Advanced/Optional) IngressClass Name
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: tls
|
||||
label: TLS-Settings
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
label: Host
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: hosts
|
||||
label: Certificate Hosts
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: host
|
||||
label: Host
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
|
||||
- variable: certificateIssuer
|
||||
label: Use Cert-Manager clusterIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: scaleCert
|
||||
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: ingressList
|
||||
label: Add Manual Custom Ingresses
|
||||
group: Ingress
|
||||
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [netdata-5.0.18](https://github.com/truecharts/charts/compare/netdata-5.0.17...netdata-5.0.18) (2023-05-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))
|
||||
|
||||
|
||||
@@ -4,6 +4,19 @@
|
||||
|
||||
|
||||
|
||||
## [netdata-5.0.19](https://github.com/truecharts/charts/compare/netdata-5.0.18...netdata-5.0.19) (2023-05-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/netdata to v1.39.1 ([#9272](https://github.com/truecharts/charts/issues/9272))
|
||||
|
||||
### Feat
|
||||
|
||||
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
||||
|
||||
|
||||
|
||||
|
||||
## [netdata-5.0.18](https://github.com/truecharts/charts/compare/netdata-5.0.17...netdata-5.0.18) (2023-05-27)
|
||||
|
||||
### Chore
|
||||
@@ -84,16 +97,3 @@
|
||||
|
||||
|
||||
|
||||
|
||||
## [netdata-5.0.9](https://github.com/truecharts/charts/compare/netdata-5.0.8...netdata-5.0.9) (2023-04-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#8153](https://github.com/truecharts/charts/issues/8153))
|
||||
|
||||
|
||||
|
||||
|
||||
## [netdata-5.0.8](https://github.com/truecharts/charts/compare/netdata-5.0.7...netdata-5.0.8) (2023-04-25)
|
||||
|
||||
### Chore
|
||||
@@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
appVersion: "1.38.1"
|
||||
appVersion: "1.39.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
@@ -19,7 +19,7 @@ name: netdata
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/netdata
|
||||
- https://github.com/netdata
|
||||
version: 5.0.18
|
||||
version: 5.0.19
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- utilities
|
||||
13
stable/netdata/5.0.19/app-changelog.md
Normal file
13
stable/netdata/5.0.19/app-changelog.md
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
|
||||
## [netdata-5.0.19](https://github.com/truecharts/charts/compare/netdata-5.0.18...netdata-5.0.19) (2023-05-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/netdata to v1.39.1 ([#9272](https://github.com/truecharts/charts/issues/9272))
|
||||
|
||||
### Feat
|
||||
|
||||
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/netdata
|
||||
tag: 1.38.1@sha256:884fc2c9d237ad3b8df8fca30c6c8a55999da37b3619d3cb61a24253bb2901f1
|
||||
tag: v1.39.1@sha256:7e2fd97a2523df32728781bf16084e6a383d1bb928572acecf091459a667ff8d
|
||||
pullPolicy: IfNotPresent
|
||||
# -- The service account the pods will use to interact with the Kubernetes API
|
||||
serviceAccount:
|
||||
@@ -902,63 +902,6 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: tls
|
||||
label: TLS-Settings
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
default: []
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
label: Host
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: hosts
|
||||
label: Certificate Hosts
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: host
|
||||
label: Host
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
|
||||
- variable: certificateIssuer
|
||||
label: Use Cert-Manager clusterIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: scaleCert
|
||||
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: entrypoint
|
||||
label: (Advanced) Traefik Entrypoint
|
||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||
schema:
|
||||
type: string
|
||||
default: websecure
|
||||
required: true
|
||||
- variable: ingressClassName
|
||||
label: (Advanced/Optional) IngressClass Name
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: middlewares
|
||||
label: Traefik Middlewares
|
||||
description: Add previously created Traefik Middlewares to this Ingress
|
||||
@@ -972,6 +915,70 @@ questions:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- 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: entrypoint
|
||||
label: (Advanced) Traefik Entrypoint
|
||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||
schema:
|
||||
type: string
|
||||
default: websecure
|
||||
required: true
|
||||
- variable: ingressClassName
|
||||
label: (Advanced/Optional) IngressClass Name
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: tls
|
||||
label: TLS-Settings
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
label: Host
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: hosts
|
||||
label: Certificate Hosts
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: host
|
||||
label: Host
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
|
||||
- variable: certificateIssuer
|
||||
label: Use Cert-Manager clusterIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: scaleCert
|
||||
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: ingressList
|
||||
label: Add Manual Custom Ingresses
|
||||
group: Ingress
|
||||
22
stable/pihole/10.0.3/CHANGELOG.md
Normal file
22
stable/pihole/10.0.3/CHANGELOG.md
Normal file
@@ -0,0 +1,22 @@
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [pihole-10.0.3](https://github.com/truecharts/charts/compare/pihole-10.0.2...pihole-10.0.3) (2023-05-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/pihole to v2023.05.0 ([#9276](https://github.com/truecharts/charts/issues/9276))
|
||||
|
||||
|
||||
|
||||
|
||||
## [pihole-10.0.2](https://github.com/truecharts/charts/compare/pihole-10.0.1...pihole-10.0.2) (2023-05-29)
|
||||
|
||||
### Feat
|
||||
|
||||
- Move to stable ([#9237](https://github.com/truecharts/charts/issues/9237))
|
||||
|
||||
|
||||
30
stable/pihole/10.0.3/Chart.yaml
Normal file
30
stable/pihole/10.0.3/Chart.yaml
Normal file
@@ -0,0 +1,30 @@
|
||||
apiVersion: v2
|
||||
appVersion: "2023.05.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.9.5
|
||||
deprecated: false
|
||||
description: DNS and Ad-filtering for your network
|
||||
home: https://truecharts.org/charts/stable/pihole
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/pihole.png
|
||||
keywords:
|
||||
- DNS
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: pihole
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/pihole
|
||||
- https://pi-hole.net/
|
||||
- https://github.com/pi-hole
|
||||
- https://github.com/pi-hole/docker-pi-hole
|
||||
type: application
|
||||
version: 10.0.3
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- networking
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
||||
27
stable/pihole/10.0.3/README.md
Normal file
27
stable/pihole/10.0.3/README.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# README
|
||||
|
||||
## General Info
|
||||
|
||||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||
However only installations using the TrueNAS SCALE Apps system are supported.
|
||||
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/)
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
|
||||
- See the [Website](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
||||
|
||||
---
|
||||
|
||||
## Sponsor TrueCharts
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
||||
|
||||
*All Rights Reserved - The TrueCharts Project*
|
||||
9
stable/pihole/10.0.3/app-changelog.md
Normal file
9
stable/pihole/10.0.3/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [pihole-10.0.3](https://github.com/truecharts/charts/compare/pihole-10.0.2...pihole-10.0.3) (2023-05-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/pihole to v2023.05.0 ([#9276](https://github.com/truecharts/charts/issues/9276))
|
||||
|
||||
|
||||
8
stable/pihole/10.0.3/app-readme.md
Normal file
8
stable/pihole/10.0.3/app-readme.md
Normal file
@@ -0,0 +1,8 @@
|
||||
DNS and Ad-filtering for your network
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/pihole](https://truecharts.org/charts/stable/pihole)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
||||
BIN
stable/pihole/10.0.3/charts/common-12.9.5.tgz
Normal file
BIN
stable/pihole/10.0.3/charts/common-12.9.5.tgz
Normal file
Binary file not shown.
76
stable/pihole/10.0.3/ix_values.yaml
Normal file
76
stable/pihole/10.0.3/ix_values.yaml
Normal file
@@ -0,0 +1,76 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/pihole
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2023.05.0@sha256:2a34bfd4117cbef30624fa41dc2cdb87bd053da09dec6b80b2b1e1087e677f64
|
||||
|
||||
pihole:
|
||||
webPassword: "somepassword"
|
||||
dnsServers:
|
||||
- "9.9.9.9"
|
||||
- "149.112.112.112"
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
capabilities:
|
||||
add:
|
||||
- NET_ADMIN
|
||||
- SETFCAP
|
||||
- SETPCAP
|
||||
- KILL
|
||||
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: pihole-env
|
||||
probes:
|
||||
liveness:
|
||||
type: http
|
||||
path: /admin/index.php
|
||||
readiness:
|
||||
type: http
|
||||
path: /admin/index.php
|
||||
startup:
|
||||
type: http
|
||||
path: /admin/index.php
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 9089
|
||||
targetPort: 80
|
||||
dns-tcp:
|
||||
enabled: true
|
||||
ports:
|
||||
dns-tcp:
|
||||
enabled: true
|
||||
port: 53
|
||||
targetPort: 53
|
||||
dns:
|
||||
enabled: true
|
||||
ports:
|
||||
dns:
|
||||
enabled: true
|
||||
protocol: udp
|
||||
port: 53
|
||||
targetPort: 53
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/etc/pihole"
|
||||
dnsmasq:
|
||||
enabled: true
|
||||
mountPath: "/etc/dnsmasq.d"
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
2141
stable/pihole/10.0.3/questions.yaml
Normal file
2141
stable/pihole/10.0.3/questions.yaml
Normal file
File diff suppressed because it is too large
Load Diff
14
stable/pihole/10.0.3/templates/_configmap.tpl
Normal file
14
stable/pihole/10.0.3/templates/_configmap.tpl
Normal file
@@ -0,0 +1,14 @@
|
||||
{{/* Define the configmap */}}
|
||||
{{- define "pihole.configmap" -}}
|
||||
configmap:
|
||||
pihole-env:
|
||||
enabled: true
|
||||
data:
|
||||
WEBPASSWORD: {{ .Values.pihole.webPassword | squote }}
|
||||
{{- with .Values.pihole.dnsServers }}
|
||||
{{- if gt (len .) 2 -}}
|
||||
{{- fail (printf "Pihole - Expected max 2 DNS Servers. But got [%v]" (len .)) -}}
|
||||
{{- end }}
|
||||
PIHOLE_DNS_: {{ join ";" . | quote }}
|
||||
{{- end }}
|
||||
{{- end -}}
|
||||
11
stable/pihole/10.0.3/templates/common.yaml
Normal file
11
stable/pihole/10.0.3/templates/common.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
{{/* Make sure all variables are set properly */}}
|
||||
{{- include "tc.v1.common.loader.init" . }}
|
||||
|
||||
{{/* Render configmap for pihole */}}
|
||||
{{- $config := include "pihole.configmap" . | fromYaml -}}
|
||||
{{- if $config -}}
|
||||
{{- $_ := mustMergeOverwrite .Values $config -}}
|
||||
{{- end -}}
|
||||
|
||||
{{/* Render the templates */}}
|
||||
{{ include "tc.v1.common.loader.apply" . }}
|
||||
@@ -1,13 +0,0 @@
|
||||
|
||||
|
||||
## [rsshub-7.0.33](https://github.com/truecharts/charts/compare/rsshub-7.0.32...rsshub-7.0.33) (2023-05-28)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/rsshub to latest ([#9212](https://github.com/truecharts/charts/issues/9212))
|
||||
|
||||
### Feat
|
||||
|
||||
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
||||
|
||||
|
||||
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [rsshub-7.0.34](https://github.com/truecharts/charts/compare/rsshub-7.0.33...rsshub-7.0.34) (2023-05-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/rsshub to latest ([#9268](https://github.com/truecharts/charts/issues/9268))
|
||||
|
||||
|
||||
|
||||
|
||||
## [rsshub-7.0.33](https://github.com/truecharts/charts/compare/rsshub-7.0.32...rsshub-7.0.33) (2023-05-28)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@
|
||||
|
||||
|
||||
|
||||
|
||||
## [rsshub-7.0.29](https://github.com/truecharts/charts/compare/rsshub-7.0.28...rsshub-7.0.29) (2023-05-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/rsshub to latest ([#9152](https://github.com/truecharts/charts/issues/9152))
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: rsshub
|
||||
version: 7.0.33
|
||||
version: 7.0.34
|
||||
appVersion: "latest"
|
||||
description: RSSHub can generate RSS feeds from pretty much everything
|
||||
type: application
|
||||
9
stable/rsshub/7.0.34/app-changelog.md
Normal file
9
stable/rsshub/7.0.34/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [rsshub-7.0.34](https://github.com/truecharts/charts/compare/rsshub-7.0.33...rsshub-7.0.34) (2023-05-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/rsshub to latest ([#9268](https://github.com/truecharts/charts/issues/9268))
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/rsshub
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:5c05ee45940849796a83c3880d621f42d308d660bb47aa05c8d4d968092e712a
|
||||
tag: latest@sha256:8012b8de84e294a5008b560421911b40dbb910650fc37245ba53ad925bb497dd
|
||||
browserlessImage:
|
||||
repository: tccr.io/truecharts/browserless-chrome
|
||||
tag: 1.58.0-chrome@sha256:e77842d0a1eb20e26b6a88b95902fcba370480d2b930401ddc93f68c8d67d418
|
||||
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [thelounge-9.0.20](https://github.com/truecharts/charts/compare/thelounge-9.0.19...thelounge-9.0.20) (2023-05-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))
|
||||
|
||||
|
||||
@@ -4,6 +4,19 @@
|
||||
|
||||
|
||||
|
||||
## [thelounge-9.0.21](https://github.com/truecharts/charts/compare/thelounge-9.0.20...thelounge-9.0.21) (2023-05-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/thelounge to v4.4.0 ([#9278](https://github.com/truecharts/charts/issues/9278))
|
||||
|
||||
### Feat
|
||||
|
||||
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
||||
|
||||
|
||||
|
||||
|
||||
## [thelounge-9.0.20](https://github.com/truecharts/charts/compare/thelounge-9.0.19...thelounge-9.0.20) (2023-05-27)
|
||||
|
||||
### Chore
|
||||
@@ -84,16 +97,3 @@
|
||||
|
||||
|
||||
|
||||
|
||||
## [thelounge-9.0.11](https://github.com/truecharts/charts/compare/thelounge-9.0.10...thelounge-9.0.11) (2023-05-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#8739](https://github.com/truecharts/charts/issues/8739))
|
||||
|
||||
|
||||
|
||||
|
||||
## [thelounge-9.0.10](https://github.com/truecharts/charts/compare/thelounge-9.0.9...thelounge-9.0.10) (2023-04-29)
|
||||
|
||||
### Chore
|
||||
@@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
appVersion: "4.3.1"
|
||||
appVersion: "4.4.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
@@ -22,7 +22,7 @@ name: thelounge
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/thelounge
|
||||
- https://github.com/thelounge/thelounge
|
||||
version: 9.0.20
|
||||
version: 9.0.21
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- utilities
|
||||
13
stable/thelounge/9.0.21/app-changelog.md
Normal file
13
stable/thelounge/9.0.21/app-changelog.md
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
|
||||
## [thelounge-9.0.21](https://github.com/truecharts/charts/compare/thelounge-9.0.20...thelounge-9.0.21) (2023-05-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/thelounge to v4.4.0 ([#9278](https://github.com/truecharts/charts/issues/9278))
|
||||
|
||||
### Feat
|
||||
|
||||
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/thelounge
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v4.3.1@sha256:771f1c63842c8cbe2ea1b0871974889931904a5cfba29064656676551ae1c629
|
||||
tag: v4.4.0@sha256:27269b8ffcd826ad2597edd6481ac778e5a4cefa3c0e4f34f0e63c8d43c26787
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -750,63 +750,6 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: tls
|
||||
label: TLS-Settings
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
default: []
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
label: Host
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: hosts
|
||||
label: Certificate Hosts
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: host
|
||||
label: Host
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
|
||||
- variable: certificateIssuer
|
||||
label: Use Cert-Manager clusterIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: scaleCert
|
||||
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: entrypoint
|
||||
label: (Advanced) Traefik Entrypoint
|
||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||
schema:
|
||||
type: string
|
||||
default: websecure
|
||||
required: true
|
||||
- variable: ingressClassName
|
||||
label: (Advanced/Optional) IngressClass Name
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: middlewares
|
||||
label: Traefik Middlewares
|
||||
description: Add previously created Traefik Middlewares to this Ingress
|
||||
@@ -820,6 +763,70 @@ questions:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- 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: entrypoint
|
||||
label: (Advanced) Traefik Entrypoint
|
||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||
schema:
|
||||
type: string
|
||||
default: websecure
|
||||
required: true
|
||||
- variable: ingressClassName
|
||||
label: (Advanced/Optional) IngressClass Name
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: tls
|
||||
label: TLS-Settings
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
label: Host
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: hosts
|
||||
label: Certificate Hosts
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: host
|
||||
label: Host
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
|
||||
- variable: certificateIssuer
|
||||
label: Use Cert-Manager clusterIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: scaleCert
|
||||
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: ingressList
|
||||
label: Add Manual Custom Ingresses
|
||||
group: Ingress
|
||||
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [tsmuxer-4.0.10](https://github.com/truecharts/charts/compare/tsmuxer-4.0.9...tsmuxer-4.0.10) (2023-05-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))
|
||||
|
||||
|
||||
@@ -4,6 +4,19 @@
|
||||
|
||||
|
||||
|
||||
## [tsmuxer-4.0.11](https://github.com/truecharts/charts/compare/tsmuxer-4.0.10...tsmuxer-4.0.11) (2023-05-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/tsmuxer to v23.05.1 ([#9279](https://github.com/truecharts/charts/issues/9279))
|
||||
|
||||
### Feat
|
||||
|
||||
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
||||
|
||||
|
||||
|
||||
|
||||
## [tsmuxer-4.0.10](https://github.com/truecharts/charts/compare/tsmuxer-4.0.9...tsmuxer-4.0.10) (2023-05-27)
|
||||
|
||||
### Chore
|
||||
@@ -84,16 +97,3 @@
|
||||
|
||||
|
||||
|
||||
|
||||
## [tsmuxer-4.0.1](https://github.com/truecharts/charts/compare/tsmuxer-4.0.0...tsmuxer-4.0.1) (2023-04-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/tsmuxer to v23.03.1 ([#8268](https://github.com/truecharts/charts/issues/8268))
|
||||
|
||||
|
||||
|
||||
|
||||
## [tsmuxer-4.0.0](https://github.com/truecharts/charts/compare/tsmuxer-3.0.14...tsmuxer-4.0.0) (2023-04-30)
|
||||
|
||||
### Feat
|
||||
@@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
appVersion: "23.04.1"
|
||||
appVersion: "23.05.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
@@ -21,7 +21,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/tsmuxer
|
||||
- https://github.com/jlesage/docker-tsmuxer
|
||||
type: application
|
||||
version: 4.0.10
|
||||
version: 4.0.11
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
13
stable/tsmuxer/4.0.11/app-changelog.md
Normal file
13
stable/tsmuxer/4.0.11/app-changelog.md
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
|
||||
## [tsmuxer-4.0.11](https://github.com/truecharts/charts/compare/tsmuxer-4.0.10...tsmuxer-4.0.11) (2023-05-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/tsmuxer to v23.05.1 ([#9279](https://github.com/truecharts/charts/issues/9279))
|
||||
|
||||
### Feat
|
||||
|
||||
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/tsmuxer
|
||||
tag: v23.04.1@sha256:1b3cc57de7100b3ddaa6da153f979d1ee8e464f2ee63e5ac07b7b09eeedb1192
|
||||
tag: v23.05.1@sha256:aa9ff7c833fb38b6ad83624274d100846bfb68e8aed132e47e1a26aa1dd946fd
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
@@ -920,63 +920,6 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: tls
|
||||
label: TLS-Settings
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
default: []
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
label: Host
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: hosts
|
||||
label: Certificate Hosts
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: host
|
||||
label: Host
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
|
||||
- variable: certificateIssuer
|
||||
label: Use Cert-Manager clusterIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: scaleCert
|
||||
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: entrypoint
|
||||
label: (Advanced) Traefik Entrypoint
|
||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||
schema:
|
||||
type: string
|
||||
default: websecure
|
||||
required: true
|
||||
- variable: ingressClassName
|
||||
label: (Advanced/Optional) IngressClass Name
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: middlewares
|
||||
label: Traefik Middlewares
|
||||
description: Add previously created Traefik Middlewares to this Ingress
|
||||
@@ -990,6 +933,70 @@ questions:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- 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: entrypoint
|
||||
label: (Advanced) Traefik Entrypoint
|
||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||
schema:
|
||||
type: string
|
||||
default: websecure
|
||||
required: true
|
||||
- variable: ingressClassName
|
||||
label: (Advanced/Optional) IngressClass Name
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: tls
|
||||
label: TLS-Settings
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
label: Host
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: hosts
|
||||
label: Certificate Hosts
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: host
|
||||
label: Host
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
|
||||
- variable: certificateIssuer
|
||||
label: Use Cert-Manager clusterIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: scaleCert
|
||||
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: ingressList
|
||||
label: Add Manual Custom Ingresses
|
||||
group: Ingress
|
||||
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [xen-orchestra-4.0.17](https://github.com/truecharts/charts/compare/xen-orchestra-4.0.16...xen-orchestra-4.0.17) (2023-05-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))
|
||||
|
||||
|
||||
@@ -4,6 +4,19 @@
|
||||
|
||||
|
||||
|
||||
## [xen-orchestra-4.0.18](https://github.com/truecharts/charts/compare/xen-orchestra-4.0.17...xen-orchestra-4.0.18) (2023-05-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/xenorchestra to v5.115.0 ([#9280](https://github.com/truecharts/charts/issues/9280))
|
||||
|
||||
### Feat
|
||||
|
||||
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
||||
|
||||
|
||||
|
||||
|
||||
## [xen-orchestra-4.0.17](https://github.com/truecharts/charts/compare/xen-orchestra-4.0.16...xen-orchestra-4.0.17) (2023-05-27)
|
||||
|
||||
### Chore
|
||||
@@ -84,16 +97,3 @@
|
||||
|
||||
|
||||
|
||||
|
||||
## [xen-orchestra-4.0.8](https://github.com/truecharts/charts/compare/xen-orchestra-4.0.7...xen-orchestra-4.0.8) (2023-04-28)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/xenorchestra to v5.111.1 ([#8276](https://github.com/truecharts/charts/issues/8276))
|
||||
|
||||
|
||||
|
||||
|
||||
## [xen-orchestra-4.0.7](https://github.com/truecharts/charts/compare/xen-orchestra-4.0.6...xen-orchestra-4.0.7) (2023-04-25)
|
||||
|
||||
### Chore
|
||||
@@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
appVersion: "5.113.0"
|
||||
appVersion: "5.115.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
@@ -17,7 +17,7 @@ maintainers:
|
||||
name: xen-orchestra
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/xen-orchestra
|
||||
version: 4.0.17
|
||||
version: 4.0.18
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- management
|
||||
13
stable/xen-orchestra/4.0.18/app-changelog.md
Normal file
13
stable/xen-orchestra/4.0.18/app-changelog.md
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
|
||||
## [xen-orchestra-4.0.18](https://github.com/truecharts/charts/compare/xen-orchestra-4.0.17...xen-orchestra-4.0.18) (2023-05-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/xenorchestra to v5.115.0 ([#9280](https://github.com/truecharts/charts/issues/9280))
|
||||
|
||||
### Feat
|
||||
|
||||
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/xenorchestra
|
||||
tag: v5.113.0@sha256:08979bbe079d3eb67e1c542140740b29da6b2276f485159c4a0ab5383e8311ac
|
||||
tag: v5.115.0@sha256:cf4db88c10d397b21e6592b341c7267bcce4cffcc3f33fc149ced6fd66f2b997
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
@@ -807,63 +807,6 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: tls
|
||||
label: TLS-Settings
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
default: []
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
label: Host
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: hosts
|
||||
label: Certificate Hosts
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: host
|
||||
label: Host
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
|
||||
- variable: certificateIssuer
|
||||
label: Use Cert-Manager clusterIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: scaleCert
|
||||
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: entrypoint
|
||||
label: (Advanced) Traefik Entrypoint
|
||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||
schema:
|
||||
type: string
|
||||
default: websecure
|
||||
required: true
|
||||
- variable: ingressClassName
|
||||
label: (Advanced/Optional) IngressClass Name
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: middlewares
|
||||
label: Traefik Middlewares
|
||||
description: Add previously created Traefik Middlewares to this Ingress
|
||||
@@ -877,6 +820,70 @@ questions:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- 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: entrypoint
|
||||
label: (Advanced) Traefik Entrypoint
|
||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||
schema:
|
||||
type: string
|
||||
default: websecure
|
||||
required: true
|
||||
- variable: ingressClassName
|
||||
label: (Advanced/Optional) IngressClass Name
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: tls
|
||||
label: TLS-Settings
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
label: Host
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: hosts
|
||||
label: Certificate Hosts
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: host
|
||||
label: Host
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
|
||||
- variable: certificateIssuer
|
||||
label: Use Cert-Manager clusterIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: scaleCert
|
||||
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: ingressList
|
||||
label: Add Manual Custom Ingresses
|
||||
group: Ingress
|
||||
0
stable/xen-orchestra/4.0.18/values.yaml
Normal file
0
stable/xen-orchestra/4.0.18/values.yaml
Normal file
Reference in New Issue
Block a user