Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
bb1ee84e37
commit
399cc11032
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [awesome-ttrss-3.0.18](https://github.com/truecharts/charts/compare/awesome-ttrss-3.0.17...awesome-ttrss-3.0.18) (2023-01-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
Binary file not shown.
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [awesome-ttrss-3.0.19](https://github.com/truecharts/charts/compare/awesome-ttrss-3.0.18...awesome-ttrss-3.0.19) (2023-01-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#6689](https://github.com/truecharts/charts/issues/6689))
|
||||
|
||||
|
||||
|
||||
|
||||
## [awesome-ttrss-3.0.18](https://github.com/truecharts/charts/compare/awesome-ttrss-3.0.17...awesome-ttrss-3.0.18) (2023-01-23)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [awesome-ttrss-3.0.9](https://github.com/truecharts/charts/compare/awesome-ttrss-3.0.8...awesome-ttrss-3.0.9) (2022-12-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [awesome-ttrss-3.0.8](https://github.com/truecharts/charts/compare/awesome-ttrss-3.0.6...awesome-ttrss-3.0.8) (2022-11-30)
|
||||
|
||||
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
appVersion: "2022"
|
||||
description: Awesome TTRSS aims to provide a powerful Chartized all-in-one solution for Tiny Tiny RSS
|
||||
name: awesome-ttrss
|
||||
version: 3.0.18
|
||||
version: 3.0.19
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- tt-rss
|
||||
|
@ -19,7 +19,7 @@ dependencies:
|
|||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://charts.truecharts.org/
|
||||
version: 11.0.21
|
||||
version: 11.0.22
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [awesome-ttrss-3.0.19](https://github.com/truecharts/charts/compare/awesome-ttrss-3.0.18...awesome-ttrss-3.0.19) (2023-01-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#6689](https://github.com/truecharts/charts/issues/6689))
|
||||
|
||||
|
Binary file not shown.
|
@ -777,10 +777,17 @@ questions:
|
|||
type: string
|
||||
required: true
|
||||
default: Prefix
|
||||
- variable: clusterIssuer
|
||||
label: clusterIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: tls
|
||||
label: TLS-Settings
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
default: []
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
|
@ -801,12 +808,26 @@ questions:
|
|||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- variable: scaleCert
|
||||
label: Select TrueNAS SCALE Certificate
|
||||
|
||||
- variable: clusterIssuer
|
||||
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: [["clusterIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: entrypoint
|
||||
label: (Advanced) Traefik Entrypoint
|
||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||
|
@ -918,11 +939,18 @@ questions:
|
|||
label: Service Port
|
||||
schema:
|
||||
type: int
|
||||
- variable: clusterIssuer
|
||||
label: clusterIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: tls
|
||||
label: TLS-Settings
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
label: Host
|
||||
|
@ -942,12 +970,25 @@ questions:
|
|||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- variable: scaleCert
|
||||
label: Select TrueNAS SCALE Certificate
|
||||
- variable: clusterIssuer
|
||||
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: [["clusterIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
default: ""
|
||||
- variable: entrypoint
|
||||
label: Traefik Entrypoint
|
||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [briefkasten-0.0.8](https://github.com/truecharts/charts/compare/briefkasten-0.0.7...briefkasten-0.0.8) (2023-01-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
Binary file not shown.
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [briefkasten-0.0.9](https://github.com/truecharts/charts/compare/briefkasten-0.0.8...briefkasten-0.0.9) (2023-01-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#6689](https://github.com/truecharts/charts/issues/6689))
|
||||
|
||||
|
||||
|
||||
|
||||
## [briefkasten-0.0.8](https://github.com/truecharts/charts/compare/briefkasten-0.0.7...briefkasten-0.0.8) (2023-01-23)
|
||||
|
||||
### Chore
|
|
@ -7,7 +7,7 @@ dependencies:
|
|||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://charts.truecharts.org/
|
||||
version: 11.0.21
|
||||
version: 11.0.22
|
||||
deprecated: false
|
||||
description: Self-hosted bookmarking application.
|
||||
home: https://truecharts.org/charts/incubator/briefkasten
|
||||
|
@ -24,7 +24,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/incubator/briefkasten
|
||||
- https://github.com/ndom91/briefkasten
|
||||
type: application
|
||||
version: 0.0.8
|
||||
version: 0.0.9
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- bookmark
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [briefkasten-0.0.9](https://github.com/truecharts/charts/compare/briefkasten-0.0.8...briefkasten-0.0.9) (2023-01-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#6689](https://github.com/truecharts/charts/issues/6689))
|
||||
|
||||
|
Binary file not shown.
|
@ -641,10 +641,17 @@ questions:
|
|||
type: string
|
||||
required: true
|
||||
default: Prefix
|
||||
- variable: clusterIssuer
|
||||
label: clusterIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: tls
|
||||
label: TLS-Settings
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
default: []
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
|
@ -665,12 +672,26 @@ questions:
|
|||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- variable: scaleCert
|
||||
label: Select TrueNAS SCALE Certificate
|
||||
|
||||
- variable: clusterIssuer
|
||||
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: [["clusterIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: entrypoint
|
||||
label: (Advanced) Traefik Entrypoint
|
||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||
|
@ -782,11 +803,18 @@ questions:
|
|||
label: Service Port
|
||||
schema:
|
||||
type: int
|
||||
- variable: clusterIssuer
|
||||
label: clusterIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: tls
|
||||
label: TLS-Settings
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
label: Host
|
||||
|
@ -806,12 +834,25 @@ questions:
|
|||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- variable: scaleCert
|
||||
label: Select TrueNAS SCALE Certificate
|
||||
- variable: clusterIssuer
|
||||
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: [["clusterIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
default: ""
|
||||
- variable: entrypoint
|
||||
label: Traefik Entrypoint
|
||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [coupon-store-3.0.18](https://github.com/truecharts/charts/compare/coupon-store-3.0.17...coupon-store-3.0.18) (2023-01-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
Binary file not shown.
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [coupon-store-3.0.19](https://github.com/truecharts/charts/compare/coupon-store-3.0.18...coupon-store-3.0.19) (2023-01-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#6689](https://github.com/truecharts/charts/issues/6689))
|
||||
|
||||
|
||||
|
||||
|
||||
## [coupon-store-3.0.18](https://github.com/truecharts/charts/compare/coupon-store-3.0.17...coupon-store-3.0.18) (2023-01-23)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [coupon-store-3.0.9](https://github.com/truecharts/charts/compare/coupon-store-3.0.8...coupon-store-3.0.9) (2022-12-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [coupon-store-3.0.8](https://github.com/truecharts/charts/compare/coupon-store-3.0.6...coupon-store-3.0.8) (2022-11-30)
|
||||
|
||||
|
|
@ -7,7 +7,7 @@ dependencies:
|
|||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://charts.truecharts.org/
|
||||
version: 11.0.21
|
||||
version: 11.0.22
|
||||
description: A home for all your coupons and loyalty cards.
|
||||
home: https://truecharts.org/charts/incubator/coupon-store
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/coupon-store.png
|
||||
|
@ -22,7 +22,7 @@ name: coupon-store
|
|||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/coupon-store
|
||||
- https://github.com/linuxserver/docker-airsonic
|
||||
version: 3.0.18
|
||||
version: 3.0.19
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- utilities
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [coupon-store-3.0.19](https://github.com/truecharts/charts/compare/coupon-store-3.0.18...coupon-store-3.0.19) (2023-01-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#6689](https://github.com/truecharts/charts/issues/6689))
|
||||
|
||||
|
Binary file not shown.
|
@ -546,10 +546,17 @@ questions:
|
|||
type: string
|
||||
required: true
|
||||
default: Prefix
|
||||
- variable: clusterIssuer
|
||||
label: clusterIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: tls
|
||||
label: TLS-Settings
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
default: []
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
|
@ -570,12 +577,26 @@ questions:
|
|||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- variable: scaleCert
|
||||
label: Select TrueNAS SCALE Certificate
|
||||
|
||||
- variable: clusterIssuer
|
||||
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: [["clusterIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: entrypoint
|
||||
label: (Advanced) Traefik Entrypoint
|
||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||
|
@ -687,11 +708,18 @@ questions:
|
|||
label: Service Port
|
||||
schema:
|
||||
type: int
|
||||
- variable: clusterIssuer
|
||||
label: clusterIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: tls
|
||||
label: TLS-Settings
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
label: Host
|
||||
|
@ -711,12 +739,25 @@ questions:
|
|||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- variable: scaleCert
|
||||
label: Select TrueNAS SCALE Certificate
|
||||
- variable: clusterIssuer
|
||||
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: [["clusterIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
default: ""
|
||||
- variable: entrypoint
|
||||
label: Traefik Entrypoint
|
||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [docspell-3.0.21](https://github.com/truecharts/charts/compare/docspell-3.0.20...docspell-3.0.21) (2023-01-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [docspell-3.0.22](https://github.com/truecharts/charts/compare/docspell-3.0.21...docspell-3.0.22) (2023-01-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#6689](https://github.com/truecharts/charts/issues/6689))
|
||||
|
||||
|
||||
|
||||
|
||||
## [docspell-3.0.21](https://github.com/truecharts/charts/compare/docspell-3.0.20...docspell-3.0.21) (2023-01-23)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
## [docspell-3.0.12](https://github.com/truecharts/charts/compare/docspell-3.0.11...docspell-3.0.12) (2022-12-11)
|
||||
|
||||
|
||||
|
||||
|
||||
## [docspell-3.0.11](https://github.com/truecharts/charts/compare/docspell-3.0.10...docspell-3.0.11) (2022-12-11)
|
||||
|
||||
### Fix
|
||||
|
||||
- decode keys before reencode ([#5258](https://github.com/truecharts/charts/issues/5258))
|
||||
|
|
@ -7,11 +7,11 @@ dependencies:
|
|||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://charts.truecharts.org/
|
||||
version: 11.0.21
|
||||
version: 11.0.22
|
||||
- condition: solr.enabled
|
||||
name: solr
|
||||
repository: https://charts.truecharts.org/
|
||||
version: 2.0.23
|
||||
version: 2.0.24
|
||||
description: Docspell is a personal document organizer.
|
||||
home: https://truecharts.org/charts/incubator/docspell
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/docspell.png
|
||||
|
@ -28,7 +28,7 @@ sources:
|
|||
- https://github.com/eikek/docspell
|
||||
- https://docspell.org/docs/install/docker/
|
||||
- https://docspell.org/docs/configure/defaults/
|
||||
version: 3.0.21
|
||||
version: 3.0.22
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- productivity
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [docspell-3.0.22](https://github.com/truecharts/charts/compare/docspell-3.0.21...docspell-3.0.22) (2023-01-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#6689](https://github.com/truecharts/charts/issues/6689))
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
|
@ -1240,10 +1240,17 @@ questions:
|
|||
type: string
|
||||
required: true
|
||||
default: Prefix
|
||||
- variable: clusterIssuer
|
||||
label: clusterIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: tls
|
||||
label: TLS-Settings
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
default: []
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
|
@ -1264,12 +1271,26 @@ questions:
|
|||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- variable: scaleCert
|
||||
label: Select TrueNAS SCALE Certificate
|
||||
|
||||
- variable: clusterIssuer
|
||||
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: [["clusterIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: entrypoint
|
||||
label: (Advanced) Traefik Entrypoint
|
||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||
|
@ -1381,11 +1402,18 @@ questions:
|
|||
label: Service Port
|
||||
schema:
|
||||
type: int
|
||||
- variable: clusterIssuer
|
||||
label: clusterIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: tls
|
||||
label: TLS-Settings
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
label: Host
|
||||
|
@ -1405,12 +1433,25 @@ questions:
|
|||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- variable: scaleCert
|
||||
label: Select TrueNAS SCALE Certificate
|
||||
- variable: clusterIssuer
|
||||
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: [["clusterIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
default: ""
|
||||
- variable: entrypoint
|
||||
label: Traefik Entrypoint
|
||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [etesync-3.0.20](https://github.com/truecharts/charts/compare/etesync-3.0.19...etesync-3.0.20) (2023-01-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
Binary file not shown.
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [etesync-3.0.21](https://github.com/truecharts/charts/compare/etesync-3.0.20...etesync-3.0.21) (2023-01-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#6689](https://github.com/truecharts/charts/issues/6689))
|
||||
|
||||
|
||||
|
||||
|
||||
## [etesync-3.0.20](https://github.com/truecharts/charts/compare/etesync-3.0.19...etesync-3.0.20) (2023-01-23)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
## [etesync-3.0.11](https://github.com/truecharts/charts/compare/etesync-3.0.10...etesync-3.0.11) (2022-12-14)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/etesync to v0.11.0
|
||||
|
||||
|
||||
|
||||
|
||||
## [etesync-3.0.10](https://github.com/truecharts/charts/compare/etesync-3.0.9...etesync-3.0.10) (2022-12-13)
|
||||
|
|
@ -7,7 +7,7 @@ dependencies:
|
|||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://charts.truecharts.org/
|
||||
version: 11.0.21
|
||||
version: 11.0.22
|
||||
- condition: redis.enabled
|
||||
name: redis
|
||||
repository: https://charts.truecharts.org
|
||||
|
@ -36,7 +36,7 @@ sources:
|
|||
- https://github.com/victor-rds/docker-etebase
|
||||
- https://hub.docker.com/r/victorrds/etesync
|
||||
type: application
|
||||
version: 3.0.20
|
||||
version: 3.0.21
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- productivity
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [etesync-3.0.21](https://github.com/truecharts/charts/compare/etesync-3.0.20...etesync-3.0.21) (2023-01-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#6689](https://github.com/truecharts/charts/issues/6689))
|
||||
|
||||
|
Binary file not shown.
|
@ -696,10 +696,17 @@ questions:
|
|||
type: string
|
||||
required: true
|
||||
default: Prefix
|
||||
- variable: clusterIssuer
|
||||
label: clusterIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: tls
|
||||
label: TLS-Settings
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
default: []
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
|
@ -720,12 +727,26 @@ questions:
|
|||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- variable: scaleCert
|
||||
label: Select TrueNAS SCALE Certificate
|
||||
|
||||
- variable: clusterIssuer
|
||||
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: [["clusterIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: entrypoint
|
||||
label: (Advanced) Traefik Entrypoint
|
||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||
|
@ -837,11 +858,18 @@ questions:
|
|||
label: Service Port
|
||||
schema:
|
||||
type: int
|
||||
- variable: clusterIssuer
|
||||
label: clusterIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: tls
|
||||
label: TLS-Settings
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
label: Host
|
||||
|
@ -861,12 +889,25 @@ questions:
|
|||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- variable: scaleCert
|
||||
label: Select TrueNAS SCALE Certificate
|
||||
- variable: clusterIssuer
|
||||
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: [["clusterIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
default: ""
|
||||
- variable: entrypoint
|
||||
label: Traefik Entrypoint
|
||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [ghost-6.0.40](https://github.com/truecharts/charts/compare/ghost-6.0.39...ghost-6.0.40) (2023-01-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
Binary file not shown.
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [ghost-6.0.41](https://github.com/truecharts/charts/compare/ghost-6.0.40...ghost-6.0.41) (2023-01-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#6689](https://github.com/truecharts/charts/issues/6689))
|
||||
|
||||
|
||||
|
||||
|
||||
## [ghost-6.0.40](https://github.com/truecharts/charts/compare/ghost-6.0.39...ghost-6.0.40) (2023-01-23)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [ghost-6.0.31](https://github.com/truecharts/charts/compare/ghost-6.0.30...ghost-6.0.31) (2022-12-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))
|
||||
|
||||
|
||||
|
||||
|
||||
## [ghost-6.0.30](https://github.com/truecharts/charts/compare/ghost-6.0.29...ghost-6.0.30) (2022-12-26)
|
||||
|
||||
### Chore
|
|
@ -7,7 +7,7 @@ dependencies:
|
|||
- condition: mariadb.enabled
|
||||
name: mariadb
|
||||
repository: https://charts.truecharts.org/
|
||||
version: 5.0.24
|
||||
version: 5.0.25
|
||||
description: Ghost is an open source, professional publishing platform built on a modern Node.js technology stack designed for teams who need power, flexibility and performance.
|
||||
home: https://truecharts.org/charts/incubator/ghost
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/ghost.png
|
||||
|
@ -26,7 +26,7 @@ sources:
|
|||
- https://github.com/TryGhost/Ghost
|
||||
- https://hub.docker.com/_/ghost
|
||||
- https://ghost.org/docs/
|
||||
version: 6.0.40
|
||||
version: 6.0.41
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- productivity
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [ghost-6.0.41](https://github.com/truecharts/charts/compare/ghost-6.0.40...ghost-6.0.41) (2023-01-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#6689](https://github.com/truecharts/charts/issues/6689))
|
||||
|
||||
|
Binary file not shown.
|
@ -839,10 +839,17 @@ questions:
|
|||
type: string
|
||||
required: true
|
||||
default: Prefix
|
||||
- variable: clusterIssuer
|
||||
label: clusterIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: tls
|
||||
label: TLS-Settings
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
default: []
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
|
@ -863,12 +870,26 @@ questions:
|
|||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- variable: scaleCert
|
||||
label: Select TrueNAS SCALE Certificate
|
||||
|
||||
- variable: clusterIssuer
|
||||
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: [["clusterIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: entrypoint
|
||||
label: (Advanced) Traefik Entrypoint
|
||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||
|
@ -980,11 +1001,18 @@ questions:
|
|||
label: Service Port
|
||||
schema:
|
||||
type: int
|
||||
- variable: clusterIssuer
|
||||
label: clusterIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: tls
|
||||
label: TLS-Settings
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
label: Host
|
||||
|
@ -1004,12 +1032,25 @@ questions:
|
|||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- variable: scaleCert
|
||||
label: Select TrueNAS SCALE Certificate
|
||||
- variable: clusterIssuer
|
||||
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: [["clusterIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
default: ""
|
||||
- variable: entrypoint
|
||||
label: Traefik Entrypoint
|
||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [lenpaste-3.0.18](https://github.com/truecharts/charts/compare/lenpaste-3.0.17...lenpaste-3.0.18) (2023-01-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
Binary file not shown.
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [lenpaste-3.0.19](https://github.com/truecharts/charts/compare/lenpaste-3.0.18...lenpaste-3.0.19) (2023-01-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#6689](https://github.com/truecharts/charts/issues/6689))
|
||||
|
||||
|
||||
|
||||
|
||||
## [lenpaste-3.0.18](https://github.com/truecharts/charts/compare/lenpaste-3.0.17...lenpaste-3.0.18) (2023-01-23)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [lenpaste-3.0.9](https://github.com/truecharts/charts/compare/lenpaste-3.0.8...lenpaste-3.0.9) (2022-12-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [lenpaste-3.0.8](https://github.com/truecharts/charts/compare/lenpaste-3.0.6...lenpaste-3.0.8) (2022-11-30)
|
||||
|
||||
|
|
@ -7,7 +7,7 @@ dependencies:
|
|||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://charts.truecharts.org/
|
||||
version: 11.0.21
|
||||
version: 11.0.22
|
||||
description: Lenpaste is a web service that allows you to share notes anonymously
|
||||
home: https://truecharts.org/charts/incubator/lenpaste
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/lenpaste.png
|
||||
|
@ -22,7 +22,7 @@ name: lenpaste
|
|||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/lenpaste
|
||||
- https://git.lcomrade.su/root/lenpaste
|
||||
version: 3.0.18
|
||||
version: 3.0.19
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- productivity
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [lenpaste-3.0.19](https://github.com/truecharts/charts/compare/lenpaste-3.0.18...lenpaste-3.0.19) (2023-01-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#6689](https://github.com/truecharts/charts/issues/6689))
|
||||
|
||||
|
Binary file not shown.
|
@ -673,10 +673,17 @@ questions:
|
|||
type: string
|
||||
required: true
|
||||
default: Prefix
|
||||
- variable: clusterIssuer
|
||||
label: clusterIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: tls
|
||||
label: TLS-Settings
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
default: []
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
|
@ -697,12 +704,26 @@ questions:
|
|||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- variable: scaleCert
|
||||
label: Select TrueNAS SCALE Certificate
|
||||
|
||||
- variable: clusterIssuer
|
||||
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: [["clusterIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: entrypoint
|
||||
label: (Advanced) Traefik Entrypoint
|
||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||
|
@ -814,11 +835,18 @@ questions:
|
|||
label: Service Port
|
||||
schema:
|
||||
type: int
|
||||
- variable: clusterIssuer
|
||||
label: clusterIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: tls
|
||||
label: TLS-Settings
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
label: Host
|
||||
|
@ -838,12 +866,25 @@ questions:
|
|||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- variable: scaleCert
|
||||
label: Select TrueNAS SCALE Certificate
|
||||
- variable: clusterIssuer
|
||||
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: [["clusterIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
default: ""
|
||||
- variable: entrypoint
|
||||
label: Traefik Entrypoint
|
||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue