mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-17 12:20:21 +08:00
feat: pin all container references to digests (#963)
This commit is contained in:
committed by
GitHub
parent
a7cc1b79ef
commit
a8670a1482
@@ -3,7 +3,7 @@
|
||||
image:
|
||||
repository: ghcr.io/k8s-at-home/jackett
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.18.686
|
||||
tag: v0.18.686@sha256:42
|
||||
|
||||
securityContext:
|
||||
privileged: false
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
image:
|
||||
repository: ghcr.io/linuxserver/oscam
|
||||
pullPolicy: IfNotPresent
|
||||
tag: version-11693
|
||||
tag: version-11693@sha256:42
|
||||
|
||||
##
|
||||
# Most other defaults are set in questions.yaml
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
image:
|
||||
repository: ghcr.io/linuxserver/oscam
|
||||
pullPolicy: IfNotPresent
|
||||
tag: version-11693
|
||||
tag: version-11693@sha256:42
|
||||
|
||||
env:
|
||||
TZ: UTC
|
||||
|
||||
@@ -6,12 +6,12 @@
|
||||
image:
|
||||
repository: ghcr.io/truecharts/sogo
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v5.2.0
|
||||
tag: v5.2.0@sha256:42
|
||||
|
||||
postgresqlImage:
|
||||
repository: postgres
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 13.4-alpine
|
||||
tag: 13.4-alpine@sha256:42
|
||||
|
||||
initContainers:
|
||||
- name: init-postgresdb
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
image:
|
||||
repository: ghcr.io/truecharts/sogo
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v5.2.0
|
||||
tag: v5.2.0@sha256:42
|
||||
|
||||
postgresqlImage:
|
||||
repository: postgres
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 13.4-alpine
|
||||
tag: 13.4-alpine@sha256:42
|
||||
|
||||
# -- services
|
||||
service:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: b4bz/homer
|
||||
tag: latest
|
||||
tag: latest@sha256:42
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
service:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
image:
|
||||
repository: ghcr.io/truecharts/homer
|
||||
tag: latest
|
||||
tag: latest@sha256:42
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
@@ -4,7 +4,7 @@ openvpnImage:
|
||||
# -- Specify the openvpn client image
|
||||
repository: dperson/openvpn-client
|
||||
# -- Specify the openvpn client image tag
|
||||
tag: latest
|
||||
tag: latest@sha256:42
|
||||
# -- Specify the openvpn client image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
@@ -15,7 +15,7 @@ wireguardImage:
|
||||
# -- Specify the WireGuard image
|
||||
repository: ghcr.io/k8s-at-home/wireguard
|
||||
# -- Specify the WireGuard image tag
|
||||
tag: v1.0.20210424
|
||||
tag: v1.0.20210424@sha256:42
|
||||
# -- Specify the WireGuard image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
@@ -23,7 +23,7 @@ promtailImage:
|
||||
# -- Specify the promtail image
|
||||
repository: ghcr.io/truecharts/promtail
|
||||
# -- Specify the promtail image tag
|
||||
tag: v2.3.0
|
||||
tag: v2.3.0@sha256:42
|
||||
# -- Specify the promtail image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
@@ -32,7 +32,7 @@ netshootImage:
|
||||
# -- Specify the netshoot image
|
||||
repository: nicolaka/netshoot
|
||||
# -- Specify the netshoot image tag
|
||||
tag: latest
|
||||
tag: latest@sha256:42
|
||||
# -- Specify the netshoot image pull policy
|
||||
pullPolicy: Always
|
||||
|
||||
@@ -40,7 +40,7 @@ codeserverImage:
|
||||
# -- Specify the code-server image
|
||||
repository: ghcr.io/truecharts/code-server
|
||||
# -- Specify the code-server image tag
|
||||
tag: 3.9.2
|
||||
tag: 3.9.2@sha256:42
|
||||
# -- Specify the code-server image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
@@ -48,7 +48,7 @@ alpineImage:
|
||||
# -- Specify the code-server image
|
||||
repository: ghcr.io/truecharts/alpine
|
||||
# -- Specify the code-server image tag
|
||||
tag: v3.14.1
|
||||
tag: v3.14.1@sha256:42
|
||||
# -- Specify the code-server image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ image:
|
||||
# -- image repository
|
||||
repository: ghcr.io/linuxserver/airsonic
|
||||
# -- image tag
|
||||
tag: version-v10.6.2
|
||||
tag: version-v10.6.2@sha256:42
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ image:
|
||||
# -- image repository
|
||||
repository: ghcr.io/linuxserver/airsonic
|
||||
# -- image tag
|
||||
tag: version-v10.6.2
|
||||
tag: version-v10.6.2@sha256:42
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
image:
|
||||
repository: acockburn/appdaemon
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "4.1.0"
|
||||
tag: "4.1.0"@sha256:42
|
||||
|
||||
|
||||
##
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/k8s-at-home/appdaemon
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "v4.0.8"
|
||||
tag: "v4.0.8"@sha256:42
|
||||
|
||||
securityContext:
|
||||
privileged: false
|
||||
|
||||
@@ -7,12 +7,12 @@
|
||||
image:
|
||||
repository: ghcr.io/authelia/authelia
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "4.30.4"
|
||||
tag: "4.30.4"@sha256:42
|
||||
|
||||
postgresqlImage:
|
||||
repository: postgres
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 13.4-alpine
|
||||
tag: 13.4-alpine@sha256:42
|
||||
|
||||
|
||||
enableServiceLinks: false
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
image:
|
||||
repository: ghcr.io/authelia/authelia
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "4.30.4"
|
||||
tag: "4.30.4"@sha256:42
|
||||
|
||||
securityContext:
|
||||
privileged: false
|
||||
@@ -21,7 +21,7 @@ podSecurityContext:
|
||||
postgresqlImage:
|
||||
repository: postgres
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 13.4-alpine
|
||||
tag: 13.4-alpine@sha256:42
|
||||
|
||||
command: ["authelia"]
|
||||
args: ["--config=/configuration.yaml"]
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
image:
|
||||
repository: ghcr.io/k8s-at-home/bazarr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.9.8
|
||||
tag: v0.9.8@sha256:42
|
||||
|
||||
##
|
||||
# Most other defaults are set in questions.yaml
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
image:
|
||||
repository: ghcr.io/k8s-at-home/bazarr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.9.8
|
||||
tag: v0.9.8@sha256:42
|
||||
|
||||
securityContext:
|
||||
privileged: false
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
image:
|
||||
repository: ghcr.io/linuxserver/booksonic-air
|
||||
pullPolicy: IfNotPresent
|
||||
tag: version-v2009.1.0
|
||||
tag: version-v2009.1.0@sha256:42
|
||||
|
||||
##
|
||||
# Most other defaults are set in questions.yaml
|
||||
|
||||
@@ -11,7 +11,7 @@ image:
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
# -- image tag
|
||||
tag: version-v2009.1.0
|
||||
tag: version-v2009.1.0@sha256:42
|
||||
|
||||
# See more environment variables in the [booksonic-air documentation](https://github.com/linuxserver/docker-booksonic-air#parameters)
|
||||
# @default -- See below
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
image:
|
||||
repository: ghcr.io/linuxserver/calibre-web
|
||||
pullPolicy: IfNotPresent
|
||||
tag: version-0.6.12
|
||||
tag: version-0.6.12@sha256:42
|
||||
|
||||
|
||||
##
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
image:
|
||||
repository: ghcr.io/linuxserver/calibre-web
|
||||
pullPolicy: IfNotPresent
|
||||
tag: version-0.6.12
|
||||
tag: version-0.6.12@sha256:42
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
image:
|
||||
repository: ghcr.io/linuxserver/calibre
|
||||
pullPolicy: IfNotPresent
|
||||
tag: version-v5.26.0
|
||||
tag: version-v5.26.0@sha256:42
|
||||
|
||||
##
|
||||
# Most other defaults are set in questions.yaml
|
||||
|
||||
@@ -12,7 +12,7 @@ image:
|
||||
# -- image repository
|
||||
repository: ghcr.io/linuxserver/calibre
|
||||
# -- image tag
|
||||
tag: version-v5.26.0
|
||||
tag: version-v5.26.0@sha256:42
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
image:
|
||||
repository: ghcr.io/truecharts/collabora
|
||||
tag: v6.4.10.10
|
||||
tag: v6.4.10.10@sha256:42
|
||||
pullPolicy: IfNotPresent
|
||||
##
|
||||
# Most other defaults are set in questions.yaml
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/truecharts/collabora
|
||||
tag: v6.4.10.10
|
||||
tag: v6.4.10.10@sha256:42
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
service:
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
image:
|
||||
repository: ghcr.io/truecharts/deconz
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2.12.06
|
||||
tag: v2.12.06@sha256:42
|
||||
|
||||
##
|
||||
# Most other defaults are set in questions.yaml
|
||||
|
||||
@@ -9,7 +9,7 @@ image:
|
||||
# -- image repository
|
||||
repository: ghcr.io/truecharts/deconz
|
||||
# -- image tag
|
||||
tag: v2.12.06
|
||||
tag: v2.12.06@sha256:42
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
image:
|
||||
repository: deepquestai/deepstack
|
||||
pullPolicy: IfNotPresent
|
||||
tag: cpu-2021.02.1
|
||||
tag: cpu-2021.02.1@sha256:42
|
||||
|
||||
envTpl:
|
||||
# Permissions Settings
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
image:
|
||||
repository: deepquestai/deepstack
|
||||
pullPolicy: IfNotPresent
|
||||
tag: cpu-2021.02.1
|
||||
tag: cpu-2021.02.1@sha256:42
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
image:
|
||||
repository: ghcr.io/linuxserver/deluge
|
||||
pullPolicy: IfNotPresent
|
||||
tag: version-2.0.3-2201906121747ubuntu18.04.1
|
||||
tag: version-2.0.3-2201906121747ubuntu18.04.1@sha256:42
|
||||
|
||||
|
||||
##
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
image:
|
||||
repository: ghcr.io/linuxserver/deluge
|
||||
pullPolicy: IfNotPresent
|
||||
tag: version-2.0.3-2201906121747ubuntu18.04.1
|
||||
tag: version-2.0.3-2201906121747ubuntu18.04.1@sha256:42
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
image:
|
||||
repository: ghcr.io/truecharts/dizquetv
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.4.3
|
||||
tag: v1.4.3@sha256:42
|
||||
|
||||
##
|
||||
# Most other defaults are set in questions.yaml
|
||||
|
||||
@@ -11,7 +11,7 @@ image:
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
# -- image tag
|
||||
tag: v1.4.3
|
||||
tag: v1.4.3@sha256:42
|
||||
|
||||
# -- environment variables. See more environment variables in the [dizquetv documentation](https://hub.docker.com/r/vexorian/dizquetv).
|
||||
# @default -- See below
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
image:
|
||||
repository: ghcr.io/linuxserver/duplicati
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest
|
||||
tag: latest@sha256:42
|
||||
|
||||
##
|
||||
# Most other defaults are set in questions.yaml
|
||||
|
||||
@@ -9,7 +9,7 @@ image:
|
||||
# -- image repository
|
||||
repository: ghcr.io/linuxserver/duplicati
|
||||
# -- image tag
|
||||
tag: latest
|
||||
tag: latest@sha256:42
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
image:
|
||||
repository: ghcr.io/k8s-at-home/emby
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v4.6.4.0
|
||||
tag: v4.6.4.0@sha256:42
|
||||
|
||||
##
|
||||
# Most other defaults are set in questions.yaml
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
image:
|
||||
repository: ghcr.io/k8s-at-home/emby
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v4.6.4.0
|
||||
tag: v4.6.4.0@sha256:42
|
||||
|
||||
securityContext:
|
||||
privileged: false
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
image:
|
||||
repository: ghcr.io/truecharts/esphome
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2021.8.2
|
||||
tag: v2021.8.2@sha256:42
|
||||
|
||||
##
|
||||
# Most other defaults are set in questions.yaml
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
image:
|
||||
repository: ghcr.io/truecharts/esphome
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2021.8.2
|
||||
tag: v2021.8.2@sha256:42
|
||||
|
||||
securityContext:
|
||||
privileged: false
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
image:
|
||||
repository: ghcr.io/truecharts/bs
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.66.6
|
||||
tag: v0.66.6@sha256:42
|
||||
|
||||
# Disable Deployment
|
||||
controller:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: ghcr.io/truecharts/bs
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.66.6
|
||||
tag: v0.66.6@sha256:42
|
||||
|
||||
# Disable Deployment
|
||||
controller:
|
||||
|
||||
@@ -7,13 +7,13 @@
|
||||
image:
|
||||
repository: fireflyiii/core
|
||||
pullPolicy: IfNotPresent
|
||||
tag: version-5.5.12
|
||||
tag: version-5.5.12@sha256:42
|
||||
|
||||
|
||||
postgresqlImage:
|
||||
repository: postgres
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 13.4-alpine
|
||||
tag: 13.4-alpine@sha256:42
|
||||
|
||||
initContainers:
|
||||
init-postgresdb:
|
||||
|
||||
@@ -3,13 +3,13 @@
|
||||
image:
|
||||
repository: fireflyiii/core
|
||||
pullPolicy: IfNotPresent
|
||||
tag: version-5.5.12
|
||||
tag: version-5.5.12@sha256:42
|
||||
|
||||
|
||||
postgresqlImage:
|
||||
repository: postgres
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 13.4-alpine
|
||||
tag: 13.4-alpine@sha256:42
|
||||
|
||||
securityContext:
|
||||
privileged: false
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
image:
|
||||
repository: ghcr.io/flaresolverr/flaresolverr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.2.9
|
||||
tag: v1.2.9@sha256:42
|
||||
|
||||
##
|
||||
# Most other defaults are set in questions.yaml
|
||||
|
||||
@@ -11,7 +11,7 @@ image:
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
# -- image tag
|
||||
tag: v1.2.9
|
||||
tag: v1.2.9@sha256:42
|
||||
|
||||
securityContext:
|
||||
privileged: false
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
image:
|
||||
repository: ghcr.io/truecharts/flood
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v4.6.1
|
||||
tag: v4.6.1@sha256:42
|
||||
|
||||
##
|
||||
# Most other defaults are set in questions.yaml
|
||||
|
||||
@@ -11,7 +11,7 @@ image:
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
# -- image tag
|
||||
tag: v4.6.1
|
||||
tag: v4.6.1@sha256:42
|
||||
|
||||
securityContext:
|
||||
privileged: false
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
image:
|
||||
repository: ghcr.io/truecharts/focalboard
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.8.0
|
||||
tag: v0.8.0@sha256:42
|
||||
|
||||
##
|
||||
# Most other defaults are set in questions.yaml
|
||||
|
||||
@@ -11,7 +11,7 @@ image:
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
# -- image tag
|
||||
tag: v0.8.0
|
||||
tag: v0.8.0@sha256:42
|
||||
|
||||
securityContext:
|
||||
privileged: false
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
image:
|
||||
repository: ghcr.io/truecharts/freeradius
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v3.0.23
|
||||
tag: v3.0.23@sha256:42
|
||||
|
||||
# -- Probe configuration
|
||||
# -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
image:
|
||||
repository: ghcr.io/truecharts/freeradius
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v3.0.23
|
||||
tag: v3.0.23@sha256:42
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
image:
|
||||
repository: ghcr.io/linuxserver/freshrss
|
||||
pullPolicy: IfNotPresent
|
||||
tag: version-1.18.1
|
||||
tag: version-1.18.1@sha256:42
|
||||
|
||||
|
||||
##
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
image:
|
||||
repository: ghcr.io/linuxserver/freshrss
|
||||
pullPolicy: IfNotPresent
|
||||
tag: version-1.18.1
|
||||
tag: version-1.18.1@sha256:42
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
image:
|
||||
repository: ghcr.io/truecharts/gaps
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.8.8
|
||||
tag: v0.8.8@sha256:42
|
||||
|
||||
##
|
||||
# Most other defaults are set in questions.yaml
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
image:
|
||||
repository: ghcr.io/truecharts/gaps
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.8.8
|
||||
tag: v0.8.8@sha256:42
|
||||
|
||||
securityContext:
|
||||
privileged: false
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
image:
|
||||
repository: ghcr.io/truecharts/gonic
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.13.1
|
||||
tag: v0.13.1@sha256:42
|
||||
|
||||
##
|
||||
# Most other defaults are set in questions.yaml
|
||||
|
||||
@@ -11,7 +11,7 @@ image:
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
# -- image tag
|
||||
tag: v0.13.1
|
||||
tag: v0.13.1@sha256:42
|
||||
|
||||
securityContext:
|
||||
privileged: false
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
image:
|
||||
repository: ghcr.io/linuxserver/grocy
|
||||
tag: version-v3.1.1
|
||||
tag: version-v3.1.1@sha256:42
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
image:
|
||||
repository: ghcr.io/linuxserver/grocy
|
||||
tag: version-v3.1.1
|
||||
tag: version-v3.1.1@sha256:42
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
service:
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
image:
|
||||
repository: ghcr.io/truecharts/handbrake
|
||||
tag: v1.24.1
|
||||
tag: v1.24.1@sha256:42
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
#All values here are set as the docker defaults.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/truecharts/handbrake
|
||||
tag: v1.24.1
|
||||
tag: v1.24.1@sha256:42
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
service:
|
||||
|
||||
@@ -10,7 +10,7 @@ image:
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
# -- image tag
|
||||
tag: latest
|
||||
tag: latest@sha256:42
|
||||
|
||||
|
||||
##
|
||||
|
||||
@@ -11,7 +11,7 @@ image:
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
# -- image tag
|
||||
tag: latest
|
||||
tag: latest@sha256:42
|
||||
|
||||
securityContext:
|
||||
privileged: false
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
image:
|
||||
repository: ghcr.io/linuxserver/healthchecks
|
||||
pullPolicy: IfNotPresent
|
||||
tag: version-v1.22.0
|
||||
tag: version-v1.22.0@sha256:42
|
||||
|
||||
##
|
||||
# Most other defaults are set in questions.yaml
|
||||
|
||||
@@ -4,7 +4,7 @@ image:
|
||||
# -- image repository
|
||||
repository: ghcr.io/linuxserver/healthchecks
|
||||
# -- image tag
|
||||
tag: version-v1.22.0
|
||||
tag: version-v1.22.0@sha256:42
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
image:
|
||||
repository: ghcr.io/linuxserver/heimdall
|
||||
tag: version-2.2.2
|
||||
tag: version-2.2.2@sha256:42
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
image:
|
||||
repository: ghcr.io/linuxserver/heimdall
|
||||
tag: version-2.2.2
|
||||
tag: version-2.2.2@sha256:42
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
service:
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
image:
|
||||
repository: ghcr.io/truecharts/home-assistant
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2021.9.5
|
||||
tag: v2021.9.5@sha256:42
|
||||
|
||||
##
|
||||
# Most other defaults are set in questions.yaml
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
image:
|
||||
repository: ghcr.io/truecharts/home-assistant
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2021.9.5
|
||||
tag: v2021.9.5@sha256:42
|
||||
|
||||
env: {}
|
||||
# TZ:
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
image:
|
||||
repository: sirfragalot/hyperion.ng
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.0.0-alpha.10-x86_64
|
||||
tag: 2.0.0-alpha.10-x86_64@sha256:42
|
||||
|
||||
##
|
||||
# Most other defaults are set in questions.yaml
|
||||
|
||||
@@ -9,7 +9,7 @@ image:
|
||||
# -- image repository
|
||||
repository: sirfragalot/hyperion.ng
|
||||
# -- image tag
|
||||
tag: 2.0.0-alpha.10-x86_64
|
||||
tag: 2.0.0-alpha.10-x86_64@sha256:42
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
image:
|
||||
repository: ghcr.io/k8s-at-home/jackett
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.18.686
|
||||
tag: v0.18.686@sha256:42
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
image:
|
||||
repository: ghcr.io/k8s-at-home/jackett
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.18.686@sha256:42
|
||||
tag: v0.18.686@sha256:42@sha256:42
|
||||
|
||||
securityContext:
|
||||
privileged: false
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
image:
|
||||
repository: ghcr.io/truecharts/jdownloader-2
|
||||
tag: v1.7.1
|
||||
tag: v1.7.1@sha256:42
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
#All values here are set as the docker defaults.
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
image:
|
||||
repository: ghcr.io/truecharts/jdownloader-2
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.7.1
|
||||
tag: v1.7.1@sha256:42
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
image:
|
||||
repository: ghcr.io/truecharts/jellyfin
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v10.7.7
|
||||
tag: v10.7.7@sha256:42
|
||||
|
||||
##
|
||||
# Most other defaults are set in questions.yaml
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
image:
|
||||
repository: ghcr.io/truecharts/jellyfin
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v10.7.7
|
||||
tag: v10.7.7@sha256:42
|
||||
|
||||
securityContext:
|
||||
privileged: false
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
image:
|
||||
repository: quay.io/oriedge/k8s_gateway
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.1.8
|
||||
tag: v0.1.8@sha256:42
|
||||
|
||||
args: ["-conf", "/etc/coredns/Corefile"]
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
image:
|
||||
repository: quay.io/oriedge/k8s_gateway
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.1.8
|
||||
tag: v0.1.8@sha256:42
|
||||
|
||||
args: ["-conf", "/etc/coredns/Corefile"]
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
image:
|
||||
repository: pykmsorg/py-kms
|
||||
pullPolicy: IfNotPresent
|
||||
tag: minimal
|
||||
tag: minimal@sha256:42
|
||||
|
||||
|
||||
##
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
image:
|
||||
repository: pykmsorg/py-kms
|
||||
pullPolicy: IfNotPresent
|
||||
tag: minimal
|
||||
tag: minimal@sha256:42
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
image:
|
||||
repository: ghcr.io/truecharts/komga
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.125.3
|
||||
tag: v0.125.3@sha256:42
|
||||
|
||||
##
|
||||
# Most other defaults are set in questions.yaml
|
||||
|
||||
@@ -9,7 +9,7 @@ image:
|
||||
# -- image repository
|
||||
repository: ghcr.io/truecharts/komga
|
||||
# -- image tag
|
||||
tag: v0.125.3
|
||||
tag: v0.125.3@sha256:42
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
image:
|
||||
repository: ghcr.io/linuxserver/lazylibrarian
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest
|
||||
tag: latest@sha256:42
|
||||
|
||||
|
||||
##
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
image:
|
||||
repository: ghcr.io/linuxserver/lazylibrarian
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest
|
||||
tag: latest@sha256:42
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
image:
|
||||
repository: ghcr.io/linuxserver/librespeed
|
||||
pullPolicy: IfNotPresent
|
||||
tag: version-5.2.4
|
||||
tag: version-5.2.4@sha256:42
|
||||
|
||||
##
|
||||
# Most other defaults are set in questions.yaml
|
||||
|
||||
@@ -9,7 +9,7 @@ image:
|
||||
# -- image repository
|
||||
repository: ghcr.io/linuxserver/librespeed
|
||||
# -- image tag
|
||||
tag: version-5.2.4
|
||||
tag: version-5.2.4@sha256:42
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
image:
|
||||
repository: ghcr.io/k8s-at-home/lidarr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.0.0.2255
|
||||
tag: v1.0.0.2255@sha256:42
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
image:
|
||||
repository: ghcr.io/k8s-at-home/lidarr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.0.0.2255
|
||||
tag: v1.0.0.2255@sha256:42
|
||||
|
||||
securityContext:
|
||||
privileged: false
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
image:
|
||||
repository: ghcr.io/techno-tim/littlelink-server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest
|
||||
tag: latest@sha256:42
|
||||
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
image:
|
||||
repository: ghcr.io/techno-tim/littlelink-server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest
|
||||
tag: latest@sha256:42
|
||||
|
||||
|
||||
service:
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
image:
|
||||
repository: ghcr.io/truecharts/lychee-laravel
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v4.3.4
|
||||
tag: v4.3.4@sha256:42
|
||||
|
||||
|
||||
##
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
image:
|
||||
repository: ghcr.io/truecharts/lychee-laravel
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v4.3.4
|
||||
tag: v4.3.4@sha256:42
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
@@ -8,7 +8,7 @@ image:
|
||||
# -- image repository
|
||||
repository: ghcr.io/truecharts/mealie
|
||||
# -- image tag
|
||||
tag: v0.5.2
|
||||
tag: v0.5.2@sha256:42
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ image:
|
||||
# -- image repository
|
||||
repository: ghcr.io/truecharts/mealie
|
||||
# -- image tag
|
||||
tag: v0.5.2
|
||||
tag: v0.5.2@sha256:42
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ image:
|
||||
# -- image repository
|
||||
repository: eclipse-mosquitto
|
||||
# -- image tag
|
||||
tag: 2.0.12
|
||||
tag: 2.0.12@sha256:42
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ image:
|
||||
# -- image repository
|
||||
repository: eclipse-mosquitto
|
||||
# -- image tag
|
||||
tag: 2.0.12
|
||||
tag: 2.0.12@sha256:42
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
image:
|
||||
repository: ghcr.io/linuxserver/mylar3
|
||||
pullPolicy: IfNotPresent
|
||||
tag: version-v0.5.3
|
||||
tag: version-v0.5.3@sha256:42
|
||||
|
||||
##
|
||||
# Most other defaults are set in questions.yaml
|
||||
|
||||
@@ -9,7 +9,7 @@ image:
|
||||
# -- image repository
|
||||
repository: ghcr.io/linuxserver/mylar3
|
||||
# -- image tag
|
||||
tag: version-v0.5.3
|
||||
tag: version-v0.5.3@sha256:42
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
image:
|
||||
repository: ghcr.io/truecharts/navidrome
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.45.1
|
||||
tag: v0.45.1@sha256:42
|
||||
|
||||
##
|
||||
# Most other defaults are set in questions.yaml
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
image:
|
||||
repository: ghcr.io/truecharts/navidrome
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.45.1
|
||||
tag: v0.45.1@sha256:42
|
||||
|
||||
securityContext:
|
||||
privileged: false
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user