feat(apps): move apps to stable (#2188)
* feat(apps): move apps to stable * update image ref
This commit is contained in:
@@ -21,7 +21,7 @@ sources:
|
||||
- https://filebrowser.org/cli/filebrowser
|
||||
- https://hub.docker.com/r/filebrowser/filebrowser
|
||||
type: application
|
||||
version: 0.0.1
|
||||
version: 1.0.0
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: filebrowser/filebrowser
|
||||
repository: tccr.io/truecharts/filebrowser
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2.21.1@sha256:fc69202b56e8a883a152f54467e4d8e5a3ed75b7ffb78a33aef63e222b46f773
|
||||
tag: v2.21.1@sha256:cc3a61d4ce3dc9be992c2d05044f6a55aa9d6e38c84871314dda77712630a10c
|
||||
|
||||
service:
|
||||
main:
|
||||
@@ -18,7 +18,7 @@ name: hammond
|
||||
sources:
|
||||
- https://github.com/akhilrex/hammond
|
||||
- https://hub.docker.com/r/akhilrex/hammond
|
||||
version: 0.0.3
|
||||
version: 1.0.0
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- productivity
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: akhilrex/hammond
|
||||
tag: 1.0.0@sha256:6f61ed86cc93c8e37244448b8323d135ce456be3b79a6935268ef664478c8045
|
||||
repository: tccr.io/truecharts/hammond
|
||||
tag: 1.0.0@sha256:a38f0455634f15a38535b6f067f0cd6b62770df51d0c40c5f09ad19cbe066702
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
envValueFrom:
|
||||
+1
-1
@@ -20,7 +20,7 @@ name: ispy-agent-dvr
|
||||
sources:
|
||||
- https://hub.docker.com/r/doitandbedone/ispyagentdvr
|
||||
- https://github.com/doitandbedone/ispyagentdvr-docker
|
||||
version: 0.0.4
|
||||
version: 1.0.0
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- security
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: doitandbedone/ispyagentdvr
|
||||
tag: 3.8.8.0@sha256:0b67bb6967d2ecde08b9299268bb3038c5a630b147da9dcaadd94a73c812a433
|
||||
repository: tccr.io/truecharts/ispy-agent-dvr
|
||||
tag: 3.8.8.0@sha256:800c7a6f5892ad70b6174f524c0211efcb88cfe41d818a3fca9f0d5bc7d24585
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
@@ -21,7 +21,7 @@ sources:
|
||||
- https://github.com/Difegue/LANraragi
|
||||
- https://hub.docker.com/r/difegue/lanraragi
|
||||
- https://sugoi.gitbook.io/lanraragi/
|
||||
version: 0.0.5
|
||||
version: 1.0.0
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
@@ -18,7 +18,7 @@ name: makemkv
|
||||
sources:
|
||||
- https://github.com/jlesage/docker-makemkv
|
||||
- https://hub.docker.com/r/jlesage/makemkv
|
||||
version: 0.0.4
|
||||
version: 1.0.0
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
@@ -19,7 +19,7 @@ name: nextpvr
|
||||
sources:
|
||||
- https://hub.docker.com/r/nextpvr/nextpvr_amd64
|
||||
- https://github.com/sub3/NextPVR/wiki/Install-Docker
|
||||
version: 0.0.2
|
||||
version: 1.0.0
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: nextpvr/nextpvr_amd64
|
||||
tag: stable@sha256:74251f12dc32a1de2085bab9c6025cdb10f49f31c6407687d4db72e84b7d2c1e
|
||||
repository: tccr.io/truecharts/nextpvr
|
||||
tag: latest@sha256:376eadecab56535b4e15e7b75278b1e5bc8040e33041c07b884d90021ed86b2b
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
env:
|
||||
+1
-1
@@ -20,7 +20,7 @@ name: tinymediamanager
|
||||
sources:
|
||||
- https://hub.docker.com/r/tinymediamanager/tinymediamanager
|
||||
- https://gitlab.com/tinyMediaManager/tinyMediaManager
|
||||
version: 0.0.3
|
||||
version: 1.0.0
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
+1
@@ -86,6 +86,7 @@ questions:
|
||||
description: "Password for remote access"
|
||||
schema:
|
||||
type: string
|
||||
private: true
|
||||
default: ""
|
||||
|
||||
# Include{containerConfig}
|
||||
@@ -0,0 +1,3 @@
|
||||
# Default Password
|
||||
|
||||
__password__: `kamimamita`
|
||||
Reference in New Issue
Block a user