fix(sickgear): move to official image (#6350)
* fix(sickgear): move to official image * Update charts/stable/sickgear/values.yaml Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
parent
2030ed5d17
commit
a96e8c3131
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "0.25.4"
|
||||
appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -20,10 +20,9 @@ maintainers:
|
|||
name: sickgear
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/sickgear
|
||||
- https://github.com/linuxserver/docker-sickgear
|
||||
- https://github.com/SickGear/SickGear
|
||||
type: application
|
||||
version: 5.0.7
|
||||
version: 6.0.0
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/sickgear
|
||||
pullPolicy: IfNotPresent
|
||||
tag: version-release_0.25.4@sha256:6a78e9f784cf298552402143bee239858956f4783c7619e9a2b960c0d0d15d73
|
||||
tag: latest@sha256:fb719e3e74a3dc4bbedd4fce61438ab25481b60de9adb9b545127ab925ec2f88
|
||||
|
||||
env:
|
||||
APP_DATA: /config
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
|
|
Loading…
Reference in New Issue