Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-11-01 05:44:12 +00:00
parent 2bc7d78b46
commit 7b97c971ed
14 changed files with 34 additions and 41 deletions

View File

@ -1,10 +0,0 @@
## [vikunja-9.0.15](https://github.com/truecharts/charts/compare/vikunja-9.0.14...vikunja-9.0.15) (2023-10-29)
### Chore
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094))

View File

@ -4,6 +4,15 @@
## [vikunja-9.0.16](https://github.com/truecharts/charts/compare/vikunja-9.0.15...vikunja-9.0.16) (2023-11-01)
### Chore
- update container image tccr.io/truecharts/nginx to v1.25.3 ([#14195](https://github.com/truecharts/charts/issues/14195))
## [vikunja-9.0.15](https://github.com/truecharts/charts/compare/vikunja-9.0.14...vikunja-9.0.15) (2023-10-29)
### Chore
@ -88,12 +97,3 @@
## [vikunja-9.0.6](https://github.com/truecharts/charts/compare/vikunja-9.0.5...vikunja-9.0.6) (2023-09-08)
### Chore
- update container image tccr.io/truecharts/nginx to v1.25.2 ([#12369](https://github.com/truecharts/charts/issues/12369))
## [vikunja-9.0.5](https://github.com/truecharts/charts/compare/vikunja-9.0.4...vikunja-9.0.5) (2023-09-07)

View File

@ -22,7 +22,7 @@ name: vikunja
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/vikunja
- https://vikunja.io/docs
version: 9.0.15
version: 9.0.16
annotations:
truecharts.org/category: productivity
truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1,9 @@
## [vikunja-9.0.16](https://github.com/truecharts/charts/compare/vikunja-9.0.15...vikunja-9.0.16) (2023-11-01)
### Chore
- update container image tccr.io/truecharts/nginx to v1.25.3 ([#14195](https://github.com/truecharts/charts/issues/14195))

View File

@ -8,7 +8,7 @@ frontendImage:
pullPolicy: IfNotPresent
nginxImage:
repository: tccr.io/truecharts/nginx
tag: v1.25.3@sha256:2ac9addd7b52f4de05e973d9b65994b55f0c6241f67a4d9effef3acc6a808df8
tag: v1.25.3@sha256:24e86f4d5cb067328b75dc0ed13601172fbc96af0c691e39e885e6c101e73b1b
workload:
main:

View File

@ -1625,19 +1625,6 @@ questions:
schema:
type: string
default: ""
- variable: clusterCertificate
label: Cluster Certificate (Experimental)
description: 'Add the name of your cluster-wide certificate, that you set up in ClusterIssuer chart. NOTE: This is an experimental feature'
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: secretName
label: Custom Certificate Secret (Advanced)'
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: middlewares
label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress
@ -1703,19 +1690,26 @@ questions:
schema:
type: string
default: ""
- variable: 'clusterCertificate (Advanced)'
label: Cluster Certificate
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
default: ""
- variable: secretName
label: 'Use Custom Certificate Secret (Advanced)'
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated)
label: 'Use TrueNAS SCALE Certificate (Deprecated)'
schema:
show_if: [["certificateIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: ingressList
label: Add Manual Custom Ingresses
group: Ingress