Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
12f406fc8f
commit
477b1c20ee
|
@ -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))
|
|
||||||
|
|
||||||
|
|
|
@ -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)
|
## [boinc-5.0.27](https://github.com/truecharts/charts/compare/boinc-5.0.26...boinc-5.0.27) (2023-06-20)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/boinc to latest ([#9610](https://github.com/truecharts/charts/issues/9610))
|
- 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)
|
## [boinc-5.0.26](https://github.com/truecharts/charts/compare/boinc-5.0.25...boinc-5.0.26) (2023-06-14)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: boinc
|
name: boinc
|
||||||
version: 5.0.26
|
version: 5.0.27
|
||||||
appVersion: "latest"
|
appVersion: "latest"
|
||||||
description: BOINC is a platform for high-throughput computing on a large scale (thousands or millions of computers).
|
description: BOINC is a platform for high-throughput computing on a large scale (thousands or millions of computers).
|
||||||
type: application
|
type: application
|
|
@ -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))
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/boinc
|
repository: tccr.io/truecharts/boinc
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: latest@sha256:4266a1089b9f2dec6e38b11429411ec30dcc8e66da84a6410e6b9bb7652b0d24
|
tag: latest@sha256:2e45133151dc2f0cded960662de9c51bebe8d48bf8ff7bc49f1d6907f4d5e30b
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
container:
|
container:
|
|
@ -561,8 +561,38 @@ questions:
|
||||||
description: Automatically set permissions on install
|
description: Automatically set permissions on install
|
||||||
schema:
|
schema:
|
||||||
show_if: [["type", "=", "hostPath"]]
|
show_if: [["type", "=", "hostPath"]]
|
||||||
|
hidden: true
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
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
|
- variable: readOnly
|
||||||
label: Read Only
|
label: Read Only
|
||||||
schema:
|
schema:
|
Loading…
Reference in New Issue