Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,6 +1,16 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="deepstack-gpu-2.0.14"></a>
|
||||
### [deepstack-gpu-2.0.14](https://github.com/truecharts/apps/compare/deepstack-gpu-2.0.13...deepstack-gpu-2.0.14) (2021-12-03)
|
||||
|
||||
#### Chore
|
||||
|
||||
* move all container references to TCCR ([#1448](https://github.com/truecharts/apps/issues/1448))
|
||||
* update non-major ([#1449](https://github.com/truecharts/apps/issues/1449))
|
||||
|
||||
|
||||
|
||||
<a name="deepstack-gpu-2.0.13"></a>
|
||||
### [deepstack-gpu-2.0.13](https://github.com/truecharts/apps/compare/deepstack-gpu-2.0.12...deepstack-gpu-2.0.13) (2021-11-30)
|
||||
|
||||
@@ -87,13 +97,3 @@
|
||||
#### Chore
|
||||
|
||||
* update non-major deps helm releases ([#1295](https://github.com/truecharts/apps/issues/1295))
|
||||
|
||||
|
||||
|
||||
<a name="deepstack-gpu-2.0.5"></a>
|
||||
### [deepstack-gpu-2.0.5](https://github.com/truecharts/apps/compare/deepstack-gpu-2.0.4...deepstack-gpu-2.0.5) (2021-11-07)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major deps helm releases ([#1291](https://github.com/truecharts/apps/issues/1291))
|
||||
|
||||
@@ -3,4 +3,4 @@ dependencies:
|
||||
repository: https://truecharts.org
|
||||
version: 8.9.7
|
||||
digest: sha256:fcde72accd942e87af2e3e43b8743053fca3f604d214556f2357bd39ca43d3dd
|
||||
generated: "2021-11-30T11:45:27.563647904Z"
|
||||
generated: "2021-12-03T14:35:06.894801529Z"
|
||||
@@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
appVersion: "gpu"
|
||||
appVersion: "2021.09.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
@@ -22,7 +22,7 @@ sources:
|
||||
- https://hub.docker.com/r/deepquestai/deepstack
|
||||
- https://www.deepstack.cc/
|
||||
type: application
|
||||
version: 2.0.13
|
||||
version: 2.0.14
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- AI
|
||||
@@ -19,8 +19,8 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| env.VISION-SCENE | string | `"True"` | |
|
||||
| envTpl.USER_ID | string | `"{{ .Values.env.PUID }}"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"deepquestai/deepstack"` | |
|
||||
| image.tag | string | `"gpu-2021.09.1@sha256:e71f54392c9b1199f9142d7ffcd8f0c3a6e91fe69c02a44fd76f906dd88849cb"` | |
|
||||
| image.repository | string | `"tccr.io/truecharts/deepstack-gpu"` | |
|
||||
| image.tag | string | `"v2021.09.1@sha256:f924cebf518a54bca2ca2ac33911cf3af4dd7403cad371781422436ce4254a28"` | |
|
||||
| persistence.data.enabled | bool | `true` | |
|
||||
| persistence.data.mountPath | string | `"/datastore"` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
@@ -1,9 +1,7 @@
|
||||
# Default values for Jackett.
|
||||
|
||||
image:
|
||||
repository: deepquestai/deepstack
|
||||
repository: tccr.io/truecharts/deepstack-gpu
|
||||
pullPolicy: IfNotPresent
|
||||
tag: gpu-2021.09.1@sha256:e71f54392c9b1199f9142d7ffcd8f0c3a6e91fe69c02a44fd76f906dd88849cb
|
||||
tag: v2021.09.1@sha256:f924cebf518a54bca2ca2ac33911cf3af4dd7403cad371781422436ce4254a28
|
||||
|
||||
service:
|
||||
main:
|
||||
Reference in New Issue
Block a user