Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-03-04 13:50:31 +00:00
parent bb33736382
commit 51676bf5e5
14 changed files with 395 additions and 475 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="boinc-1.0.1"></a>
### [boinc-1.0.1](https://github.com/truecharts/apps/compare/boinc-1.0.0...boinc-1.0.1) (2022-03-04)
#### Fix
* update image reference ([#2015](https://github.com/truecharts/apps/issues/2015))
<a name="boinc-1.0.0"></a>
### [boinc-1.0.0](https://github.com/truecharts/apps/compare/boinc-0.0.24...boinc-1.0.0) (2022-03-03)
@ -88,12 +97,3 @@
* update helm general non-major helm releases ([#1828](https://github.com/truecharts/apps/issues/1828))
<a name="boinc-0.0.16"></a>
### [boinc-0.0.16](https://github.com/truecharts/apps/compare/boinc-0.0.15...boinc-0.0.16) (2022-01-25)
#### Chore
* update helm general non-major helm releases ([#1791](https://github.com/truecharts/apps/issues/1791))

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 9.0.0
digest: sha256:698ec3af3a62abac00301be695632853c20eb3be284f5a779019fc86730c5ca7
generated: "2022-03-03T22:57:20.047383448Z"
generated: "2022-03-04T13:43:48.827559461Z"

View File

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

View File

@ -13,13 +13,12 @@ You will, however, be able to use all values referenced in the common chart here
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/boinc"` | |
| image.tag | string | `"v18.04.1"` | |
| image.tag | string | `"latest@sha256:2d8c4bfa3bf5bcca2d6238ce38798ab049dd20b0613f7957323ddc974b6de9c2"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| secret | string | `nil` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `10142` | |

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/boinc
pullPolicy: IfNotPresent
tag: v18.04.1
tag: latest@sha256:2d8c4bfa3bf5bcca2d6238ce38798ab049dd20b0613f7957323ddc974b6de9c2
securityContext:
readOnlyRootFilesystem: false
@ -11,9 +11,6 @@ podSecurityContext:
runAsUser: 0
runAsGroup: 0
secret:
# PASSWORD: "" (Optional)
service:
main:
ports:

View File

@ -169,7 +169,18 @@ questions:
label: "Value"
schema:
type: string
- variable: secret
group: "Container Configuration"
label: "Image Secrets"
schema:
additional_attrs: true
type: dict
attrs:
- variable: PASSWORD
label: "PASSWORD (Optional)"
schema:
type: string
default: ""
- variable: TZ
label: "Timezone"
group: "Container Configuration"

File diff suppressed because one or more lines are too long