Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-02-16 00:02:12 +00:00
parent 4b665fc0bf
commit 47f3b36c7c
14 changed files with 447 additions and 528 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,11 @@
# Changelog<br>
<a name="truecommand-9.0.42"></a>
### [truecommand-9.0.42](https://github.com/truecharts/apps/compare/truecommand-9.0.41...truecommand-9.0.42) (2022-02-15)
<a name="truecommand-9.0.41"></a>
### [truecommand-9.0.41](https://github.com/truecharts/apps/compare/truecommand-9.0.40...truecommand-9.0.41) (2022-02-15)
@ -92,8 +97,3 @@
#### Chore
* update helm general non-major helm releases ([#1712](https://github.com/truecharts/apps/issues/1712))
#### Feat
* expose capabilities in GUI ([#1709](https://github.com/truecharts/apps/issues/1709))

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.15.4
digest: sha256:d6aca168828f3fef09de9fbc634c303d040d74299b508a7cedf473f66f5a4503
generated: "2022-02-15T14:30:08.14845656Z"
generated: "2022-02-15T23:57:33.756327116Z"

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "2.0.2"
appVersion: "2.1"
dependencies:
- name: common
repository: https://truecharts.org
@ -19,7 +19,7 @@ name: truecommand
sources:
- https://hub.docker.com/r/ixsystems/truecommand
type: application
version: 9.0.41
version: 9.0.42
annotations:
truecharts.org/catagories: |
- Administration

View File

@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env | object | `{}` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/truecommand"` | |
| image.tag | string | `"v2.0.2@sha256:f2882df54c8b939000c4dc7d361b5200ee096f202b1208eb045b8773f2891b8f"` | |
| image.tag | string | `"v2.1@sha256:a77bf1fc06391fde502270b4e7a39798f4f84e6d97735402b86cb6464b3fa2dd"` | |
| persistence.data.enabled | bool | `true` | |
| persistence.data.mountPath | string | `"/data"` | |
| podSecurityContext.runAsGroup | int | `0` | |

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/truecommand
pullPolicy: IfNotPresent
tag: v2.0.2@sha256:f2882df54c8b939000c4dc7d361b5200ee096f202b1208eb045b8773f2891b8f
tag: v2.1@sha256:a77bf1fc06391fde502270b4e7a39798f4f84e6d97735402b86cb6464b3fa2dd
securityContext:
readOnlyRootFilesystem: false

File diff suppressed because one or more lines are too long