Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-06-04 09:12:36 +00:00
parent eb05885c50
commit e10e2918fd
110 changed files with 2606 additions and 358 deletions

View File

@ -1,9 +0,0 @@
## [boinc-5.0.19](https://github.com/truecharts/charts/compare/boinc-5.0.18...boinc-5.0.19) (2023-05-27)
### Chore
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))

View File

@ -4,6 +4,19 @@
## [boinc-5.0.20](https://github.com/truecharts/charts/compare/boinc-5.0.19...boinc-5.0.20) (2023-06-04)
### Chore
- update container image tccr.io/truecharts/boinc to latest ([#9359](https://github.com/truecharts/charts/issues/9359))
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
## [boinc-5.0.19](https://github.com/truecharts/charts/compare/boinc-5.0.18...boinc-5.0.19) (2023-05-27)
### Chore
@ -84,16 +97,3 @@
## [boinc-5.0.11](https://github.com/truecharts/charts/compare/boinc-5.0.10...boinc-5.0.11) (2023-05-15)
### Chore
- update container image tccr.io/truecharts/boinc to latest ([#8936](https://github.com/truecharts/charts/issues/8936))
## [boinc-5.0.10](https://github.com/truecharts/charts/compare/boinc-5.0.9...boinc-5.0.10) (2023-05-05)
### Chore

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: boinc
version: 5.0.19
version: 5.0.20
appVersion: "latest"
description: BOINC is a platform for high-throughput computing on a large scale (thousands or millions of computers).
type: application

View File

@ -0,0 +1,13 @@
## [boinc-5.0.20](https://github.com/truecharts/charts/compare/boinc-5.0.19...boinc-5.0.20) (2023-06-04)
### Chore
- update container image tccr.io/truecharts/boinc to latest ([#9359](https://github.com/truecharts/charts/issues/9359))
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/boinc
pullPolicy: IfNotPresent
tag: latest@sha256:04894f7b1483bfeea2ac55dd31708e920fcf29304ae2f3e4dc715a8ec80cb56e
tag: latest@sha256:184b0c9a61c3a2512ed2e0345b1c1864c054d0d6ba5c314d0b8ea7fd82f61119
securityContext:
container:

View File

@ -747,63 +747,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
@ -817,6 +760,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

View File

@ -1,13 +0,0 @@
## [budge-5.0.20](https://github.com/truecharts/charts/compare/budge-5.0.19...budge-5.0.20) (2023-05-28)
### Chore
- update container image tccr.io/truecharts/budge to v0.0.9 ([#9204](https://github.com/truecharts/charts/issues/9204))
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))

View File

@ -4,6 +4,15 @@
## [budge-5.0.21](https://github.com/truecharts/charts/compare/budge-5.0.20...budge-5.0.21) (2023-06-04)
### Chore
- update container image tccr.io/truecharts/budge to v0.0.9 ([#9361](https://github.com/truecharts/charts/issues/9361))
## [budge-5.0.20](https://github.com/truecharts/charts/compare/budge-5.0.19...budge-5.0.20) (2023-05-28)
### Chore
@ -88,12 +97,3 @@
## [budge-5.0.11](https://github.com/truecharts/charts/compare/budge-5.0.10...budge-5.0.11) (2023-05-05)
### Chore
- update helm general non-major ([#8782](https://github.com/truecharts/charts/issues/8782))

View File

@ -20,7 +20,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/budge
- https://github.com/linuxserver/budge
- https://github.com/linuxserver/docker-BudgE
version: 5.0.20
version: 5.0.21
annotations:
truecharts.org/catagories: |
- media

View File

@ -0,0 +1,9 @@
## [budge-5.0.21](https://github.com/truecharts/charts/compare/budge-5.0.20...budge-5.0.21) (2023-06-04)
### Chore
- update container image tccr.io/truecharts/budge to v0.0.9 ([#9361](https://github.com/truecharts/charts/issues/9361))

View File

@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/budge
tag: v0.0.9@sha256:26da88965bc10b66bd6fbcea2b8af95b761b96730249816e0b8d6f9f03ad9cbb
tag: v0.0.9@sha256:52d6a93c8586f892a6931d6157f7a2a0e3b6787c6b50f6fe06bc10b69791d5ea
pullPolicy: IfNotPresent
securityContext:

View File

@ -1,9 +0,0 @@
## [docker-compose-6.0.14](https://github.com/truecharts/charts/compare/docker-compose-6.0.13...docker-compose-6.0.14) (2023-05-27)
### Chore
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))

View File

@ -4,6 +4,15 @@
## [docker-compose-6.0.15](https://github.com/truecharts/charts/compare/docker-compose-6.0.14...docker-compose-6.0.15) (2023-06-04)
### Chore
- update container image tccr.io/truecharts/docker-in-docker to v23.0.6 ([#9363](https://github.com/truecharts/charts/issues/9363))
## [docker-compose-6.0.14](https://github.com/truecharts/charts/compare/docker-compose-6.0.13...docker-compose-6.0.14) (2023-05-27)
### Chore
@ -88,12 +97,3 @@
## [docker-compose-6.0.5](https://github.com/truecharts/charts/compare/docker-compose-6.0.4...docker-compose-6.0.5) (2023-05-16)
### Chore
- update container image tccr.io/truecharts/docker-in-docker to v23.0.6 ([#8976](https://github.com/truecharts/charts/issues/8976))
## [docker-compose-6.0.4](https://github.com/truecharts/charts/compare/docker-compose-6.0.3...docker-compose-6.0.4) (2023-05-05)
### Chore

View File

@ -20,7 +20,7 @@ name: docker-compose
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/docker-compose
type: application
version: 6.0.14
version: 6.0.15
annotations:
truecharts.org/catagories: |
- docker

View File

@ -0,0 +1,9 @@
## [docker-compose-6.0.15](https://github.com/truecharts/charts/compare/docker-compose-6.0.14...docker-compose-6.0.15) (2023-06-04)
### Chore
- update container image tccr.io/truecharts/docker-in-docker to v23.0.6 ([#9363](https://github.com/truecharts/charts/issues/9363))

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/docker-in-docker
pullPolicy: IfNotPresent
tag: v23.0.6@sha256:f0392a7e7a7b9f977733bea6904754332e8e8279bad0be3437b6ae845cbf1a40
tag: v23.0.6@sha256:1d9eadbceeaa2b537f132487b890f5926d47bda29bdc4dfcf915444777592c4c
hostNetwork: true
securityContext:

View File

@ -1,13 +0,0 @@
## [jupyter-4.0.26](https://github.com/truecharts/charts/compare/jupyter-4.0.25...jupyter-4.0.26) (2023-05-29)
### Chore
- update jupyter ([#9269](https://github.com/truecharts/charts/issues/9269))
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))

View File

@ -4,6 +4,15 @@
## [jupyter-4.0.27](https://github.com/truecharts/charts/compare/jupyter-4.0.26...jupyter-4.0.27) (2023-06-04)
### Chore
- update jupyter ([#9391](https://github.com/truecharts/charts/issues/9391))
## [jupyter-4.0.26](https://github.com/truecharts/charts/compare/jupyter-4.0.25...jupyter-4.0.26) (2023-05-29)
### Chore
@ -88,12 +97,3 @@
## [jupyter-4.0.17](https://github.com/truecharts/charts/compare/jupyter-4.0.16...jupyter-4.0.17) (2023-05-12)
### Chore
- update container image tccr.io/truecharts/jupyter-r to v2023-05 ([#8914](https://github.com/truecharts/charts/issues/8914))

View File

@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/jupyter
- https://github.com/jupyter/docker-stacks
type: application
version: 4.0.26
version: 4.0.27
annotations:
truecharts.org/catagories: |
- Cloud

View File

@ -0,0 +1,9 @@
## [jupyter-4.0.27](https://github.com/truecharts/charts/compare/jupyter-4.0.26...jupyter-4.0.27) (2023-06-04)
### Chore
- update jupyter ([#9391](https://github.com/truecharts/charts/issues/9391))

View File

@ -1,35 +1,35 @@
image:
repository: tccr.io/truecharts/jupyter-base
pullPolicy: IfNotPresent
tag: v2023-05@sha256:067a19f3e5e3977d59228672096e1d49235db0b0b12634f8385635d02ca37f38
tag: v2023-05@sha256:c525c6af572a075ad7d07ec482f35f6f3d422efb40b287315d64e51a09c7117a
minimalImage:
repository: tccr.io/truecharts/jupyter-minimal
pullPolicy: IfNotPresent
tag: v2023-05@sha256:340ed197359e2809680d9937807f648093188e4543d65dd4959f1b1106bde0e0
tag: v2023-05@sha256:17fb433dea9bbfd1c642fc71b151a9569412309d91731ae1ac297712cabba63d
rImage:
repository: tccr.io/truecharts/jupyter-r
pullPolicy: IfNotPresent
tag: v2023-05@sha256:3b94a3b17e2ed4cbfddb1737348a2145f53a29b80a6a7f6feb8d71394f59773e
tag: v2023-05@sha256:80de5ec841527e6249298f6d3b10829ff4ac8bea86c9de1749a51f4448feb84a
scipyImage:
repository: tccr.io/truecharts/jupyter-scipy
pullPolicy: IfNotPresent
tag: v2023-05@sha256:077d0cb41ae3c966b568ab3798393df950db81fbd7354ffdf1dcee4288f15a7e
tag: v2023-05@sha256:85090bf43b79e91023e0455d807a5c2b4e984f43c07b97e1014899b511db21a7
tensorflowImage:
repository: tccr.io/truecharts/jupyter-tensorflow
pullPolicy: IfNotPresent
tag: v2023-05@sha256:0131bbce31b63e87d65090334869dfc690657d71fd982b9599d4321cf4dede46
tag: v2023-05@sha256:d6a92de6caf89135793193267b358951e5837580677fb6c35469f5db2cb08cd3
datascienceImage:
repository: tccr.io/truecharts/jupyter-datascience
pullPolicy: IfNotPresent
tag: v2023-05@sha256:ff598e73eaeed23cccf91a86daa0a91192fd7b361dcb0189b73555f9c9273141
tag: v2023-05@sha256:21eadc0a62c4c888ce9f18cfb45c6b78f8d74800e77fd5e69f855150e0018e0f
pysparkImage:
repository: tccr.io/truecharts/jupyter-pyspark
pullPolicy: IfNotPresent
tag: v2023-05@sha256:a4e53e58abcc7209fef8939914a22dcf2c8f0d3a953beacc898f22f8ca170f87
tag: v2023-05@sha256:d949d566d51a6f1e7db380deea8ddb642b3ff7e930ffbd32dce3e2fb70915240
allsparkImage:
repository: tccr.io/truecharts/jupyter-all-spark
pullPolicy: IfNotPresent
tag: v2023-05@sha256:afb8c33435867424c66c6a7e7c28e4a6a8c134c92e42bfa227ab0d4956cda7c0
tag: v2023-05@sha256:19d67f286692966e1871aa70aa544d53bc84ca18b70f7a05b33d399ee25f6ff6
jupyter:
jupyter_cmd: lab
restartable: true

View File

@ -1,9 +0,0 @@
## [littlelink-9.0.26](https://github.com/truecharts/charts/compare/littlelink-9.0.25...littlelink-9.0.26) (2023-05-27)
### Chore
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))

View File

@ -4,6 +4,19 @@
## [littlelink-9.0.27](https://github.com/truecharts/charts/compare/littlelink-9.0.26...littlelink-9.0.27) (2023-06-04)
### Chore
- update container image tccr.io/truecharts/littlelink-server to latest ([#9372](https://github.com/truecharts/charts/issues/9372))
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
## [littlelink-9.0.26](https://github.com/truecharts/charts/compare/littlelink-9.0.25...littlelink-9.0.26) (2023-05-27)
### Chore
@ -84,16 +97,3 @@
## [littlelink-9.0.23](https://github.com/truecharts/charts/compare/littlelink-9.0.22...littlelink-9.0.23) (2023-05-25)
### Chore
- update container image tccr.io/truecharts/littlelink-server to latest ([#9147](https://github.com/truecharts/charts/issues/9147))
## [littlelink-9.0.23](https://github.com/truecharts/charts/compare/littlelink-9.0.22...littlelink-9.0.23) (2023-05-25)
### Chore

View File

@ -21,7 +21,7 @@ sources:
- https://github.com/techno-tim/littlelink-server
- https://github.com/sethcottle/littlelink
type: application
version: 9.0.26
version: 9.0.27
annotations:
truecharts.org/catagories: |
- social

View File

@ -0,0 +1,13 @@
## [littlelink-9.0.27](https://github.com/truecharts/charts/compare/littlelink-9.0.26...littlelink-9.0.27) (2023-06-04)
### Chore
- update container image tccr.io/truecharts/littlelink-server to latest ([#9372](https://github.com/truecharts/charts/issues/9372))
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/littlelink-server
pullPolicy: IfNotPresent
tag: latest@sha256:9441c6b1ad205894bb910e0e0e50edf6deb22b1fe24a47c655750cd82f387c0c
tag: latest@sha256:dbc559568d2382d452743065aa69ee8da119def8c9436a1a7736d94c7bfcc92a
service:
main:
ports:

View File

@ -983,63 +983,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
@ -1053,6 +996,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

View File

@ -1,9 +0,0 @@
## [quassel-core-7.0.20](https://github.com/truecharts/charts/compare/quassel-core-7.0.19...quassel-core-7.0.20) (2023-05-27)
### Chore
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))

View File

@ -4,6 +4,19 @@
## [quassel-core-7.0.21](https://github.com/truecharts/charts/compare/quassel-core-7.0.20...quassel-core-7.0.21) (2023-06-04)
### Chore
- update container image tccr.io/truecharts/quassel-core to v0.14.0 ([#9382](https://github.com/truecharts/charts/issues/9382))
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
## [quassel-core-7.0.20](https://github.com/truecharts/charts/compare/quassel-core-7.0.19...quassel-core-7.0.20) (2023-05-27)
### Chore
@ -84,16 +97,3 @@
## [quassel-core-7.0.11](https://github.com/truecharts/charts/compare/quassel-core-7.0.10...quassel-core-7.0.11) (2023-05-05)
### Chore
- update helm general non-major ([#8782](https://github.com/truecharts/charts/issues/8782))
## [quassel-core-7.0.10](https://github.com/truecharts/charts/compare/quassel-core-7.0.9...quassel-core-7.0.10) (2023-05-03)
### Chore

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: quassel-core
version: 7.0.20
version: 7.0.21
appVersion: "0.14.0"
description: Quassel-core is a modern, cross-platform, distributed IRC client.
type: application

View File

@ -0,0 +1,13 @@
## [quassel-core-7.0.21](https://github.com/truecharts/charts/compare/quassel-core-7.0.20...quassel-core-7.0.21) (2023-06-04)
### Chore
- update container image tccr.io/truecharts/quassel-core to v0.14.0 ([#9382](https://github.com/truecharts/charts/issues/9382))
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/quassel-core
pullPolicy: IfNotPresent
tag: v0.14.0@sha256:126d681f6c67255887e1e82c5f3c1212cb8244b05bdcbe9bb5cebbdbaafee3fe
tag: v0.14.0@sha256:92c7af36e7af7025dabfab9bc713f30652d06df44add32d86ce4d273acd5d961
service:
main:
ports:

View File

@ -702,63 +702,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
@ -772,6 +715,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

View File

@ -1,9 +0,0 @@
## [rsshub-7.0.36](https://github.com/truecharts/charts/compare/rsshub-7.0.35...rsshub-7.0.36) (2023-05-31)
### Chore
- update helm general non-major ([#9290](https://github.com/truecharts/charts/issues/9290))

View File

@ -4,6 +4,15 @@
## [rsshub-7.0.37](https://github.com/truecharts/charts/compare/rsshub-7.0.36...rsshub-7.0.37) (2023-06-04)
### Chore
- update container image tccr.io/truecharts/rsshub to latest ([#9383](https://github.com/truecharts/charts/issues/9383))
## [rsshub-7.0.36](https://github.com/truecharts/charts/compare/rsshub-7.0.35...rsshub-7.0.36) (2023-05-31)
### 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))

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: rsshub
version: 7.0.36
version: 7.0.37
appVersion: "latest"
description: RSSHub can generate RSS feeds from pretty much everything
type: application

View File

@ -0,0 +1,9 @@
## [rsshub-7.0.37](https://github.com/truecharts/charts/compare/rsshub-7.0.36...rsshub-7.0.37) (2023-06-04)
### Chore
- update container image tccr.io/truecharts/rsshub to latest ([#9383](https://github.com/truecharts/charts/issues/9383))

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/rsshub
pullPolicy: IfNotPresent
tag: latest@sha256:8012b8de84e294a5008b560421911b40dbb910650fc37245ba53ad925bb497dd
tag: latest@sha256:24c1b3addfdb4d806ea8158abe4db3fe93bccc5f0d8bbf8a0d7a837950018b87
browserlessImage:
repository: tccr.io/truecharts/browserless-chrome
tag: v1.59.0-chrome@sha256:99c16b500ad4e40914acd9a0993f74b61c13299f24295dc758959bf68c839e58

View File

@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [tvheadend-15.0.26](https://github.com/truecharts/charts/compare/tvheadend-15.0.25...tvheadend-15.0.26) (2023-06-04)
### Chore
- update container image tccr.io/truecharts/tvheadend to latest ([#9387](https://github.com/truecharts/charts/issues/9387))
## [tvheadend-15.0.25](https://github.com/truecharts/charts/compare/tvheadend-15.0.24...tvheadend-15.0.25) (2023-05-28)
### Chore
- update container image tccr.io/truecharts/tvheadend to latest ([#9214](https://github.com/truecharts/charts/issues/9214))
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
## [tvheadend-15.0.24](https://github.com/truecharts/charts/compare/tvheadend-15.0.23...tvheadend-15.0.24) (2023-05-27)
### Chore
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))
## [tvheadend-15.0.23](https://github.com/truecharts/charts/compare/tvheadend-15.0.22...tvheadend-15.0.23) (2023-05-26)
### Chore
- update helm general non-major ([#9156](https://github.com/truecharts/charts/issues/9156))
## [tvheadend-15.0.22](https://github.com/truecharts/charts/compare/tvheadend-15.0.21...tvheadend-15.0.22) (2023-05-24)
### Chore
- update helm general non-major ([#9125](https://github.com/truecharts/charts/issues/9125))
## [tvheadend-15.0.21](https://github.com/truecharts/charts/compare/tvheadend-15.0.20...tvheadend-15.0.21) (2023-05-23)
### Chore
- update container image tccr.io/truecharts/tvheadend to latest ([#9109](https://github.com/truecharts/charts/issues/9109))
## [tvheadend-15.0.20](https://github.com/truecharts/charts/compare/tvheadend-15.0.19...tvheadend-15.0.20) (2023-05-22)
### Chore
- update helm general non-major ([#9089](https://github.com/truecharts/charts/issues/9089))
## [tvheadend-15.0.19](https://github.com/truecharts/charts/compare/tvheadend-15.0.18...tvheadend-15.0.19) (2023-05-22)
### Chore
- update container image tccr.io/truecharts/tvheadend to latest ([#9084](https://github.com/truecharts/charts/issues/9084))
## [tvheadend-15.0.18](https://github.com/truecharts/charts/compare/tvheadend-15.0.17...tvheadend-15.0.18) (2023-05-22)
### Feat
- Add Global Pod Options ([#9007](https://github.com/truecharts/charts/issues/9007))
## [tvheadend-15.0.17](https://github.com/truecharts/charts/compare/tvheadend-15.0.16...tvheadend-15.0.17) (2023-05-16)
### Chore
- update helm general non-major ([#8979](https://github.com/truecharts/charts/issues/8979))

View File

@ -0,0 +1,30 @@
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.10.4
deprecated: false
description: TVheadend - a TV streaming server and digital video recorder
home: https://truecharts.org/charts/stable/tvheadend
icon: https://truecharts.org/img/hotlink-ok/chart-icons/tvheadend.png
keywords:
- tvheadend
- tv
- streaming
- dvb
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: tvheadend
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/tvheadend
- https://github.com/tvheadend/tvheadend
type: application
version: 15.0.26
annotations:
truecharts.org/catagories: |
- media
truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1,9 @@
## [tvheadend-15.0.26](https://github.com/truecharts/charts/compare/tvheadend-15.0.25...tvheadend-15.0.26) (2023-06-04)
### Chore
- update container image tccr.io/truecharts/tvheadend to latest ([#9387](https://github.com/truecharts/charts/issues/9387))

View File

@ -0,0 +1,8 @@
TVheadend - a TV streaming server and digital video recorder
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/tvheadend](https://truecharts.org/charts/stable/tvheadend)
---
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!

View File

@ -0,0 +1,49 @@
image:
repository: tccr.io/truecharts/tvheadend
pullPolicy: IfNotPresent
tag: latest@sha256:d79ec5c2ffd2202c4e877571ce0232d8b9521f5fb7710ced8f708e9fd4257199
service:
main:
ports:
main:
port: 9981
targetPort: 9981
htsp:
enabled: true
ports:
htsp:
enabled: true
port: 9982
targetPort: 9982
persistence:
config:
enabled: true
mountPath: "/config"
varrun:
enabled: true
portal:
open:
enabled: true
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: tcp
port: "{{ .Values.service.main.ports.main.port }}"
readiness:
type: tcp
port: "{{ .Values.service.main.ports.main.port }}"
startup:
type: tcp
port: "{{ .Values.service.main.ports.main.port }}"
env:
RUN_OPTS: ""

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@ -0,0 +1 @@
{{ include "tc.v1.common.loader.all" . }}

View File

@ -1,9 +0,0 @@
## [wordpress-2.0.8](https://github.com/truecharts/charts/compare/wordpress-2.0.7...wordpress-2.0.8) (2023-05-29)
### Chore
- update container image tccr.io/truecharts/wordpress to v6.2.2 ([#9286](https://github.com/truecharts/charts/issues/9286))

View File

@ -4,6 +4,15 @@
## [wordpress-2.0.9](https://github.com/truecharts/charts/compare/wordpress-2.0.8...wordpress-2.0.9) (2023-06-04)
### Chore
- update container image tccr.io/truecharts/wordpress to v6.2.2 ([#9389](https://github.com/truecharts/charts/issues/9389))
## [wordpress-2.0.8](https://github.com/truecharts/charts/compare/wordpress-2.0.7...wordpress-2.0.8) (2023-05-29)
### Chore
@ -88,12 +97,3 @@
## [wordpress-1.1.19](https://github.com/truecharts/charts/compare/wordpress-1.1.18...wordpress-1.1.19) (2023-05-03)
### Chore
- update container image tccr.io/truecharts/wordpress to v6.2.0 ([#8275](https://github.com/truecharts/charts/issues/8275))

View File

@ -23,7 +23,7 @@ name: wordpress
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/wordpress
- https://www.wordpress.org
version: 2.0.8
version: 2.0.9
annotations:
truecharts.org/catagories: |
- website

Some files were not shown because too many files have changed in this diff Show More