Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-11-04 02:46:48 +00:00
parent 008c5c4d6f
commit c8f9c6dc54
12 changed files with 29 additions and 29 deletions

View File

@ -1,9 +0,0 @@
## [trilium-notes-9.0.6](https://github.com/truecharts/charts/compare/trilium-notes-9.0.5...trilium-notes-9.0.6) (2023-11-03)
### Chore
- update container image tccr.io/truecharts/trilium-notes to v0.61.11 ([#14301](https://github.com/truecharts/charts/issues/14301))

View File

@ -4,6 +4,15 @@
## [trilium-notes-9.0.7](https://github.com/truecharts/charts/compare/trilium-notes-9.0.6...trilium-notes-9.0.7) (2023-11-04)
### Chore
- update container image tccr.io/truecharts/trilium-notes to v0.61.12 ([#14321](https://github.com/truecharts/charts/issues/14321))
## [trilium-notes-9.0.6](https://github.com/truecharts/charts/compare/trilium-notes-9.0.5...trilium-notes-9.0.6) (2023-11-03)
### Chore
@ -88,12 +97,3 @@
- update helm chart common to 12.14.2 ([#9599](https://github.com/truecharts/charts/issues/9599))
## [trilium-notes-8.0.22](https://github.com/truecharts/charts/compare/trilium-notes-8.0.21...trilium-notes-8.0.22) (2023-06-11)
### Chore
- update helm general non-major ([#9558](https://github.com/truecharts/charts/issues/9558))

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.61.11"
appVersion: "0.61.12"
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.6
version: 9.0.7
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1,9 @@
## [trilium-notes-9.0.7](https://github.com/truecharts/charts/compare/trilium-notes-9.0.6...trilium-notes-9.0.7) (2023-11-04)
### Chore
- update container image tccr.io/truecharts/trilium-notes to v0.61.12 ([#14321](https://github.com/truecharts/charts/issues/14321))

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/trilium-notes
pullPolicy: IfNotPresent
tag: v0.61.11@sha256:814baf637753d423a70f839fb4596781bad11ee327c2c138f4f3c358dc81a88d
tag: v0.61.12@sha256:bf5066824a09aa0d26b48bc7035a81c9373a8afbdf7f9b6e4574f6a301b2794a
service:
main:
ports:

View File

@ -873,12 +873,12 @@ questions:
schema:
type: string
default: ""
- variable: 'clusterCertificate (Advanced)'
label: Cluster Certificate
- variable: clusterCertificate
label: 'Cluster Certificate (Advanced)'
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 Certificate Secret (Advanced)'
@ -985,8 +985,8 @@ questions:
label: Service Port
schema:
type: int
- variable: clusterIssuer
label: clusterIssuer
- variable: certificateIssuer
label: certificateIssuer
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
@ -1016,7 +1016,7 @@ questions:
type: string
default: ""
required: true
- variable: clusterIssuer
- variable: certificateIssuer
label: Use Cert-Manager clusterIssuer
description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
schema:
@ -1030,8 +1030,8 @@ questions:
$ref:
- "definitions/certificate"
- variable: clusterCertificate
label: Cluster Certificate (Experimental)
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart. NOTE: This is an experimental feature'
label: 'Cluster Certificate (Advanced)'
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]