Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
d3b1e879ed
commit
5e73324578
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [trilium-notes-9.0.8](https://github.com/truecharts/charts/compare/trilium-notes-9.0.7...trilium-notes-9.0.8) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [trilium-notes-9.0.9](https://github.com/truecharts/charts/compare/trilium-notes-9.0.8...trilium-notes-9.0.9) (2023-11-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/trilium-notes to v0.61.13 ([#14377](https://github.com/truecharts/charts/issues/14377))
|
||||
|
||||
|
||||
|
||||
|
||||
## [trilium-notes-9.0.8](https://github.com/truecharts/charts/compare/trilium-notes-9.0.7...trilium-notes-9.0.8) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069))
|
||||
|
||||
|
||||
|
||||
|
||||
## [trilium-notes-8.0.24](https://github.com/truecharts/charts/compare/trilium-notes-8.0.23...trilium-notes-8.0.24) (2023-06-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/trilium-notes to v0.60.4 ([#9951](https://github.com/truecharts/charts/issues/9951))
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "0.61.12"
|
||||
appVersion: "0.61.13"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -23,7 +23,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/trilium-notes
|
||||
- https://github.com/zadam/trilium
|
||||
type: application
|
||||
version: 9.0.8
|
||||
version: 9.0.9
|
||||
annotations:
|
||||
truecharts.org/category: media
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [trilium-notes-9.0.9](https://github.com/truecharts/charts/compare/trilium-notes-9.0.8...trilium-notes-9.0.9) (2023-11-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/trilium-notes to v0.61.13 ([#14377](https://github.com/truecharts/charts/issues/14377))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/trilium-notes
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.61.12@sha256:bf5066824a09aa0d26b48bc7035a81c9373a8afbdf7f9b6e4574f6a301b2794a
|
||||
tag: v0.61.13@sha256:04f92c2f1a7c716376b409a9aab983e777d53d8fd65726d8a2bf11cd44214f3a
|
||||
service:
|
||||
main:
|
||||
ports:
|
|
@ -996,7 +996,7 @@ questions:
|
|||
schema:
|
||||
type: list
|
||||
default: []
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
label: Host
|
||||
|
@ -1025,7 +1025,7 @@ questions:
|
|||
- variable: scaleCert
|
||||
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||
schema:
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
|
@ -1034,13 +1034,13 @@ questions:
|
|||
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
default: ""
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
default: ""
|
||||
- variable: entrypoint
|
||||
label: Traefik Entrypoint
|
Loading…
Reference in New Issue