Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-11-04 07:41:57 +00:00
parent 5e1d131d02
commit daf2ac4bda
12 changed files with 40 additions and 28 deletions

View File

@@ -1,9 +0,0 @@
## [dillinger-6.0.12](https://github.com/truecharts/charts/compare/dillinger-6.0.11...dillinger-6.0.12) (2023-11-03)
### Chore
- update helm general non-major ([#14287](https://github.com/truecharts/charts/issues/14287))

View File

@@ -4,6 +4,15 @@
## [dillinger-6.0.13](https://github.com/truecharts/charts/compare/dillinger-6.0.12...dillinger-6.0.13) (2023-11-04)
### Chore
- update container image tccr.io/truecharts/dillinger to v3.39.1 ([#14328](https://github.com/truecharts/charts/issues/14328))
## [dillinger-6.0.12](https://github.com/truecharts/charts/compare/dillinger-6.0.11...dillinger-6.0.12) (2023-11-03)
### Chore
@@ -88,12 +97,3 @@
## [dillinger-6.0.3](https://github.com/truecharts/charts/compare/dillinger-6.0.2...dillinger-6.0.3) (2023-08-19)
### Chore
- update container image tccr.io/truecharts/dillinger to v3.39.1 ([#11697](https://github.com/truecharts/charts/issues/11697))
## [dillinger-6.0.2](https://github.com/truecharts/charts/compare/dillinger-6.0.1...dillinger-6.0.2) (2023-08-12)

View File

@@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: dillinger
version: 6.0.12
version: 6.0.13
appVersion: "3.39.1"
description: Dillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS powered HTML5 Markdown editor.
type: application

View File

@@ -0,0 +1,9 @@
## [dillinger-6.0.13](https://github.com/truecharts/charts/compare/dillinger-6.0.12...dillinger-6.0.13) (2023-11-04)
### Chore
- update container image tccr.io/truecharts/dillinger to v3.39.1 ([#14328](https://github.com/truecharts/charts/issues/14328))

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/dillinger
pullPolicy: IfNotPresent
tag: v3.39.1@sha256:68844ea2cae9bab31f32c2f5eadc4f409d3fbb7710f7aa61ff327899047d2ffb
tag: v3.39.1@sha256:b3dce9e95c91fe625a1d9c8702f12721f513f0f414c0dd3e17b0bf02e6a2027f
securityContext:
container:

View File

@@ -827,6 +827,12 @@ questions:
default: websecure
show_if: [["advanced", "=", true]]
required: true
- variable: allowCors
label: "Allow Cross Origin Requests"
schema:
type: boolean
show_if: [["advanced", "=", true]]
default: false
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
@@ -865,12 +871,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)'
@@ -914,6 +920,12 @@ questions:
schema:
type: string
default: ""
- variable: allowCors
label: "Allow Cross Origin Requests"
schema:
type: boolean
show_if: [["advanced", "=", true]]
default: false
- variable: hosts
label: Hosts
schema:
@@ -971,8 +983,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
@@ -1002,7 +1014,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:
@@ -1016,8 +1028,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", "=", ""]]