Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
4b665fc0bf
commit
47f3b36c7c
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,11 @@
|
||||||
# Changelog<br>
|
# 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>
|
<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)
|
### [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
|
#### Chore
|
||||||
|
|
||||||
* update helm general non-major helm releases ([#1712](https://github.com/truecharts/apps/issues/1712))
|
* 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))
|
|
||||||
|
|
|
@ -3,4 +3,4 @@ dependencies:
|
||||||
repository: https://truecharts.org
|
repository: https://truecharts.org
|
||||||
version: 8.15.4
|
version: 8.15.4
|
||||||
digest: sha256:d6aca168828f3fef09de9fbc634c303d040d74299b508a7cedf473f66f5a4503
|
digest: sha256:d6aca168828f3fef09de9fbc634c303d040d74299b508a7cedf473f66f5a4503
|
||||||
generated: "2022-02-15T14:30:08.14845656Z"
|
generated: "2022-02-15T23:57:33.756327116Z"
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "2.0.2"
|
appVersion: "2.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://truecharts.org
|
repository: https://truecharts.org
|
||||||
|
@ -19,7 +19,7 @@ name: truecommand
|
||||||
sources:
|
sources:
|
||||||
- https://hub.docker.com/r/ixsystems/truecommand
|
- https://hub.docker.com/r/ixsystems/truecommand
|
||||||
type: application
|
type: application
|
||||||
version: 9.0.41
|
version: 9.0.42
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- Administration
|
- Administration
|
|
@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||||
| env | object | `{}` | |
|
| env | object | `{}` | |
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||||
| image.repository | string | `"tccr.io/truecharts/truecommand"` | |
|
| 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.enabled | bool | `true` | |
|
||||||
| persistence.data.mountPath | string | `"/data"` | |
|
| persistence.data.mountPath | string | `"/data"` | |
|
||||||
| podSecurityContext.runAsGroup | int | `0` | |
|
| podSecurityContext.runAsGroup | int | `0` | |
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/truecommand
|
repository: tccr.io/truecharts/truecommand
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: v2.0.2@sha256:f2882df54c8b939000c4dc7d361b5200ee096f202b1208eb045b8773f2891b8f
|
tag: v2.1@sha256:a77bf1fc06391fde502270b4e7a39798f4f84e6d97735402b86cb6464b3fa2dd
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
readOnlyRootFilesystem: false
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue