Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-06-20 14:38:56 +00:00
parent 12f406fc8f
commit 477b1c20ee
12 changed files with 50 additions and 20 deletions

View File

@ -1,9 +0,0 @@
## [boinc-5.0.26](https://github.com/truecharts/charts/compare/boinc-5.0.25...boinc-5.0.26) (2023-06-14)
### Chore
- update container image tccr.io/truecharts/boinc to latest ([#9610](https://github.com/truecharts/charts/issues/9610))

View File

@ -4,15 +4,15 @@
## [boinc-5.0.26](https://github.com/truecharts/charts/compare/boinc-5.0.25...boinc-5.0.26) (2023-06-14)
### Chore
- update container image tccr.io/truecharts/boinc to latest ([#9610](https://github.com/truecharts/charts/issues/9610))
## [boinc-5.0.27](https://github.com/truecharts/charts/compare/boinc-5.0.26...boinc-5.0.27) (2023-06-20)
### Chore
- update container image tccr.io/truecharts/boinc to latest ([#9790](https://github.com/truecharts/charts/issues/9790))
## [boinc-5.0.26](https://github.com/truecharts/charts/compare/boinc-5.0.25...boinc-5.0.26) (2023-06-14)
### Chore

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: boinc
version: 5.0.26
version: 5.0.27
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-5.0.27](https://github.com/truecharts/charts/compare/boinc-5.0.26...boinc-5.0.27) (2023-06-20)
### Chore
- update container image tccr.io/truecharts/boinc to latest ([#9790](https://github.com/truecharts/charts/issues/9790))

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/boinc
pullPolicy: IfNotPresent
tag: latest@sha256:4266a1089b9f2dec6e38b11429411ec30dcc8e66da84a6410e6b9bb7652b0d24
tag: latest@sha256:2e45133151dc2f0cded960662de9c51bebe8d48bf8ff7bc49f1d6907f4d5e30b
securityContext:
container:

View File

@ -561,6 +561,36 @@ questions:
description: Automatically set permissions on install
schema:
show_if: [["type", "=", "hostPath"]]
hidden: true
type: boolean
default: false
- variable: autoPermissions
label: Automatic Permissions Configuration
description: Automatically set permissions
schema:
show_if: [["type", "!=", "pvc"]]
type: dict
additional_attrs: true
attrs:
- variable: chown
label: Run CHOWN
description: |
It will run CHOWN on the path with the given fsGroup
schema:
type: boolean
default: false
- variable: chmod
label: Run CHMOD
description: |
It will run CHMOD on the path with the given value
schema:
type: string
default: "775"
- variable: recursive
label: Recursive
description: |
It will run CHOWN and CHMOD recursively
schema:
type: boolean
default: false
- variable: readOnly