Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-11-04 09:42:13 +00:00
parent 10c7032ce7
commit 6305113ffe
12 changed files with 41 additions and 29 deletions

View File

@ -4,6 +4,15 @@
## [ddns-go-6.0.10](https://github.com/truecharts/charts/compare/ddns-go-6.0.9...ddns-go-6.0.10) (2023-11-04)
### Chore
- update container image tccr.io/truecharts/ddns-go to v5.6.6 ([#14332](https://github.com/truecharts/charts/issues/14332))
## [ddns-go-6.0.9](https://github.com/truecharts/charts/compare/ddns-go-6.0.8...ddns-go-6.0.9) (2023-11-03)
### Chore
@ -88,12 +97,3 @@
## [ddns-go-6.0.0](https://github.com/truecharts/charts/compare/ddns-go-5.0.32...ddns-go-6.0.0) (2023-07-31)
## [ddns-go-5.0.32](https://github.com/truecharts/charts/compare/ddns-go-5.0.31...ddns-go-5.0.32) (2023-07-29)
### Chore
- update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955))

View File

@ -1,8 +1,8 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: ddns-go
version: 6.0.9
appVersion: "5.6.4"
version: 6.0.10
appVersion: "5.6.6"
description: Automatically obtain your public network IPv4 or IPv6 address and resolve it to the corresponding domain name service
type: application
deprecated: false

View File

@ -0,0 +1,9 @@
## [ddns-go-6.0.10](https://github.com/truecharts/charts/compare/ddns-go-6.0.9...ddns-go-6.0.10) (2023-11-04)
### Chore
- update container image tccr.io/truecharts/ddns-go to v5.6.6 ([#14332](https://github.com/truecharts/charts/issues/14332))

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/ddns-go
pullPolicy: IfNotPresent
tag: v5.6.4@sha256:80457804aa4589d129fc93c50960a992cbde4c2fd443af1509efabee9361f71f
tag: v5.6.6@sha256:2f4c0c4a9e10c54b84868e082d3fd4417526e18e26f3cf12c764555d30644c88
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", "=", ""]]

View File

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