Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
f557ba50e7
commit
1cd1147ea9
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [libreddit-4.0.19](https://github.com/truecharts/charts/compare/libreddit-4.0.18...libreddit-4.0.19) (2023-05-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))
|
||||
|
||||
|
|
@ -4,6 +4,19 @@
|
|||
|
||||
|
||||
|
||||
## [libreddit-4.0.20](https://github.com/truecharts/charts/compare/libreddit-4.0.19...libreddit-4.0.20) (2023-06-02)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/libreddit to latest ([#9335](https://github.com/truecharts/charts/issues/9335))
|
||||
|
||||
### Feat
|
||||
|
||||
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
||||
|
||||
|
||||
|
||||
|
||||
## [libreddit-4.0.19](https://github.com/truecharts/charts/compare/libreddit-4.0.18...libreddit-4.0.19) (2023-05-27)
|
||||
|
||||
### Chore
|
||||
|
@ -84,16 +97,3 @@
|
|||
|
||||
|
||||
|
||||
|
||||
## [libreddit-4.0.10](https://github.com/truecharts/charts/compare/libreddit-4.0.9...libreddit-4.0.10) (2023-04-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/libreddit to latest ([#8250](https://github.com/truecharts/charts/issues/8250))
|
||||
|
||||
|
||||
|
||||
|
||||
## [libreddit-4.0.9](https://github.com/truecharts/charts/compare/libreddit-4.0.8...libreddit-4.0.9) (2023-04-25)
|
||||
|
||||
### Chore
|
|
@ -20,7 +20,7 @@ name: libreddit
|
|||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/libreddit
|
||||
- https://github.com/spikecodes/libreddit
|
||||
version: 4.0.19
|
||||
version: 4.0.20
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
|
@ -0,0 +1,13 @@
|
|||
|
||||
|
||||
## [libreddit-4.0.20](https://github.com/truecharts/charts/compare/libreddit-4.0.19...libreddit-4.0.20) (2023-06-02)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/libreddit to latest ([#9335](https://github.com/truecharts/charts/issues/9335))
|
||||
|
||||
### Feat
|
||||
|
||||
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/libreddit
|
||||
tag: latest@sha256:b7a5193bcf8464058432d19f1bc5ef15059db52e235623fb3280e3aef5259804
|
||||
tag: latest@sha256:0f3b5832f20a2d0f3838ed2d6020ad615096b9970a7063371818d77190e407e1
|
||||
pullPolicy: IfNotPresent
|
||||
libreddit:
|
||||
theme: system
|
|
@ -774,11 +774,43 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: middlewares
|
||||
label: Traefik Middlewares
|
||||
description: Add previously created Traefik Middlewares to this Ingress
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: name
|
||||
label: Name
|
||||
schema:
|
||||
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
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
default: []
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
|
@ -819,31 +851,6 @@ questions:
|
|||
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
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: name
|
||||
label: Name
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- variable: ingressList
|
||||
label: Add Manual Custom Ingresses
|
||||
group: Ingress
|
Loading…
Reference in New Issue