Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-10-31 18:48:32 +00:00
parent 18ace1705e
commit 37d72a00aa
12 changed files with 34 additions and 41 deletions

View File

@ -1,10 +0,0 @@
## [boinc-6.0.15](https://github.com/truecharts/charts/compare/boinc-6.0.14...boinc-6.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 @@
## [boinc-6.0.16](https://github.com/truecharts/charts/compare/boinc-6.0.15...boinc-6.0.16) (2023-10-31)
### Chore
- update container image tccr.io/truecharts/boinc to latest ([#14165](https://github.com/truecharts/charts/issues/14165))
## [boinc-6.0.15](https://github.com/truecharts/charts/compare/boinc-6.0.14...boinc-6.0.15) (2023-10-29)
### Chore
@ -88,12 +97,3 @@
## [boinc-6.0.6](https://github.com/truecharts/charts/compare/boinc-6.0.5...boinc-6.0.6) (2023-09-05)
### Chore
- update container image tccr.io/truecharts/boinc to latest ([#12249](https://github.com/truecharts/charts/issues/12249))
## [boinc-6.0.5](https://github.com/truecharts/charts/compare/boinc-6.0.4...boinc-6.0.5) (2023-08-29)

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: boinc
version: 6.0.15
version: 6.0.16
appVersion: "latest"
description: BOINC is a platform for high-throughput computing on a large scale (thousands or millions of computers).
type: application

View File

@ -0,0 +1,9 @@
## [boinc-6.0.16](https://github.com/truecharts/charts/compare/boinc-6.0.15...boinc-6.0.16) (2023-10-31)
### Chore
- update container image tccr.io/truecharts/boinc to latest ([#14165](https://github.com/truecharts/charts/issues/14165))

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/boinc
pullPolicy: IfNotPresent
tag: latest@sha256:f66ee73ef26119dd4d922cc41b5efcba6c4ce500944e1ed948be5002486bb866
tag: latest@sha256:b9b325e2cb58588a83dea6203e496a4fb248d34dbb9cd6cb3b43a8ce03b4684c
securityContext:
container:

View File

@ -811,19 +811,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
@ -889,19 +876,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