chore(apps): remove docker sock from everywhere (#3910)
This commit is contained in:
parent
72037a7f50
commit
8baca7c1f0
|
@ -30,4 +30,4 @@ sources:
|
|||
- https://wiki.archiveteam.org/index.php/ArchiveTeam_Warrior
|
||||
- https://hub.docker.com/r/archiveteam/warrior-dockerfile/
|
||||
type: application
|
||||
version: 0.0.25
|
||||
version: 0.0.26
|
||||
|
|
|
@ -47,16 +47,6 @@ questions:
|
|||
default: false
|
||||
# Include{serviceExpert}
|
||||
# Include{serviceList}
|
||||
# Include{persistenceRoot}
|
||||
- variable: appdata
|
||||
label: "appdata Storage"
|
||||
description: "Container Path varrundocker.sock"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{persistenceBasic}
|
||||
# Include{persistenceAdvanced}
|
||||
# Include{persistenceList}
|
||||
# Include{ingressRoot}
|
||||
- variable: main
|
||||
|
|
|
@ -3,10 +3,7 @@ image:
|
|||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/archiveteam-warrior
|
||||
tag: latest@sha256:2040abe53af0995cf5659abeb38e84911484e4897e25fcdda507cb4dcab4025b
|
||||
persistence:
|
||||
appdata:
|
||||
enabled: true
|
||||
mountPath: /var/run/docker.sock
|
||||
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
|
|
|
@ -27,4 +27,4 @@ sources:
|
|||
- https://github.com/orgs/linuxserver/packages/container/package/rdesktop
|
||||
- https://github.com/linuxserver/docker-rdesktop#readme
|
||||
type: application
|
||||
version: 0.0.32
|
||||
version: 0.0.34
|
||||
|
|
|
@ -61,15 +61,6 @@ questions:
|
|||
# Include{serviceExpert}
|
||||
# Include{serviceList}
|
||||
# Include{persistenceRoot}
|
||||
- variable: pathvarrundocker-sock
|
||||
label: "pathvarrundocker-sock Storage"
|
||||
description: "Docker Socket on the system, if you want to use Docker in the container"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{persistenceBasic}
|
||||
# Include{persistenceAdvanced}
|
||||
- variable: config
|
||||
label: "config Storage"
|
||||
description: "abc users home directory"
|
||||
|
|
|
@ -8,9 +8,7 @@ persistence:
|
|||
config:
|
||||
enabled: true
|
||||
mountPath: /config
|
||||
pathvarrundocker-sock:
|
||||
enabled: true
|
||||
mountPath: /var/run/docker.sock
|
||||
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
|
|
|
@ -27,4 +27,4 @@ sources:
|
|||
- https://github.com/orgs/linuxserver/packages/container/package/webtop
|
||||
- https://github.com/linuxserver/docker-webtop#readme
|
||||
type: application
|
||||
version: 0.0.32
|
||||
version: 0.0.33
|
||||
|
|
|
@ -81,15 +81,6 @@ questions:
|
|||
type: dict
|
||||
attrs:
|
||||
# Include{persistenceBasic}
|
||||
# Include{persistenceAdvanced}
|
||||
- variable: pathvarrundocker-sock
|
||||
label: "pathvarrundocker-sock Storage"
|
||||
description: "Docker Socket on the system, if you want to use Docker in the container"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{persistenceBasic}
|
||||
# Include{persistenceAdvanced}
|
||||
# Include{persistenceList}
|
||||
# Include{ingressRoot}
|
||||
|
|
|
@ -10,9 +10,7 @@ persistence:
|
|||
config:
|
||||
enabled: true
|
||||
mountPath: /config
|
||||
pathvarrundocker-sock:
|
||||
enabled: true
|
||||
mountPath: /var/run/docker.sock
|
||||
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
|
|
Loading…
Reference in New Issue