diff --git a/charts/incubator/custom-app/values.yaml b/charts/incubator/custom-app/values.yaml index ce0c52d2f8f..c070f4789a2 100644 --- a/charts/incubator/custom-app/values.yaml +++ b/charts/incubator/custom-app/values.yaml @@ -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 diff --git a/charts/incubator/oscam/SCALE/ix_values.yaml b/charts/incubator/oscam/SCALE/ix_values.yaml index a14bc0d6e3e..476a84f1677 100644 --- a/charts/incubator/oscam/SCALE/ix_values.yaml +++ b/charts/incubator/oscam/SCALE/ix_values.yaml @@ -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 diff --git a/charts/incubator/oscam/values.yaml b/charts/incubator/oscam/values.yaml index fb4b27eb6ab..631abae1f34 100644 --- a/charts/incubator/oscam/values.yaml +++ b/charts/incubator/oscam/values.yaml @@ -3,7 +3,7 @@ image: repository: ghcr.io/linuxserver/oscam pullPolicy: IfNotPresent - tag: version-11693 + tag: version-11693@sha256:42 env: TZ: UTC diff --git a/charts/incubator/sogo/SCALE/ix_values.yaml b/charts/incubator/sogo/SCALE/ix_values.yaml index 9d12a1cd2a6..20a1f74ef7e 100644 --- a/charts/incubator/sogo/SCALE/ix_values.yaml +++ b/charts/incubator/sogo/SCALE/ix_values.yaml @@ -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 diff --git a/charts/incubator/sogo/values.yaml b/charts/incubator/sogo/values.yaml index f5fbabf8e3b..304d3d25fb3 100644 --- a/charts/incubator/sogo/values.yaml +++ b/charts/incubator/sogo/values.yaml @@ -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: diff --git a/charts/library/common-test/ci/basic-values.yaml b/charts/library/common-test/ci/basic-values.yaml index c7f135d8720..6785668e992 100644 --- a/charts/library/common-test/ci/basic-values.yaml +++ b/charts/library/common-test/ci/basic-values.yaml @@ -1,6 +1,6 @@ image: repository: b4bz/homer - tag: latest + tag: latest@sha256:42 pullPolicy: IfNotPresent service: diff --git a/charts/library/common-test/values.yaml b/charts/library/common-test/values.yaml index c56f46cd33d..aa51b523644 100644 --- a/charts/library/common-test/values.yaml +++ b/charts/library/common-test/values.yaml @@ -1,4 +1,4 @@ image: repository: ghcr.io/truecharts/homer - tag: latest + tag: latest@sha256:42 pullPolicy: IfNotPresent diff --git a/charts/library/common/values.yaml b/charts/library/common/values.yaml index 9b8e2c118bd..af919f6e0f8 100644 --- a/charts/library/common/values.yaml +++ b/charts/library/common/values.yaml @@ -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 diff --git a/charts/stable/airsonic/SCALE/ix_values.yaml b/charts/stable/airsonic/SCALE/ix_values.yaml index c180e90dfa4..d8e39ab0b4e 100644 --- a/charts/stable/airsonic/SCALE/ix_values.yaml +++ b/charts/stable/airsonic/SCALE/ix_values.yaml @@ -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 diff --git a/charts/stable/airsonic/values.yaml b/charts/stable/airsonic/values.yaml index b5e3c17a697..d51b9b833fe 100644 --- a/charts/stable/airsonic/values.yaml +++ b/charts/stable/airsonic/values.yaml @@ -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 diff --git a/charts/stable/appdaemon/SCALE/ix_values.yaml b/charts/stable/appdaemon/SCALE/ix_values.yaml index 37a0ce9a4bc..eea46753803 100644 --- a/charts/stable/appdaemon/SCALE/ix_values.yaml +++ b/charts/stable/appdaemon/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: acockburn/appdaemon pullPolicy: IfNotPresent - tag: "4.1.0" + tag: "4.1.0"@sha256:42 ## diff --git a/charts/stable/appdaemon/values.yaml b/charts/stable/appdaemon/values.yaml index 7b24f2847da..39c11e5bcda 100644 --- a/charts/stable/appdaemon/values.yaml +++ b/charts/stable/appdaemon/values.yaml @@ -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 diff --git a/charts/stable/authelia/SCALE/ix_values.yaml b/charts/stable/authelia/SCALE/ix_values.yaml index 95e586cdcd3..a0103098c56 100644 --- a/charts/stable/authelia/SCALE/ix_values.yaml +++ b/charts/stable/authelia/SCALE/ix_values.yaml @@ -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 diff --git a/charts/stable/authelia/values.yaml b/charts/stable/authelia/values.yaml index e3350130e3b..ce2984f10aa 100644 --- a/charts/stable/authelia/values.yaml +++ b/charts/stable/authelia/values.yaml @@ -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"] diff --git a/charts/stable/bazarr/SCALE/ix_values.yaml b/charts/stable/bazarr/SCALE/ix_values.yaml index 02de9e9ecc1..f0fcff0ad92 100644 --- a/charts/stable/bazarr/SCALE/ix_values.yaml +++ b/charts/stable/bazarr/SCALE/ix_values.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 diff --git a/charts/stable/bazarr/values.yaml b/charts/stable/bazarr/values.yaml index 35d296ec4b0..ac199a2077d 100644 --- a/charts/stable/bazarr/values.yaml +++ b/charts/stable/bazarr/values.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 diff --git a/charts/stable/booksonic-air/SCALE/ix_values.yaml b/charts/stable/booksonic-air/SCALE/ix_values.yaml index d4514d8f9dd..a0db61fd5fb 100644 --- a/charts/stable/booksonic-air/SCALE/ix_values.yaml +++ b/charts/stable/booksonic-air/SCALE/ix_values.yaml @@ -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 diff --git a/charts/stable/booksonic-air/values.yaml b/charts/stable/booksonic-air/values.yaml index 2f2ff35eade..f5f24710e31 100644 --- a/charts/stable/booksonic-air/values.yaml +++ b/charts/stable/booksonic-air/values.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 diff --git a/charts/stable/calibre-web/SCALE/ix_values.yaml b/charts/stable/calibre-web/SCALE/ix_values.yaml index 3cdc8ed82e5..45c13cb585c 100644 --- a/charts/stable/calibre-web/SCALE/ix_values.yaml +++ b/charts/stable/calibre-web/SCALE/ix_values.yaml @@ -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 ## diff --git a/charts/stable/calibre-web/values.yaml b/charts/stable/calibre-web/values.yaml index 442a6199121..1a1546efb14 100644 --- a/charts/stable/calibre-web/values.yaml +++ b/charts/stable/calibre-web/values.yaml @@ -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: diff --git a/charts/stable/calibre/SCALE/ix_values.yaml b/charts/stable/calibre/SCALE/ix_values.yaml index 46d553d3072..e001373cded 100644 --- a/charts/stable/calibre/SCALE/ix_values.yaml +++ b/charts/stable/calibre/SCALE/ix_values.yaml @@ -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 diff --git a/charts/stable/calibre/values.yaml b/charts/stable/calibre/values.yaml index de5d40aacc7..476dbb1b5f1 100644 --- a/charts/stable/calibre/values.yaml +++ b/charts/stable/calibre/values.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 diff --git a/charts/stable/collabora-online/SCALE/ix_values.yaml b/charts/stable/collabora-online/SCALE/ix_values.yaml index a3f27ddda1c..abce653e5c2 100644 --- a/charts/stable/collabora-online/SCALE/ix_values.yaml +++ b/charts/stable/collabora-online/SCALE/ix_values.yaml @@ -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 diff --git a/charts/stable/collabora-online/values.yaml b/charts/stable/collabora-online/values.yaml index b30ec14d1c8..0911af2d2a6 100644 --- a/charts/stable/collabora-online/values.yaml +++ b/charts/stable/collabora-online/values.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: diff --git a/charts/stable/deconz/SCALE/ix_values.yaml b/charts/stable/deconz/SCALE/ix_values.yaml index 450dbfa8944..7197fffa2bc 100644 --- a/charts/stable/deconz/SCALE/ix_values.yaml +++ b/charts/stable/deconz/SCALE/ix_values.yaml @@ -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 diff --git a/charts/stable/deconz/values.yaml b/charts/stable/deconz/values.yaml index 4acd6029f5f..dc883dc994b 100644 --- a/charts/stable/deconz/values.yaml +++ b/charts/stable/deconz/values.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 diff --git a/charts/stable/deepstack-cpu/SCALE/ix_values.yaml b/charts/stable/deepstack-cpu/SCALE/ix_values.yaml index 4bff0fb6e80..e1edbb51d36 100644 --- a/charts/stable/deepstack-cpu/SCALE/ix_values.yaml +++ b/charts/stable/deepstack-cpu/SCALE/ix_values.yaml @@ -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 diff --git a/charts/stable/deepstack-cpu/values.yaml b/charts/stable/deepstack-cpu/values.yaml index 2f6bb43661b..3857e9706b7 100644 --- a/charts/stable/deepstack-cpu/values.yaml +++ b/charts/stable/deepstack-cpu/values.yaml @@ -3,7 +3,7 @@ image: repository: deepquestai/deepstack pullPolicy: IfNotPresent - tag: cpu-2021.02.1 + tag: cpu-2021.02.1@sha256:42 service: main: diff --git a/charts/stable/deluge/SCALE/ix_values.yaml b/charts/stable/deluge/SCALE/ix_values.yaml index 8116c10962d..6b0775d9427 100644 --- a/charts/stable/deluge/SCALE/ix_values.yaml +++ b/charts/stable/deluge/SCALE/ix_values.yaml @@ -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 ## diff --git a/charts/stable/deluge/values.yaml b/charts/stable/deluge/values.yaml index a8514c08368..39e79048d04 100644 --- a/charts/stable/deluge/values.yaml +++ b/charts/stable/deluge/values.yaml @@ -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: diff --git a/charts/stable/dizquetv/SCALE/ix_values.yaml b/charts/stable/dizquetv/SCALE/ix_values.yaml index b44f36dd90e..8142f13471f 100644 --- a/charts/stable/dizquetv/SCALE/ix_values.yaml +++ b/charts/stable/dizquetv/SCALE/ix_values.yaml @@ -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 diff --git a/charts/stable/dizquetv/values.yaml b/charts/stable/dizquetv/values.yaml index f115143c6d1..a3f9676f531 100644 --- a/charts/stable/dizquetv/values.yaml +++ b/charts/stable/dizquetv/values.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 diff --git a/charts/stable/duplicati/SCALE/ix_values.yaml b/charts/stable/duplicati/SCALE/ix_values.yaml index ab1c03b2bc8..6671b187a20 100644 --- a/charts/stable/duplicati/SCALE/ix_values.yaml +++ b/charts/stable/duplicati/SCALE/ix_values.yaml @@ -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 diff --git a/charts/stable/duplicati/values.yaml b/charts/stable/duplicati/values.yaml index 8c43b855e86..55d20fb08cf 100644 --- a/charts/stable/duplicati/values.yaml +++ b/charts/stable/duplicati/values.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 diff --git a/charts/stable/emby/SCALE/ix_values.yaml b/charts/stable/emby/SCALE/ix_values.yaml index 62b028de9c7..5f03cf1dc2c 100644 --- a/charts/stable/emby/SCALE/ix_values.yaml +++ b/charts/stable/emby/SCALE/ix_values.yaml @@ -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 diff --git a/charts/stable/emby/values.yaml b/charts/stable/emby/values.yaml index 76ad4727aee..381a8d6ff17 100644 --- a/charts/stable/emby/values.yaml +++ b/charts/stable/emby/values.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 diff --git a/charts/stable/esphome/SCALE/ix_values.yaml b/charts/stable/esphome/SCALE/ix_values.yaml index 762534472b0..075d98e4158 100644 --- a/charts/stable/esphome/SCALE/ix_values.yaml +++ b/charts/stable/esphome/SCALE/ix_values.yaml @@ -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 diff --git a/charts/stable/esphome/values.yaml b/charts/stable/esphome/values.yaml index bbcbb505c93..c2298d7a138 100644 --- a/charts/stable/esphome/values.yaml +++ b/charts/stable/esphome/values.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 diff --git a/charts/stable/external-service/SCALE/ix_values.yaml b/charts/stable/external-service/SCALE/ix_values.yaml index ab180553eb4..b3f12247edc 100644 --- a/charts/stable/external-service/SCALE/ix_values.yaml +++ b/charts/stable/external-service/SCALE/ix_values.yaml @@ -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: diff --git a/charts/stable/external-service/values.yaml b/charts/stable/external-service/values.yaml index 3d8f559565e..854dad2610a 100644 --- a/charts/stable/external-service/values.yaml +++ b/charts/stable/external-service/values.yaml @@ -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: diff --git a/charts/stable/fireflyiii/SCALE/ix_values.yaml b/charts/stable/fireflyiii/SCALE/ix_values.yaml index f6c6a726b4c..01be936b6c6 100644 --- a/charts/stable/fireflyiii/SCALE/ix_values.yaml +++ b/charts/stable/fireflyiii/SCALE/ix_values.yaml @@ -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: diff --git a/charts/stable/fireflyiii/values.yaml b/charts/stable/fireflyiii/values.yaml index 5e50efad33f..9e2fbc6c585 100644 --- a/charts/stable/fireflyiii/values.yaml +++ b/charts/stable/fireflyiii/values.yaml @@ -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 diff --git a/charts/stable/flaresolverr/SCALE/ix_values.yaml b/charts/stable/flaresolverr/SCALE/ix_values.yaml index 8d6938f0aa1..9352bc6ead4 100644 --- a/charts/stable/flaresolverr/SCALE/ix_values.yaml +++ b/charts/stable/flaresolverr/SCALE/ix_values.yaml @@ -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 diff --git a/charts/stable/flaresolverr/values.yaml b/charts/stable/flaresolverr/values.yaml index 0b2c0635673..f15fb7a6db4 100644 --- a/charts/stable/flaresolverr/values.yaml +++ b/charts/stable/flaresolverr/values.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 diff --git a/charts/stable/flood/SCALE/ix_values.yaml b/charts/stable/flood/SCALE/ix_values.yaml index a68cacca00e..97bf819ebc1 100644 --- a/charts/stable/flood/SCALE/ix_values.yaml +++ b/charts/stable/flood/SCALE/ix_values.yaml @@ -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 diff --git a/charts/stable/flood/values.yaml b/charts/stable/flood/values.yaml index c25dc96fbba..c0f34ada037 100644 --- a/charts/stable/flood/values.yaml +++ b/charts/stable/flood/values.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 diff --git a/charts/stable/focalboard/SCALE/ix_values.yaml b/charts/stable/focalboard/SCALE/ix_values.yaml index 896463cef46..a59eb3f2cec 100644 --- a/charts/stable/focalboard/SCALE/ix_values.yaml +++ b/charts/stable/focalboard/SCALE/ix_values.yaml @@ -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 diff --git a/charts/stable/focalboard/values.yaml b/charts/stable/focalboard/values.yaml index e3ad66f615d..679b9189ae8 100644 --- a/charts/stable/focalboard/values.yaml +++ b/charts/stable/focalboard/values.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 diff --git a/charts/stable/freeradius/SCALE/ix_values.yaml b/charts/stable/freeradius/SCALE/ix_values.yaml index 5f5b3bc0697..c49b7ad084b 100644 --- a/charts/stable/freeradius/SCALE/ix_values.yaml +++ b/charts/stable/freeradius/SCALE/ix_values.yaml @@ -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/) diff --git a/charts/stable/freeradius/values.yaml b/charts/stable/freeradius/values.yaml index 02a0abd5106..b9df03a583a 100644 --- a/charts/stable/freeradius/values.yaml +++ b/charts/stable/freeradius/values.yaml @@ -3,7 +3,7 @@ image: repository: ghcr.io/truecharts/freeradius pullPolicy: IfNotPresent - tag: v3.0.23 + tag: v3.0.23@sha256:42 service: main: diff --git a/charts/stable/freshrss/SCALE/ix_values.yaml b/charts/stable/freshrss/SCALE/ix_values.yaml index 74a765a37cb..1d4aae08773 100644 --- a/charts/stable/freshrss/SCALE/ix_values.yaml +++ b/charts/stable/freshrss/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/linuxserver/freshrss pullPolicy: IfNotPresent - tag: version-1.18.1 + tag: version-1.18.1@sha256:42 ## diff --git a/charts/stable/freshrss/values.yaml b/charts/stable/freshrss/values.yaml index a6c8e262940..04459b3dd4c 100644 --- a/charts/stable/freshrss/values.yaml +++ b/charts/stable/freshrss/values.yaml @@ -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: diff --git a/charts/stable/gaps/SCALE/ix_values.yaml b/charts/stable/gaps/SCALE/ix_values.yaml index bed66409b0a..80d8bf8f655 100644 --- a/charts/stable/gaps/SCALE/ix_values.yaml +++ b/charts/stable/gaps/SCALE/ix_values.yaml @@ -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 diff --git a/charts/stable/gaps/values.yaml b/charts/stable/gaps/values.yaml index 0fb5363a6ad..409ee8a8481 100644 --- a/charts/stable/gaps/values.yaml +++ b/charts/stable/gaps/values.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 diff --git a/charts/stable/gonic/SCALE/ix_values.yaml b/charts/stable/gonic/SCALE/ix_values.yaml index 81041a52d8a..8aee051af16 100644 --- a/charts/stable/gonic/SCALE/ix_values.yaml +++ b/charts/stable/gonic/SCALE/ix_values.yaml @@ -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 diff --git a/charts/stable/gonic/values.yaml b/charts/stable/gonic/values.yaml index 2abb3bcd6e2..1a4bc6ba460 100644 --- a/charts/stable/gonic/values.yaml +++ b/charts/stable/gonic/values.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 diff --git a/charts/stable/grocy/SCALE/ix_values.yaml b/charts/stable/grocy/SCALE/ix_values.yaml index 4826fe7ccc2..b95fa380500 100644 --- a/charts/stable/grocy/SCALE/ix_values.yaml +++ b/charts/stable/grocy/SCALE/ix_values.yaml @@ -6,7 +6,7 @@ image: repository: ghcr.io/linuxserver/grocy - tag: version-v3.1.1 + tag: version-v3.1.1@sha256:42 pullPolicy: IfNotPresent diff --git a/charts/stable/grocy/values.yaml b/charts/stable/grocy/values.yaml index 7793280de5f..a2d1e45fe4b 100644 --- a/charts/stable/grocy/values.yaml +++ b/charts/stable/grocy/values.yaml @@ -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: diff --git a/charts/stable/handbrake/SCALE/ix_values.yaml b/charts/stable/handbrake/SCALE/ix_values.yaml index a47408fd28c..355760acc93 100644 --- a/charts/stable/handbrake/SCALE/ix_values.yaml +++ b/charts/stable/handbrake/SCALE/ix_values.yaml @@ -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. diff --git a/charts/stable/handbrake/values.yaml b/charts/stable/handbrake/values.yaml index b952e02eee2..18857acaada 100644 --- a/charts/stable/handbrake/values.yaml +++ b/charts/stable/handbrake/values.yaml @@ -1,6 +1,6 @@ image: repository: ghcr.io/truecharts/handbrake - tag: v1.24.1 + tag: v1.24.1@sha256:42 pullPolicy: IfNotPresent service: diff --git a/charts/stable/haste-server/SCALE/ix_values.yaml b/charts/stable/haste-server/SCALE/ix_values.yaml index a9ee0bcb65b..cfa14193c65 100644 --- a/charts/stable/haste-server/SCALE/ix_values.yaml +++ b/charts/stable/haste-server/SCALE/ix_values.yaml @@ -10,7 +10,7 @@ image: # -- image pull policy pullPolicy: IfNotPresent # -- image tag - tag: latest + tag: latest@sha256:42 ## diff --git a/charts/stable/haste-server/values.yaml b/charts/stable/haste-server/values.yaml index 18c85b80233..bf44e10a081 100644 --- a/charts/stable/haste-server/values.yaml +++ b/charts/stable/haste-server/values.yaml @@ -11,7 +11,7 @@ image: # -- image pull policy pullPolicy: IfNotPresent # -- image tag - tag: latest + tag: latest@sha256:42 securityContext: privileged: false diff --git a/charts/stable/healthchecks/SCALE/ix_values.yaml b/charts/stable/healthchecks/SCALE/ix_values.yaml index f627e9481a8..e98aab99ba4 100644 --- a/charts/stable/healthchecks/SCALE/ix_values.yaml +++ b/charts/stable/healthchecks/SCALE/ix_values.yaml @@ -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 diff --git a/charts/stable/healthchecks/values.yaml b/charts/stable/healthchecks/values.yaml index 8efd4f76f61..a9da3ff8793 100644 --- a/charts/stable/healthchecks/values.yaml +++ b/charts/stable/healthchecks/values.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 diff --git a/charts/stable/heimdall/SCALE/ix_values.yaml b/charts/stable/heimdall/SCALE/ix_values.yaml index e5a48237550..9936468bec3 100644 --- a/charts/stable/heimdall/SCALE/ix_values.yaml +++ b/charts/stable/heimdall/SCALE/ix_values.yaml @@ -6,7 +6,7 @@ image: repository: ghcr.io/linuxserver/heimdall - tag: version-2.2.2 + tag: version-2.2.2@sha256:42 pullPolicy: IfNotPresent diff --git a/charts/stable/heimdall/values.yaml b/charts/stable/heimdall/values.yaml index 721cf40e66c..2b5cf72a6c0 100644 --- a/charts/stable/heimdall/values.yaml +++ b/charts/stable/heimdall/values.yaml @@ -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: diff --git a/charts/stable/home-assistant/SCALE/ix_values.yaml b/charts/stable/home-assistant/SCALE/ix_values.yaml index ee824a26604..742d9ca5231 100644 --- a/charts/stable/home-assistant/SCALE/ix_values.yaml +++ b/charts/stable/home-assistant/SCALE/ix_values.yaml @@ -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 diff --git a/charts/stable/home-assistant/values.yaml b/charts/stable/home-assistant/values.yaml index eacca79e18a..923b82f74e7 100644 --- a/charts/stable/home-assistant/values.yaml +++ b/charts/stable/home-assistant/values.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: diff --git a/charts/stable/hyperion-ng/SCALE/ix_values.yaml b/charts/stable/hyperion-ng/SCALE/ix_values.yaml index 5d612004fb8..d12fe767b7a 100644 --- a/charts/stable/hyperion-ng/SCALE/ix_values.yaml +++ b/charts/stable/hyperion-ng/SCALE/ix_values.yaml @@ -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 diff --git a/charts/stable/hyperion-ng/values.yaml b/charts/stable/hyperion-ng/values.yaml index 2cb4d34465a..59abb91bd33 100644 --- a/charts/stable/hyperion-ng/values.yaml +++ b/charts/stable/hyperion-ng/values.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 diff --git a/charts/stable/jackett/SCALE/ix_values.yaml b/charts/stable/jackett/SCALE/ix_values.yaml index cf8517b4f4f..f29ae8a5f91 100644 --- a/charts/stable/jackett/SCALE/ix_values.yaml +++ b/charts/stable/jackett/SCALE/ix_values.yaml @@ -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: diff --git a/charts/stable/jackett/values.yaml b/charts/stable/jackett/values.yaml index b8ac8ccea35..4f685e09e7c 100644 --- a/charts/stable/jackett/values.yaml +++ b/charts/stable/jackett/values.yaml @@ -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 diff --git a/charts/stable/jdownloader2/SCALE/ix_values.yaml b/charts/stable/jdownloader2/SCALE/ix_values.yaml index 6983fab790c..c714d363738 100644 --- a/charts/stable/jdownloader2/SCALE/ix_values.yaml +++ b/charts/stable/jdownloader2/SCALE/ix_values.yaml @@ -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. diff --git a/charts/stable/jdownloader2/values.yaml b/charts/stable/jdownloader2/values.yaml index b6e7e07a6ce..1edceeb58bf 100644 --- a/charts/stable/jdownloader2/values.yaml +++ b/charts/stable/jdownloader2/values.yaml @@ -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: diff --git a/charts/stable/jellyfin/SCALE/ix_values.yaml b/charts/stable/jellyfin/SCALE/ix_values.yaml index f245ba1bd04..d4b0bd2e52e 100644 --- a/charts/stable/jellyfin/SCALE/ix_values.yaml +++ b/charts/stable/jellyfin/SCALE/ix_values.yaml @@ -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 diff --git a/charts/stable/jellyfin/values.yaml b/charts/stable/jellyfin/values.yaml index 9be6a26566e..2c8afbe88fa 100644 --- a/charts/stable/jellyfin/values.yaml +++ b/charts/stable/jellyfin/values.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 diff --git a/charts/stable/k8s-gateway/SCALE/ix_values.yaml b/charts/stable/k8s-gateway/SCALE/ix_values.yaml index 0d0d952dead..5281295b9b9 100644 --- a/charts/stable/k8s-gateway/SCALE/ix_values.yaml +++ b/charts/stable/k8s-gateway/SCALE/ix_values.yaml @@ -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"] diff --git a/charts/stable/k8s-gateway/values.yaml b/charts/stable/k8s-gateway/values.yaml index dbd7290ca9f..747b41fee18 100644 --- a/charts/stable/k8s-gateway/values.yaml +++ b/charts/stable/k8s-gateway/values.yaml @@ -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"] diff --git a/charts/stable/kms/SCALE/ix_values.yaml b/charts/stable/kms/SCALE/ix_values.yaml index 05f3f76e0a3..561d479ef28 100644 --- a/charts/stable/kms/SCALE/ix_values.yaml +++ b/charts/stable/kms/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: pykmsorg/py-kms pullPolicy: IfNotPresent - tag: minimal + tag: minimal@sha256:42 ## diff --git a/charts/stable/kms/values.yaml b/charts/stable/kms/values.yaml index 69190b2c90e..cf2b9fe21f3 100644 --- a/charts/stable/kms/values.yaml +++ b/charts/stable/kms/values.yaml @@ -3,7 +3,7 @@ image: repository: pykmsorg/py-kms pullPolicy: IfNotPresent - tag: minimal + tag: minimal@sha256:42 service: main: diff --git a/charts/stable/komga/SCALE/ix_values.yaml b/charts/stable/komga/SCALE/ix_values.yaml index a48371b6960..f4a138ce831 100644 --- a/charts/stable/komga/SCALE/ix_values.yaml +++ b/charts/stable/komga/SCALE/ix_values.yaml @@ -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 diff --git a/charts/stable/komga/values.yaml b/charts/stable/komga/values.yaml index ae76e089548..cb20e15ad46 100644 --- a/charts/stable/komga/values.yaml +++ b/charts/stable/komga/values.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 diff --git a/charts/stable/lazylibrarian/SCALE/ix_values.yaml b/charts/stable/lazylibrarian/SCALE/ix_values.yaml index cbe241cec25..79263e6e05d 100644 --- a/charts/stable/lazylibrarian/SCALE/ix_values.yaml +++ b/charts/stable/lazylibrarian/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/linuxserver/lazylibrarian pullPolicy: IfNotPresent - tag: latest + tag: latest@sha256:42 ## diff --git a/charts/stable/lazylibrarian/values.yaml b/charts/stable/lazylibrarian/values.yaml index bde10f7afce..c40aa5eaeea 100644 --- a/charts/stable/lazylibrarian/values.yaml +++ b/charts/stable/lazylibrarian/values.yaml @@ -3,7 +3,7 @@ image: repository: ghcr.io/linuxserver/lazylibrarian pullPolicy: IfNotPresent - tag: latest + tag: latest@sha256:42 service: main: diff --git a/charts/stable/librespeed/SCALE/ix_values.yaml b/charts/stable/librespeed/SCALE/ix_values.yaml index 52cb7779ea1..636026c33d8 100644 --- a/charts/stable/librespeed/SCALE/ix_values.yaml +++ b/charts/stable/librespeed/SCALE/ix_values.yaml @@ -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 diff --git a/charts/stable/librespeed/values.yaml b/charts/stable/librespeed/values.yaml index bc6c0512b5f..796510c0ea2 100644 --- a/charts/stable/librespeed/values.yaml +++ b/charts/stable/librespeed/values.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 diff --git a/charts/stable/lidarr/SCALE/ix_values.yaml b/charts/stable/lidarr/SCALE/ix_values.yaml index b8d29de2788..352f8286c88 100644 --- a/charts/stable/lidarr/SCALE/ix_values.yaml +++ b/charts/stable/lidarr/SCALE/ix_values.yaml @@ -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: diff --git a/charts/stable/lidarr/values.yaml b/charts/stable/lidarr/values.yaml index 28c637b3836..5b319f366c4 100644 --- a/charts/stable/lidarr/values.yaml +++ b/charts/stable/lidarr/values.yaml @@ -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 diff --git a/charts/stable/littlelink/SCALE/ix_values.yaml b/charts/stable/littlelink/SCALE/ix_values.yaml index 98df1b652a5..b72fe3e97c7 100644 --- a/charts/stable/littlelink/SCALE/ix_values.yaml +++ b/charts/stable/littlelink/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/techno-tim/littlelink-server pullPolicy: IfNotPresent - tag: latest + tag: latest@sha256:42 envFrom: - configMapRef: diff --git a/charts/stable/littlelink/values.yaml b/charts/stable/littlelink/values.yaml index 44c381188ed..ca7d9aad5ab 100644 --- a/charts/stable/littlelink/values.yaml +++ b/charts/stable/littlelink/values.yaml @@ -3,7 +3,7 @@ image: repository: ghcr.io/techno-tim/littlelink-server pullPolicy: IfNotPresent - tag: latest + tag: latest@sha256:42 service: diff --git a/charts/stable/lychee/SCALE/ix_values.yaml b/charts/stable/lychee/SCALE/ix_values.yaml index fe68213f539..bd6cc2ac8a6 100644 --- a/charts/stable/lychee/SCALE/ix_values.yaml +++ b/charts/stable/lychee/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/truecharts/lychee-laravel pullPolicy: IfNotPresent - tag: v4.3.4 + tag: v4.3.4@sha256:42 ## diff --git a/charts/stable/lychee/values.yaml b/charts/stable/lychee/values.yaml index 6d5e4d15a89..51528862a84 100644 --- a/charts/stable/lychee/values.yaml +++ b/charts/stable/lychee/values.yaml @@ -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: diff --git a/charts/stable/mealie/SCALE/ix_values.yaml b/charts/stable/mealie/SCALE/ix_values.yaml index 2105702d856..3c37d0db1f9 100644 --- a/charts/stable/mealie/SCALE/ix_values.yaml +++ b/charts/stable/mealie/SCALE/ix_values.yaml @@ -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 diff --git a/charts/stable/mealie/values.yaml b/charts/stable/mealie/values.yaml index eb5a1e88384..806a4d25d11 100644 --- a/charts/stable/mealie/values.yaml +++ b/charts/stable/mealie/values.yaml @@ -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 diff --git a/charts/stable/mosquitto/SCALE/ix_values.yaml b/charts/stable/mosquitto/SCALE/ix_values.yaml index 8433fb8fb12..6f69535d36c 100644 --- a/charts/stable/mosquitto/SCALE/ix_values.yaml +++ b/charts/stable/mosquitto/SCALE/ix_values.yaml @@ -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 diff --git a/charts/stable/mosquitto/values.yaml b/charts/stable/mosquitto/values.yaml index 7e3fcfb014c..593393046b3 100644 --- a/charts/stable/mosquitto/values.yaml +++ b/charts/stable/mosquitto/values.yaml @@ -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 diff --git a/charts/stable/mylar/SCALE/ix_values.yaml b/charts/stable/mylar/SCALE/ix_values.yaml index 75ed20a869d..c865ea28964 100644 --- a/charts/stable/mylar/SCALE/ix_values.yaml +++ b/charts/stable/mylar/SCALE/ix_values.yaml @@ -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 diff --git a/charts/stable/mylar/values.yaml b/charts/stable/mylar/values.yaml index f170f789729..946b38c3947 100644 --- a/charts/stable/mylar/values.yaml +++ b/charts/stable/mylar/values.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 diff --git a/charts/stable/navidrome/SCALE/ix_values.yaml b/charts/stable/navidrome/SCALE/ix_values.yaml index 3037eb4bacb..67453b598c7 100644 --- a/charts/stable/navidrome/SCALE/ix_values.yaml +++ b/charts/stable/navidrome/SCALE/ix_values.yaml @@ -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 diff --git a/charts/stable/navidrome/values.yaml b/charts/stable/navidrome/values.yaml index daa01b1d357..47e806fe5d6 100644 --- a/charts/stable/navidrome/values.yaml +++ b/charts/stable/navidrome/values.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 diff --git a/charts/stable/nextcloud/SCALE/ix_values.yaml b/charts/stable/nextcloud/SCALE/ix_values.yaml index 93109e95d17..36dc6c40a61 100644 --- a/charts/stable/nextcloud/SCALE/ix_values.yaml +++ b/charts/stable/nextcloud/SCALE/ix_values.yaml @@ -7,12 +7,12 @@ image: repository: nextcloud pullPolicy: IfNotPresent - tag: 22.1.1 + tag: 22.1.1@sha256:42 postgresqlImage: repository: postgres pullPolicy: IfNotPresent - tag: 13.4-alpine + tag: 13.4-alpine@sha256:42 strategy: type: Recreate diff --git a/charts/stable/nextcloud/values.yaml b/charts/stable/nextcloud/values.yaml index f26f29cc06e..40c5c3bd6d4 100644 --- a/charts/stable/nextcloud/values.yaml +++ b/charts/stable/nextcloud/values.yaml @@ -3,7 +3,7 @@ image: repository: nextcloud pullPolicy: IfNotPresent - tag: 22.1.1 + tag: 22.1.1@sha256:42 podSecurityContext: runAsUser: 0 @@ -15,7 +15,7 @@ podSecurityContext: postgresqlImage: repository: postgres pullPolicy: IfNotPresent - tag: "13.1" + tag: "13.1"@sha256:42 service: main: diff --git a/charts/stable/node-red/SCALE/ix_values.yaml b/charts/stable/node-red/SCALE/ix_values.yaml index b2a1a1481a3..5017f931d3f 100644 --- a/charts/stable/node-red/SCALE/ix_values.yaml +++ b/charts/stable/node-red/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/truecharts/node-red pullPolicy: IfNotPresent - tag: v2.0.6 + tag: v2.0.6@sha256:42 ## # Most other defaults are set in questions.yaml diff --git a/charts/stable/node-red/values.yaml b/charts/stable/node-red/values.yaml index 413cc343b7b..783944f4ad5 100644 --- a/charts/stable/node-red/values.yaml +++ b/charts/stable/node-red/values.yaml @@ -3,7 +3,7 @@ image: repository: ghcr.io/truecharts/node-red pullPolicy: IfNotPresent - tag: v2.0.6 + tag: v2.0.6@sha256:42 securityContext: privileged: false diff --git a/charts/stable/nullserv/SCALE/ix_values.yaml b/charts/stable/nullserv/SCALE/ix_values.yaml index e1fd84e3472..f093e5e6bc0 100644 --- a/charts/stable/nullserv/SCALE/ix_values.yaml +++ b/charts/stable/nullserv/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/k8s-at-home/nullserv pullPolicy: IfNotPresent - tag: v1.3.0 + tag: v1.3.0@sha256:42 # -- Configures the probes for the main Pod. # @default -- See values.yaml diff --git a/charts/stable/nullserv/values.yaml b/charts/stable/nullserv/values.yaml index 04be9d1c365..162daa064d1 100644 --- a/charts/stable/nullserv/values.yaml +++ b/charts/stable/nullserv/values.yaml @@ -13,7 +13,7 @@ image: # -- image repository repository: ghcr.io/k8s-at-home/nullserv # -- image tag - tag: v1.3.0 + tag: v1.3.0@sha256:42 # -- image pull policy pullPolicy: IfNotPresent diff --git a/charts/stable/nzbget/SCALE/ix_values.yaml b/charts/stable/nzbget/SCALE/ix_values.yaml index ef8e5a4f233..48021fcc7d8 100644 --- a/charts/stable/nzbget/SCALE/ix_values.yaml +++ b/charts/stable/nzbget/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/k8s-at-home/nzbget pullPolicy: IfNotPresent - tag: v21.1 + tag: v21.1@sha256:42 probes: liveness: diff --git a/charts/stable/nzbget/values.yaml b/charts/stable/nzbget/values.yaml index 84b489cb0de..33a8308a556 100644 --- a/charts/stable/nzbget/values.yaml +++ b/charts/stable/nzbget/values.yaml @@ -3,7 +3,7 @@ image: repository: ghcr.io/k8s-at-home/nzbget pullPolicy: IfNotPresent - tag: v21.1 + tag: v21.1@sha256:42 securityContext: privileged: false diff --git a/charts/stable/nzbhydra/SCALE/ix_values.yaml b/charts/stable/nzbhydra/SCALE/ix_values.yaml index 40be4546529..ff86bf9dd29 100644 --- a/charts/stable/nzbhydra/SCALE/ix_values.yaml +++ b/charts/stable/nzbhydra/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/k8s-at-home/nzbhydra2 pullPolicy: IfNotPresent - tag: v3.15.2 + tag: v3.15.2@sha256:42 probes: liveness: diff --git a/charts/stable/nzbhydra/values.yaml b/charts/stable/nzbhydra/values.yaml index ff9958d90f4..08d745cec5a 100644 --- a/charts/stable/nzbhydra/values.yaml +++ b/charts/stable/nzbhydra/values.yaml @@ -3,7 +3,7 @@ image: repository: ghcr.io/k8s-at-home/nzbhydra2 pullPolicy: IfNotPresent - tag: v3.15.2 + tag: v3.15.2@sha256:42 securityContext: privileged: false diff --git a/charts/stable/octoprint/SCALE/ix_values.yaml b/charts/stable/octoprint/SCALE/ix_values.yaml index a738b8b1fbf..dabc19ac78b 100644 --- a/charts/stable/octoprint/SCALE/ix_values.yaml +++ b/charts/stable/octoprint/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/truecharts/octoprint pullPolicy: IfNotPresent - tag: v1.6.1 + tag: v1.6.1@sha256:42 ## # Most other defaults are set in questions.yaml diff --git a/charts/stable/octoprint/values.yaml b/charts/stable/octoprint/values.yaml index 98f314332b4..21268532f79 100644 --- a/charts/stable/octoprint/values.yaml +++ b/charts/stable/octoprint/values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: ghcr.io/truecharts/octoprint # -- image tag - tag: v1.6.1 + tag: v1.6.1@sha256:42 # -- image pull policy pullPolicy: IfNotPresent diff --git a/charts/stable/omada-controller/SCALE/ix_values.yaml b/charts/stable/omada-controller/SCALE/ix_values.yaml index a81d81e6747..0bfb2eb26ac 100644 --- a/charts/stable/omada-controller/SCALE/ix_values.yaml +++ b/charts/stable/omada-controller/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: mbentley/omada-controller pullPolicy: IfNotPresent - tag: '4.4' + tag: '4.4'@sha256:42 ## # Most other defaults are set in questions.yaml diff --git a/charts/stable/omada-controller/values.yaml b/charts/stable/omada-controller/values.yaml index a1c8009f0b6..c1071b08285 100644 --- a/charts/stable/omada-controller/values.yaml +++ b/charts/stable/omada-controller/values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: mbentley/omada-controller # -- image tag - tag: '4.4' + tag: '4.4'@sha256:42 # -- image pull policy pullPolicy: IfNotPresent diff --git a/charts/stable/ombi/SCALE/ix_values.yaml b/charts/stable/ombi/SCALE/ix_values.yaml index 29b46e4c569..43ad61ba184 100644 --- a/charts/stable/ombi/SCALE/ix_values.yaml +++ b/charts/stable/ombi/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/truecharts/ombi pullPolicy: IfNotPresent - tag: v4.0.1475 + tag: v4.0.1475@sha256:42 ## # Most other defaults are set in questions.yaml diff --git a/charts/stable/ombi/values.yaml b/charts/stable/ombi/values.yaml index 043b3b4228b..284478afcd4 100644 --- a/charts/stable/ombi/values.yaml +++ b/charts/stable/ombi/values.yaml @@ -3,7 +3,7 @@ image: repository: ghcr.io/truecharts/ombi pullPolicy: IfNotPresent - tag: v4.0.1475 + tag: v4.0.1475@sha256:42 securityContext: privileged: false diff --git a/charts/stable/openldap/SCALE/ix_values.yaml b/charts/stable/openldap/SCALE/ix_values.yaml index 9948d110dbb..8191f5ce3d8 100644 --- a/charts/stable/openldap/SCALE/ix_values.yaml +++ b/charts/stable/openldap/SCALE/ix_values.yaml @@ -6,7 +6,7 @@ image: repository: ghcr.io/truecharts/openldap pullPolicy: IfNotPresent - tag: v1.5.0 + tag: v1.5.0@sha256:42 controller: # -- Set the controller type. diff --git a/charts/stable/openldap/values.yaml b/charts/stable/openldap/values.yaml index 2a96e5b5d4e..ef70b4c1108 100644 --- a/charts/stable/openldap/values.yaml +++ b/charts/stable/openldap/values.yaml @@ -3,7 +3,7 @@ image: repository: ghcr.io/truecharts/openldap pullPolicy: IfNotPresent - tag: v1.5.0 + tag: v1.5.0@sha256:42 controller: # -- Set the controller type. diff --git a/charts/stable/organizr/SCALE/ix_values.yaml b/charts/stable/organizr/SCALE/ix_values.yaml index 19a9fa1ee99..2dfe3633cf6 100644 --- a/charts/stable/organizr/SCALE/ix_values.yaml +++ b/charts/stable/organizr/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: organizr/organizr pullPolicy: Always - tag: latest + tag: latest@sha256:42 ## diff --git a/charts/stable/organizr/values.yaml b/charts/stable/organizr/values.yaml index 4692731e5d2..58f836e9e2b 100644 --- a/charts/stable/organizr/values.yaml +++ b/charts/stable/organizr/values.yaml @@ -3,7 +3,7 @@ image: repository: organizr/organizr pullPolicy: Always - tag: latest + tag: latest@sha256:42 service: main: diff --git a/charts/stable/overseerr/SCALE/ix_values.yaml b/charts/stable/overseerr/SCALE/ix_values.yaml index ccd9749b2c5..58a5ffdd8f1 100644 --- a/charts/stable/overseerr/SCALE/ix_values.yaml +++ b/charts/stable/overseerr/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/sct/overseerr pullPolicy: IfNotPresent - tag: 1.25.0 + tag: 1.25.0@sha256:42 ## # Most other defaults are set in questions.yaml diff --git a/charts/stable/overseerr/values.yaml b/charts/stable/overseerr/values.yaml index c5408aa4567..01c28388244 100644 --- a/charts/stable/overseerr/values.yaml +++ b/charts/stable/overseerr/values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: ghcr.io/sct/overseerr # -- image tag - tag: 1.25.0 + tag: 1.25.0@sha256:42 # -- image pull policy pullPolicy: IfNotPresent diff --git a/charts/stable/owncast/SCALE/ix_values.yaml b/charts/stable/owncast/SCALE/ix_values.yaml index 23184202914..a98ad2ea3b3 100644 --- a/charts/stable/owncast/SCALE/ix_values.yaml +++ b/charts/stable/owncast/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/truecharts/owncast pullPolicy: IfNotPresent - tag: v0.0.8 + tag: v0.0.8@sha256:42 ## # Most other defaults are set in questions.yaml diff --git a/charts/stable/owncast/values.yaml b/charts/stable/owncast/values.yaml index ab187749319..8440cc0e1ce 100644 --- a/charts/stable/owncast/values.yaml +++ b/charts/stable/owncast/values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: ghcr.io/truecharts/owncast # -- image tag - tag: v0.0.8 + tag: v0.0.8@sha256:42 # -- image pull policy pullPolicy: IfNotPresent diff --git a/charts/stable/owncloud-ocis/SCALE/ix_values.yaml b/charts/stable/owncloud-ocis/SCALE/ix_values.yaml index 28db4a7a4f8..0dd4accf740 100644 --- a/charts/stable/owncloud-ocis/SCALE/ix_values.yaml +++ b/charts/stable/owncloud-ocis/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/truecharts/ocis pullPolicy: IfNotPresent - tag: v1.11.0 + tag: v1.11.0@sha256:42 ## # Most other defaults are set in questions.yaml diff --git a/charts/stable/owncloud-ocis/values.yaml b/charts/stable/owncloud-ocis/values.yaml index 757e81bd362..c95c96719b0 100644 --- a/charts/stable/owncloud-ocis/values.yaml +++ b/charts/stable/owncloud-ocis/values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: ghcr.io/truecharts/ocis # -- image tag - tag: v1.11.0 + tag: v1.11.0@sha256:42 # -- image pull policy pullPolicy: IfNotPresent diff --git a/charts/stable/pgadmin/SCALE/ix_values.yaml b/charts/stable/pgadmin/SCALE/ix_values.yaml index 1afaaefeb90..bf74629f865 100644 --- a/charts/stable/pgadmin/SCALE/ix_values.yaml +++ b/charts/stable/pgadmin/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: dpage/pgadmin4 pullPolicy: IfNotPresent - tag: "5.6" + tag: "5.6"@sha256:42 ## diff --git a/charts/stable/pgadmin/values.yaml b/charts/stable/pgadmin/values.yaml index 3f97dcecb3e..eaec1b292ee 100644 --- a/charts/stable/pgadmin/values.yaml +++ b/charts/stable/pgadmin/values.yaml @@ -3,7 +3,7 @@ image: repository: dpage/pgadmin4 pullPolicy: IfNotPresent - tag: "5.6" + tag: "5.6"@sha256:42 securityContext: privileged: false diff --git a/charts/stable/photoprism/SCALE/ix_values.yaml b/charts/stable/photoprism/SCALE/ix_values.yaml index 53f7564cc33..44b5b3472d4 100644 --- a/charts/stable/photoprism/SCALE/ix_values.yaml +++ b/charts/stable/photoprism/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: photoprism/photoprism pullPolicy: IfNotPresent - tag: "20210523" + tag: "20210523"@sha256:42 ## # Most other defaults are set in questions.yaml diff --git a/charts/stable/photoprism/values.yaml b/charts/stable/photoprism/values.yaml index 8df54d5ff27..56017b41510 100644 --- a/charts/stable/photoprism/values.yaml +++ b/charts/stable/photoprism/values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: photoprism/photoprism # -- image tag - tag: "20210523" + tag: "20210523"@sha256:42 # -- image pull policy pullPolicy: IfNotPresent diff --git a/charts/stable/phpldapadmin/SCALE/ix_values.yaml b/charts/stable/phpldapadmin/SCALE/ix_values.yaml index 6c2d2ab1575..c9aa91b9e03 100644 --- a/charts/stable/phpldapadmin/SCALE/ix_values.yaml +++ b/charts/stable/phpldapadmin/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/truecharts/phpldapadmin pullPolicy: IfNotPresent - tag: v0.9.0 + tag: v0.9.0@sha256:42 ## diff --git a/charts/stable/phpldapadmin/values.yaml b/charts/stable/phpldapadmin/values.yaml index 7361094e823..5d16b7b910d 100644 --- a/charts/stable/phpldapadmin/values.yaml +++ b/charts/stable/phpldapadmin/values.yaml @@ -3,7 +3,7 @@ image: repository: ghcr.io/truecharts/phpldapadmin pullPolicy: IfNotPresent - tag: v0.9.0 + tag: v0.9.0@sha256:42 service: diff --git a/charts/stable/piaware/SCALE/ix_values.yaml b/charts/stable/piaware/SCALE/ix_values.yaml index 2b155d236f1..10b029a8de6 100644 --- a/charts/stable/piaware/SCALE/ix_values.yaml +++ b/charts/stable/piaware/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/truecharts/piaware pullPolicy: IfNotPresent - tag: v6.1 + tag: v6.1@sha256:42 ## # Most other defaults are set in questions.yaml diff --git a/charts/stable/piaware/values.yaml b/charts/stable/piaware/values.yaml index 161c22f2729..16db8a103be 100644 --- a/charts/stable/piaware/values.yaml +++ b/charts/stable/piaware/values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: ghcr.io/truecharts/piaware # -- image tag - tag: v6.1 + tag: v6.1@sha256:42 # -- image pull policy pullPolicy: IfNotPresent diff --git a/charts/stable/pihole/SCALE/ix_values.yaml b/charts/stable/pihole/SCALE/ix_values.yaml index ffd35ce105b..40f2d234c35 100644 --- a/charts/stable/pihole/SCALE/ix_values.yaml +++ b/charts/stable/pihole/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/truecharts/pihole pullPolicy: IfNotPresent - tag: v5.8.1 + tag: v5.8.1@sha256:42 envFrom: - configMapRef: diff --git a/charts/stable/pihole/values.yaml b/charts/stable/pihole/values.yaml index 4febcffdc0a..cd1fa04f522 100644 --- a/charts/stable/pihole/values.yaml +++ b/charts/stable/pihole/values.yaml @@ -3,7 +3,7 @@ image: repository: ghcr.io/truecharts/pihole pullPolicy: IfNotPresent - tag: v5.8.1 + tag: v5.8.1@sha256:42 envFrom: - configMapRef: diff --git a/charts/stable/plex/SCALE/ix_values.yaml b/charts/stable/plex/SCALE/ix_values.yaml index f5d37e31294..7a658b2eab3 100644 --- a/charts/stable/plex/SCALE/ix_values.yaml +++ b/charts/stable/plex/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/k8s-at-home/plex pullPolicy: IfNotPresent - tag: v1.24.1.4931-1a38e63c6 + tag: v1.24.1.4931-1a38e63c6@sha256:42 ## # Most other defaults are set in questions.yaml diff --git a/charts/stable/plex/values.yaml b/charts/stable/plex/values.yaml index 95146b4bb01..476813215ce 100644 --- a/charts/stable/plex/values.yaml +++ b/charts/stable/plex/values.yaml @@ -3,7 +3,7 @@ image: repository: ghcr.io/k8s-at-home/plex pullPolicy: IfNotPresent - tag: v1.24.1.4931-1a38e63c6 + tag: v1.24.1.4931-1a38e63c6@sha256:42 securityContext: privileged: false diff --git a/charts/stable/podgrab/SCALE/ix_values.yaml b/charts/stable/podgrab/SCALE/ix_values.yaml index bd7d7702bce..4fd1579eb7b 100644 --- a/charts/stable/podgrab/SCALE/ix_values.yaml +++ b/charts/stable/podgrab/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/truecharts/podgrab pullPolicy: Always - tag: v1.0.0 + tag: v1.0.0@sha256:42 probes: diff --git a/charts/stable/podgrab/values.yaml b/charts/stable/podgrab/values.yaml index c01af8937db..c708370f28a 100644 --- a/charts/stable/podgrab/values.yaml +++ b/charts/stable/podgrab/values.yaml @@ -3,7 +3,7 @@ image: repository: ghcr.io/truecharts/podgrab pullPolicy: Always - tag: v1.0.0 + tag: v1.0.0@sha256:42 securityContext: privileged: false diff --git a/charts/stable/postgresql/SCALE/ix_values.yaml b/charts/stable/postgresql/SCALE/ix_values.yaml index d0916814ae0..66dc827fc17 100644 --- a/charts/stable/postgresql/SCALE/ix_values.yaml +++ b/charts/stable/postgresql/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: postgres pullPolicy: IfNotPresent - tag: "13.4" + tag: "13.4"@sha256:42 envValueFrom: diff --git a/charts/stable/postgresql/values.yaml b/charts/stable/postgresql/values.yaml index 675492d1edc..3540f20cf7f 100644 --- a/charts/stable/postgresql/values.yaml +++ b/charts/stable/postgresql/values.yaml @@ -1,7 +1,7 @@ image: repository: postgres pullPolicy: IfNotPresent - tag: "13.4" + tag: "13.4"@sha256:42 service: diff --git a/charts/stable/pretend-youre-xyzzy/SCALE/ix_values.yaml b/charts/stable/pretend-youre-xyzzy/SCALE/ix_values.yaml index bb58fc2f436..d73e7e27b01 100644 --- a/charts/stable/pretend-youre-xyzzy/SCALE/ix_values.yaml +++ b/charts/stable/pretend-youre-xyzzy/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: emcniece/dockeryourxyzzy pullPolicy: IfNotPresent - tag: "4" + tag: "4"@sha256:42 ## # Most other defaults are set in questions.yaml diff --git a/charts/stable/pretend-youre-xyzzy/values.yaml b/charts/stable/pretend-youre-xyzzy/values.yaml index 3683487c9f9..c14931adb9c 100644 --- a/charts/stable/pretend-youre-xyzzy/values.yaml +++ b/charts/stable/pretend-youre-xyzzy/values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: emcniece/dockeryourxyzzy # -- image tag - tag: "4" + tag: "4"@sha256:42 # -- image pull policy pullPolicy: IfNotPresent diff --git a/charts/stable/protonmail-bridge/SCALE/ix_values.yaml b/charts/stable/protonmail-bridge/SCALE/ix_values.yaml index 01362256313..8d85527fa47 100644 --- a/charts/stable/protonmail-bridge/SCALE/ix_values.yaml +++ b/charts/stable/protonmail-bridge/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: shenxn/protonmail-bridge pullPolicy: IfNotPresent - tag: 1.8.7-1 + tag: 1.8.7-1@sha256:42 service: main: diff --git a/charts/stable/protonmail-bridge/values.yaml b/charts/stable/protonmail-bridge/values.yaml index e6eef682fc2..96b51dca236 100644 --- a/charts/stable/protonmail-bridge/values.yaml +++ b/charts/stable/protonmail-bridge/values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: shenxn/protonmail-bridge # -- image tag - tag: 1.8.7-1 + tag: 1.8.7-1@sha256:42 # -- image pull policy pullPolicy: IfNotPresent diff --git a/charts/stable/prowlarr/SCALE/ix_values.yaml b/charts/stable/prowlarr/SCALE/ix_values.yaml index d876261e296..fbf17174734 100644 --- a/charts/stable/prowlarr/SCALE/ix_values.yaml +++ b/charts/stable/prowlarr/SCALE/ix_values.yaml @@ -8,7 +8,7 @@ image: # -- image repository repository: ghcr.io/k8s-at-home/prowlarr # -- image tag - tag: v0.1.1.919 + tag: v0.1.1.919@sha256:42 # -- image pull policy pullPolicy: IfNotPresent diff --git a/charts/stable/prowlarr/values.yaml b/charts/stable/prowlarr/values.yaml index 105052f56e8..2029e6878ff 100644 --- a/charts/stable/prowlarr/values.yaml +++ b/charts/stable/prowlarr/values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: ghcr.io/k8s-at-home/prowlarr # -- image tag - tag: v0.1.1.919 + tag: v0.1.1.919@sha256:42 # -- image pull policy pullPolicy: IfNotPresent diff --git a/charts/stable/pyload/SCALE/ix_values.yaml b/charts/stable/pyload/SCALE/ix_values.yaml index 997d5e1d399..24747f44bb7 100644 --- a/charts/stable/pyload/SCALE/ix_values.yaml +++ b/charts/stable/pyload/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/linuxserver/pyload pullPolicy: IfNotPresent - tag: version-5de90278 + tag: version-5de90278@sha256:42 ## # Most other defaults are set in questions.yaml diff --git a/charts/stable/pyload/values.yaml b/charts/stable/pyload/values.yaml index eadb3fb222c..e288e62c149 100644 --- a/charts/stable/pyload/values.yaml +++ b/charts/stable/pyload/values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: ghcr.io/linuxserver/pyload # -- image tag - tag: version-5de90278 + tag: version-5de90278@sha256:42 # -- image pull policy pullPolicy: IfNotPresent diff --git a/charts/stable/qbittorrent/SCALE/ix_values.yaml b/charts/stable/qbittorrent/SCALE/ix_values.yaml index 5d593f0e21d..e1053b5ceb9 100644 --- a/charts/stable/qbittorrent/SCALE/ix_values.yaml +++ b/charts/stable/qbittorrent/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/k8s-at-home/qbittorrent pullPolicy: IfNotPresent - tag: v4.3.7 + tag: v4.3.7@sha256:42 ## # Most other defaults are set in questions.yaml diff --git a/charts/stable/qbittorrent/values.yaml b/charts/stable/qbittorrent/values.yaml index 0a2f11e91b1..20981525454 100644 --- a/charts/stable/qbittorrent/values.yaml +++ b/charts/stable/qbittorrent/values.yaml @@ -3,7 +3,7 @@ image: repository: ghcr.io/k8s-at-home/qbittorrent pullPolicy: IfNotPresent - tag: v4.3.7 + tag: v4.3.7@sha256:42 securityContext: privileged: false diff --git a/charts/stable/radarr/SCALE/ix_values.yaml b/charts/stable/radarr/SCALE/ix_values.yaml index 095e494f526..8d9c0982529 100644 --- a/charts/stable/radarr/SCALE/ix_values.yaml +++ b/charts/stable/radarr/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/k8s-at-home/radarr pullPolicy: IfNotPresent - tag: v3.2.2.5080 + tag: v3.2.2.5080@sha256:42 probes: liveness: diff --git a/charts/stable/radarr/values.yaml b/charts/stable/radarr/values.yaml index c67718a11c6..2a12511eabb 100644 --- a/charts/stable/radarr/values.yaml +++ b/charts/stable/radarr/values.yaml @@ -3,7 +3,7 @@ image: repository: ghcr.io/k8s-at-home/radarr pullPolicy: IfNotPresent - tag: v3.2.2.5080 + tag: v3.2.2.5080@sha256:42 securityContext: privileged: false diff --git a/charts/stable/readarr/SCALE/ix_values.yaml b/charts/stable/readarr/SCALE/ix_values.yaml index e63d5aef84b..5e2a3192d4f 100644 --- a/charts/stable/readarr/SCALE/ix_values.yaml +++ b/charts/stable/readarr/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/k8s-at-home/readarr pullPolicy: IfNotPresent - tag: v0.1.0.963 + tag: v0.1.0.963@sha256:42 probes: liveness: diff --git a/charts/stable/readarr/values.yaml b/charts/stable/readarr/values.yaml index dc76270bf48..c0cc253e950 100644 --- a/charts/stable/readarr/values.yaml +++ b/charts/stable/readarr/values.yaml @@ -3,7 +3,7 @@ image: repository: ghcr.io/k8s-at-home/readarr pullPolicy: IfNotPresent - tag: v0.1.0.963 + tag: v0.1.0.963@sha256:42 securityContext: privileged: false diff --git a/charts/stable/reg/SCALE/ix_values.yaml b/charts/stable/reg/SCALE/ix_values.yaml index dbf5985aa8f..763a6abf474 100644 --- a/charts/stable/reg/SCALE/ix_values.yaml +++ b/charts/stable/reg/SCALE/ix_values.yaml @@ -10,7 +10,7 @@ image: # -- image pull policy pullPolicy: IfNotPresent # -- image tag - tag: v0.16.1 + tag: v0.16.1@sha256:42 ## diff --git a/charts/stable/reg/values.yaml b/charts/stable/reg/values.yaml index 4faae9cb795..786f38085ae 100644 --- a/charts/stable/reg/values.yaml +++ b/charts/stable/reg/values.yaml @@ -11,7 +11,7 @@ image: # -- image pull policy pullPolicy: IfNotPresent # -- image tag - tag: v0.16.1 + tag: v0.16.1@sha256:42 securityContext: privileged: false diff --git a/charts/stable/resilio-sync/SCALE/ix_values.yaml b/charts/stable/resilio-sync/SCALE/ix_values.yaml index 72df9483018..22ef7934c92 100644 --- a/charts/stable/resilio-sync/SCALE/ix_values.yaml +++ b/charts/stable/resilio-sync/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/linuxserver/resilio-sync pullPolicy: IfNotPresent - tag: version-2.7.2.1375 + tag: version-2.7.2.1375@sha256:42 ## # Most other defaults are set in questions.yaml diff --git a/charts/stable/resilio-sync/values.yaml b/charts/stable/resilio-sync/values.yaml index ee5a569971e..a7a4a9ac94e 100644 --- a/charts/stable/resilio-sync/values.yaml +++ b/charts/stable/resilio-sync/values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: ghcr.io/linuxserver/resilio-sync # -- image tag - tag: version-2.7.2.1375 + tag: version-2.7.2.1375@sha256:42 # -- image pull policy pullPolicy: IfNotPresent diff --git a/charts/stable/sabnzbd/SCALE/ix_values.yaml b/charts/stable/sabnzbd/SCALE/ix_values.yaml index 30d7a90daa6..5ffb75ba5c2 100644 --- a/charts/stable/sabnzbd/SCALE/ix_values.yaml +++ b/charts/stable/sabnzbd/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/k8s-at-home/sabnzbd pullPolicy: IfNotPresent - tag: v3.3.1 + tag: v3.3.1@sha256:42 ## # Most other defaults are set in questions.yaml diff --git a/charts/stable/sabnzbd/values.yaml b/charts/stable/sabnzbd/values.yaml index 2ef93816be5..8b79da597cd 100644 --- a/charts/stable/sabnzbd/values.yaml +++ b/charts/stable/sabnzbd/values.yaml @@ -3,7 +3,7 @@ image: repository: ghcr.io/k8s-at-home/sabnzbd pullPolicy: IfNotPresent - tag: v3.3.1 + tag: v3.3.1@sha256:42 securityContext: privileged: false diff --git a/charts/stable/ser2sock/SCALE/ix_values.yaml b/charts/stable/ser2sock/SCALE/ix_values.yaml index 3aab2b9436f..4e7a5fbf329 100644 --- a/charts/stable/ser2sock/SCALE/ix_values.yaml +++ b/charts/stable/ser2sock/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: tenstartups/ser2sock pullPolicy: IfNotPresent - tag: latest + tag: latest@sha256:42 ## # Most other defaults are set in questions.yaml diff --git a/charts/stable/ser2sock/values.yaml b/charts/stable/ser2sock/values.yaml index c87ba876842..1df5bd1ab70 100644 --- a/charts/stable/ser2sock/values.yaml +++ b/charts/stable/ser2sock/values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: tenstartups/ser2sock # -- image tag - tag: latest + tag: latest@sha256:42 # -- image pull policy pullPolicy: Always diff --git a/charts/stable/sonarr/SCALE/ix_values.yaml b/charts/stable/sonarr/SCALE/ix_values.yaml index 9d410bd464d..88678695e8b 100644 --- a/charts/stable/sonarr/SCALE/ix_values.yaml +++ b/charts/stable/sonarr/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/k8s-at-home/sonarr pullPolicy: IfNotPresent - tag: v3.0.6.1265 + tag: v3.0.6.1265@sha256:42 probes: liveness: diff --git a/charts/stable/sonarr/values.yaml b/charts/stable/sonarr/values.yaml index 805900488c5..30e654e8a0d 100644 --- a/charts/stable/sonarr/values.yaml +++ b/charts/stable/sonarr/values.yaml @@ -3,7 +3,7 @@ image: repository: ghcr.io/k8s-at-home/sonarr pullPolicy: IfNotPresent - tag: v3.0.6.1265 + tag: v3.0.6.1265@sha256:42 securityContext: privileged: false diff --git a/charts/stable/stash/SCALE/ix_values.yaml b/charts/stable/stash/SCALE/ix_values.yaml index a41d8e611ce..9f0ee364203 100644 --- a/charts/stable/stash/SCALE/ix_values.yaml +++ b/charts/stable/stash/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/truecharts/stash pullPolicy: IfNotPresent - tag: v0.9.0 + tag: v0.9.0@sha256:42 ## # Most other defaults are set in questions.yaml diff --git a/charts/stable/stash/values.yaml b/charts/stable/stash/values.yaml index ba6602f55ab..4aff59cec8d 100644 --- a/charts/stable/stash/values.yaml +++ b/charts/stable/stash/values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: ghcr.io/truecharts/stash # -- image tag - tag: v0.9.0 + tag: v0.9.0@sha256:42 # -- image pull policy pullPolicy: IfNotPresent diff --git a/charts/stable/syncthing/SCALE/ix_values.yaml b/charts/stable/syncthing/SCALE/ix_values.yaml index 543dd8ad68e..d954c603b9c 100644 --- a/charts/stable/syncthing/SCALE/ix_values.yaml +++ b/charts/stable/syncthing/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/truecharts/syncthing pullPolicy: IfNotPresent - tag: v1.18 + tag: v1.18@sha256:42 ## # Most other defaults are set in questions.yaml diff --git a/charts/stable/syncthing/values.yaml b/charts/stable/syncthing/values.yaml index d33f6ee1c9a..a8b59567cef 100644 --- a/charts/stable/syncthing/values.yaml +++ b/charts/stable/syncthing/values.yaml @@ -3,7 +3,7 @@ image: repository: ghcr.io/truecharts/syncthing pullPolicy: IfNotPresent - tag: v1.18.2 + tag: v1.18.2@sha256:42 securityContext: privileged: false diff --git a/charts/stable/tautulli/SCALE/ix_values.yaml b/charts/stable/tautulli/SCALE/ix_values.yaml index 3877099d13b..9b0037c828a 100644 --- a/charts/stable/tautulli/SCALE/ix_values.yaml +++ b/charts/stable/tautulli/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/k8s-at-home/tautulli pullPolicy: IfNotPresent - tag: v2.7.6 + tag: v2.7.6@sha256:42 ## # Most other defaults are set in questions.yaml diff --git a/charts/stable/tautulli/values.yaml b/charts/stable/tautulli/values.yaml index 4e8ca4be2a9..922d75e11b6 100644 --- a/charts/stable/tautulli/values.yaml +++ b/charts/stable/tautulli/values.yaml @@ -3,7 +3,7 @@ image: repository: ghcr.io/k8s-at-home/tautulli pullPolicy: IfNotPresent - tag: v2.7.6 + tag: v2.7.6@sha256:42 securityContext: privileged: false diff --git a/charts/stable/thelounge/SCALE/ix_values.yaml b/charts/stable/thelounge/SCALE/ix_values.yaml index a666ad02e29..e756b4bac30 100644 --- a/charts/stable/thelounge/SCALE/ix_values.yaml +++ b/charts/stable/thelounge/SCALE/ix_values.yaml @@ -10,7 +10,7 @@ image: # -- image pull policy pullPolicy: IfNotPresent # -- image tag - tag: v4.2.0 + tag: v4.2.0@sha256:42 ## diff --git a/charts/stable/thelounge/values.yaml b/charts/stable/thelounge/values.yaml index 87f6355e4cb..fdcd1b89119 100644 --- a/charts/stable/thelounge/values.yaml +++ b/charts/stable/thelounge/values.yaml @@ -11,7 +11,7 @@ image: # -- image pull policy pullPolicy: IfNotPresent # -- image tag - tag: v4.2.0 + tag: v4.2.0@sha256:42 # -- environment variables. See [image docs](https://hub.docker.com/r/thelounge/thelounge/) for more details. # @default -- See below diff --git a/charts/stable/traefik/SCALE/ix_values.yaml b/charts/stable/traefik/SCALE/ix_values.yaml index b940b843664..a73117503dd 100644 --- a/charts/stable/traefik/SCALE/ix_values.yaml +++ b/charts/stable/traefik/SCALE/ix_values.yaml @@ -2,7 +2,7 @@ image: repository: traefik # defaults to appVersion - tag: v2.5.2 + tag: v2.5.2@sha256:42 pullPolicy: IfNotPresent # Create an IngressRoute for the dashboard diff --git a/charts/stable/traefik/values.yaml b/charts/stable/traefik/values.yaml index 803167bb3c5..f90da8afefa 100644 --- a/charts/stable/traefik/values.yaml +++ b/charts/stable/traefik/values.yaml @@ -2,7 +2,7 @@ image: repository: traefik # defaults to appVersion - tag: v2.5.2 + tag: v2.5.2@sha256:42 pullPolicy: IfNotPresent # -- Set the container security context diff --git a/charts/stable/transmission/SCALE/ix_values.yaml b/charts/stable/transmission/SCALE/ix_values.yaml index aeea220e56b..a3c2ca637e7 100644 --- a/charts/stable/transmission/SCALE/ix_values.yaml +++ b/charts/stable/transmission/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/k8s-at-home/transmission pullPolicy: IfNotPresent - tag: v3.00 + tag: v3.00@sha256:42 transmissionFixedConfig: bind-address-ipv4: "0.0.0.0" diff --git a/charts/stable/transmission/values.yaml b/charts/stable/transmission/values.yaml index 3fc755a4a5b..977852eec66 100644 --- a/charts/stable/transmission/values.yaml +++ b/charts/stable/transmission/values.yaml @@ -3,7 +3,7 @@ image: repository: ghcr.io/k8s-at-home/transmission pullPolicy: IfNotPresent - tag: v3.00 + tag: v3.00@sha256:42 securityContext: privileged: false diff --git a/charts/stable/truecommand/SCALE/ix_values.yaml b/charts/stable/truecommand/SCALE/ix_values.yaml index bf2a4af199b..7d4a5e5fde9 100644 --- a/charts/stable/truecommand/SCALE/ix_values.yaml +++ b/charts/stable/truecommand/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/truecharts/truecommand pullPolicy: IfNotPresent - tag: v2.0.2 + tag: v2.0.2@sha256:42 ## # Most other defaults are set in questions.yaml diff --git a/charts/stable/truecommand/values.yaml b/charts/stable/truecommand/values.yaml index 5ec75a33832..ca62b66b42a 100644 --- a/charts/stable/truecommand/values.yaml +++ b/charts/stable/truecommand/values.yaml @@ -3,7 +3,7 @@ image: repository: ghcr.io/truecharts/truecommand pullPolicy: IfNotPresent - tag: v2.0.2 + tag: v2.0.2@sha256:42 service: main: diff --git a/charts/stable/tvheadend/SCALE/ix_values.yaml b/charts/stable/tvheadend/SCALE/ix_values.yaml index 2073c1bf8b3..ad85deacbb0 100644 --- a/charts/stable/tvheadend/SCALE/ix_values.yaml +++ b/charts/stable/tvheadend/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/linuxserver/tvheadend pullPolicy: IfNotPresent - tag: version-63784405 + tag: version-63784405@sha256:42 ## # Most other defaults are set in questions.yaml diff --git a/charts/stable/tvheadend/values.yaml b/charts/stable/tvheadend/values.yaml index ca5362bea7c..22fe12b3e62 100644 --- a/charts/stable/tvheadend/values.yaml +++ b/charts/stable/tvheadend/values.yaml @@ -3,7 +3,7 @@ image: repository: ghcr.io/linuxserver/tvheadend pullPolicy: IfNotPresent - tag: version-63784405 + tag: version-63784405@sha256:42 # See https://github.com/linuxserver/docker-tvheadend#parameters env: {} diff --git a/charts/stable/unifi/SCALE/ix_values.yaml b/charts/stable/unifi/SCALE/ix_values.yaml index e9c3edbd93e..895c588e0d4 100644 --- a/charts/stable/unifi/SCALE/ix_values.yaml +++ b/charts/stable/unifi/SCALE/ix_values.yaml @@ -6,7 +6,7 @@ image: repository: ghcr.io/truecharts/unifi - tag: v6.2.26 + tag: v6.2.26@sha256:42 pullPolicy: IfNotPresent envTpl: diff --git a/charts/stable/unifi/values.yaml b/charts/stable/unifi/values.yaml index db812fa2988..c8355420996 100644 --- a/charts/stable/unifi/values.yaml +++ b/charts/stable/unifi/values.yaml @@ -2,7 +2,7 @@ image: repository: ghcr.io/truecharts/unifi - tag: v6.2.26 + tag: v6.2.26@sha256:42 pullPolicy: IfNotPresent envTpl: diff --git a/charts/stable/unpackerr/SCALE/ix_values.yaml b/charts/stable/unpackerr/SCALE/ix_values.yaml index 4083cfdc97a..334cb754fb1 100644 --- a/charts/stable/unpackerr/SCALE/ix_values.yaml +++ b/charts/stable/unpackerr/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/truecharts/unpackerr pullPolicy: IfNotPresent - tag: v0.9.8 + tag: v0.9.8@sha256:42 service: main: diff --git a/charts/stable/unpackerr/values.yaml b/charts/stable/unpackerr/values.yaml index 4715bcc87d2..5450a4fcad7 100644 --- a/charts/stable/unpackerr/values.yaml +++ b/charts/stable/unpackerr/values.yaml @@ -3,7 +3,7 @@ image: repository: ghcr.io/truecharts/unpackerr pullPolicy: IfNotPresent - tag: v0.9.8 + tag: v0.9.8@sha256:42 securityContext: privileged: false diff --git a/charts/stable/vaultwarden/SCALE/ix_values.yaml b/charts/stable/vaultwarden/SCALE/ix_values.yaml index 7c3ef30852e..3389de594ce 100644 --- a/charts/stable/vaultwarden/SCALE/ix_values.yaml +++ b/charts/stable/vaultwarden/SCALE/ix_values.yaml @@ -7,12 +7,12 @@ image: repository: ghcr.io/truecharts/vaultwarden pullPolicy: IfNotPresent - tag: v1.22.2 + tag: v1.22.2@sha256:42 postgresqlImage: repository: postgres pullPolicy: IfNotPresent - tag: 13.4-alpine + tag: 13.4-alpine@sha256:42 envTpl: diff --git a/charts/stable/vaultwarden/values.yaml b/charts/stable/vaultwarden/values.yaml index 47b2bfe73db..0b64b42ff1b 100644 --- a/charts/stable/vaultwarden/values.yaml +++ b/charts/stable/vaultwarden/values.yaml @@ -3,7 +3,7 @@ image: repository: ghcr.io/truecharts/vaultwarden pullPolicy: IfNotPresent - tag: v1.22.2 + tag: v1.22.2@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 service: diff --git a/charts/stable/xteve/SCALE/ix_values.yaml b/charts/stable/xteve/SCALE/ix_values.yaml index ad5c311aa5b..c11cf5f73ea 100644 --- a/charts/stable/xteve/SCALE/ix_values.yaml +++ b/charts/stable/xteve/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/k8s-at-home/xteve pullPolicy: IfNotPresent - tag: v2.2.0.200 + tag: v2.2.0.200@sha256:42 ## # Most other defaults are set in questions.yaml diff --git a/charts/stable/xteve/values.yaml b/charts/stable/xteve/values.yaml index 0c2732bfacc..d2ac0a174f3 100644 --- a/charts/stable/xteve/values.yaml +++ b/charts/stable/xteve/values.yaml @@ -9,7 +9,7 @@ image: # -- image repository repository: ghcr.io/k8s-at-home/xteve # -- image tag - tag: v2.2.0.200 + tag: v2.2.0.200@sha256:42 # -- image pull policy pullPolicy: IfNotPresent diff --git a/charts/stable/zwavejs2mqtt/SCALE/ix_values.yaml b/charts/stable/zwavejs2mqtt/SCALE/ix_values.yaml index 31cfb47a798..6f3695a8e0e 100644 --- a/charts/stable/zwavejs2mqtt/SCALE/ix_values.yaml +++ b/charts/stable/zwavejs2mqtt/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: ghcr.io/truecharts/zwavejs2mqtt pullPolicy: IfNotPresent - tag: v5.5.4 + tag: v5.5.4@sha256:42 probes: liveness: diff --git a/charts/stable/zwavejs2mqtt/values.yaml b/charts/stable/zwavejs2mqtt/values.yaml index 461bbdbbd32..80da735d2cd 100644 --- a/charts/stable/zwavejs2mqtt/values.yaml +++ b/charts/stable/zwavejs2mqtt/values.yaml @@ -5,7 +5,7 @@ image: repository: ghcr.io/truecharts/zwavejs2mqtt pullPolicy: IfNotPresent - tag: v5.5.4 + tag: v5.5.4@sha256:42 securityContext: privileged: false diff --git a/templates/app/SCALE/ix_values.yaml b/templates/app/SCALE/ix_values.yaml index c6fa7df14f7..3edf72be710 100644 --- a/templates/app/SCALE/ix_values.yaml +++ b/templates/app/SCALE/ix_values.yaml @@ -7,7 +7,7 @@ image: repository: PLACEHOLDERREPO pullPolicy: IfNotPresent - tag: PLACEHOLDERTAG + tag: PLACEHOLDERTAG@sha256:42 ## # Most other defaults are set in questions.yaml diff --git a/templates/app/values.yaml b/templates/app/values.yaml index d464dc44c7f..777a5bff06b 100644 --- a/templates/app/values.yaml +++ b/templates/app/values.yaml @@ -8,7 +8,7 @@ image: repository: ${CHARTNAME}/${CHARTNAME} pullPolicy: IfNotPresent - tag: 1.0.0 + tag: 1.0.0@sha256:42 securityContext: privileged: false diff --git a/tools/build-release.sh b/tools/build-release.sh index f5b85b84306..c0f1b08ab97 100755 --- a/tools/build-release.sh +++ b/tools/build-release.sh @@ -124,6 +124,7 @@ sync_tag() { local chartversion="$4" echo "Attempting to sync primary tag with appversion for: ${chartname}" local tag="$(cat ${chart}/values.yaml | grep '^ tag: ' | awk -F" " '{ print $2 }' | head -1)" + tag="${tag%%@sha256:} tag="${tag:-auto}" tag="${tag#*release-}" tag="${tag#*version-}"