Skip to content

Commit

Permalink
chore(deps): update docker general non-major
Browse files Browse the repository at this point in the history
  • Loading branch information
truecharts-admin authored and renovate[bot] committed Mar 18, 2022
1 parent 72f56fa commit 67eaeff
Show file tree
Hide file tree
Showing 48 changed files with 52 additions and 52 deletions.
6 changes: 3 additions & 3 deletions charts/core/prometheus/values.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
image:
repository: tccr.io/truecharts/prometheus-operator
tag: v0.55.0@sha256:777775f96e92eb5c1a64d7da5710e56c92bd72bebe75f3b4740e25b5c81ec3c5
tag: v0.55.0@sha256:c184c561ee26f64fe9f73a0a3e1d2e113435a62752f7b5abdc3b3f7449722653

prometheusImage:
repository: tccr.io/truecharts/prometheus
tag: v2.33.5@sha256:a8e3f71cb854136ac582d56fc17ee14644305026037a8bcf742117d8989c0992
tag: v2.33.5@sha256:2d0cd68e73084a3dc1989bec76c88d0f70a5152da730baa9a5b2270b026892cc

thanosImage:
repository: tccr.io/truecharts/thanos
tag: v0.25.1@sha256:015ed65aa14cb43835a79fb968ab1c8fd12b3d31332d8ddfebff0f9500a41a8b

alertmanagerImage:
repository: tccr.io/truecharts/alertmanager
tag: v0.23.0@sha256:37b3d585ee0d56cef7c52e154d03586446a62c109e63f0136c170cd0036e1084
tag: v0.23.0@sha256:eb9750486ab82d71e16bc6c938a078c864369e94d06ded3262c87d15e42dafd1

global:
labels: {}
Expand Down
2 changes: 1 addition & 1 deletion charts/core/traefik/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/traefik
# defaults to appVersion
tag: v2.6.1@sha256:f99d9b3b84773d118e4239a73d83b32428197803a3207a2ae58870a4f5bda8db
tag: v2.6.1@sha256:d6bf44648bb0c8398015e4f96ecbe90026a250d7f85715e5378fcf748c245d8f
pullPolicy: IfNotPresent

# -- Use ingressClass. Ignored if Traefik version < 2.3 / kubernetes < 1.18.x
Expand Down
2 changes: 1 addition & 1 deletion charts/dependency/mariadb/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: ghcr.io/truecharts/mariadb
pullPolicy: IfNotPresent
tag: v10.6.7@sha256:d6006e85bf4f0fed521638e3aa82b660873f353e20a4747779387d505bf578b2
tag: v10.6.7@sha256:a6569ed88a1f8fc39cc9fbb6a21a532108b75a78123f2651032948610544913b

controller:
# -- Set the controller type.
Expand Down
2 changes: 1 addition & 1 deletion charts/dependency/memcached/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: ghcr.io/truecharts/memcached
pullPolicy: IfNotPresent
tag: v1.6.14@sha256:20aecf4e0ede438c377c91fd7ec90e995dfc551ef76f2914175b37e97ef248e6
tag: v1.6.14@sha256:6342cf64146b18f021e5632aee8bb91d3c51d5b7119c56c8999960e4f39b4a10

service:
main:
Expand Down
2 changes: 1 addition & 1 deletion charts/dependency/postgresql/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: ghcr.io/truecharts/postgresql
pullPolicy: IfNotPresent
tag: v14.2.0@sha256:35f3249e070949e6b694346fb7395b47fcfdf604d138aadfbab42619406110cf
tag: v14.2.0@sha256:19f0c21fcfe99603ca70e8552d740ed20106382977c5e1806f71ae7954786de9

controller:
# -- Set the controller type.
Expand Down
2 changes: 1 addition & 1 deletion charts/dependency/redis/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: ghcr.io/truecharts/redis
pullPolicy: IfNotPresent
tag: v6.2.6@sha256:0800060245b18936c783f2c6c927abfc884f1ef42f61cedfb8c93797987ee891
tag: v6.2.6@sha256:338fca2cfbba4f971f19411982adda8334d2e23036ac7e584d2c13199d4aa1d3

controller:
# -- Set the controller type.
Expand Down
2 changes: 1 addition & 1 deletion charts/games/minecraft-java/ci/j11-values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/minecraft-java11
tag: latest@sha256:60806939a176f56db790d0e5b55bfaecab98ac83a12feed7b9a8e747e80a1635
tag: latest@sha256:d90a715aeab237ebeeb3c3a3338afd0c9cefec5f1bedc07278b13a596e825612
pullPolicy: Always

env:
Expand Down
2 changes: 1 addition & 1 deletion charts/games/minecraft-java/ci/j8-values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/minecraft-java8-openj9
tag: latest@sha256:cbad3ddbdc87e6ade075073aeadfb8ff1db8dba8cd809a79464226d86a8772dc
tag: latest@sha256:43b44165f18b5d5709d0607a72166648c1ad924934830d7dd532fe7a1af38f1a
pullPolicy: Always

env:
Expand Down
6 changes: 3 additions & 3 deletions charts/games/minecraft-java/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ image:
pullPolicy: Always
j11Image:
repository: tccr.io/truecharts/minecraft-java11
tag: latest@sha256:60806939a176f56db790d0e5b55bfaecab98ac83a12feed7b9a8e747e80a1635
tag: latest@sha256:d90a715aeab237ebeeb3c3a3338afd0c9cefec5f1bedc07278b13a596e825612
pullPolicy: Always
j11j9Image:
repository: tccr.io/truecharts/minecraft-java11-openj9
tag: latest@sha256:248ecbdca94efa8ab7c0b0437a0b59ba82ca9dabe6cd1f90a8cbd43319f15b82
pullPolicy: Always
j8Image:
repository: tccr.io/truecharts/minecraft-java8-openj9
tag: latest@sha256:cbad3ddbdc87e6ade075073aeadfb8ff1db8dba8cd809a79464226d86a8772dc
tag: latest@sha256:43b44165f18b5d5709d0607a72166648c1ad924934830d7dd532fe7a1af38f1a
pullPolicy: Always
j8j9Image:
repository: tccr.io/truecharts/minecraft-java8-openj9
tag: latest@sha256:cbad3ddbdc87e6ade075073aeadfb8ff1db8dba8cd809a79464226d86a8772dc
tag: latest@sha256:43b44165f18b5d5709d0607a72166648c1ad924934830d7dd532fe7a1af38f1a
pullPolicy: Always

portal:
Expand Down
2 changes: 1 addition & 1 deletion charts/incubator/deemix/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/deemix
pullPolicy: IfNotPresent
tag: latest@sha256:2049efdfd192969be93cb8308836a6089feedc67e10bba6a354d43f767fc1821
tag: latest@sha256:b868a80a9b831f934163e219d4866e8279330d16ecaf9d3fbfbeb9dd0eceed01

env:
INTPORT: "{{ .Values.service.main.ports.main.targetPort }}"
Expand Down
2 changes: 1 addition & 1 deletion charts/incubator/kavita/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: kizaing/kavita
pullPolicy: IfNotPresent
tag: 0.5.1@sha256:0ff3de9957f837b86f7eadc608498dc8b0c577d1ec522b77f8d5a13a719fc57d
tag: 0.5.1@sha256:fa4186a20dbd061a9936c4f48eef1ebcd81ec84caf62aab285f39f1a0aa8c5b6

securityContext:
readOnlyRootFilesystem: false
Expand Down
2 changes: 1 addition & 1 deletion charts/incubator/koel/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/koel
tag: latest@sha256:4fdc640e5b7d3fd6dd32e61f70bd9d9ac9f59b43d553064a19453b04de0251f1
tag: latest@sha256:1b84c90e846d0dab98bc14d413a9de1fd357679022795456d27ff4c75869fd9d
pullPolicy: IfNotPresent

securityContext:
Expand Down
2 changes: 1 addition & 1 deletion charts/incubator/tdarr-node/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/tdarr_node
pullPolicy: IfNotPresent
tag: v2.00.15@sha256:d98ba1b6ea2c16f62848ab6d701a3632beeeaf7e02b367d20de468a5b1a7e78e
tag: v2.00.16@sha256:88acc09d8be5b89d0f0edf2e0d5e00fc2f885f6d9b81f402cb68ba2b38c4cb56

securityContext:
readOnlyRootFilesystem: false
Expand Down
2 changes: 1 addition & 1 deletion charts/incubator/tdarr/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/tdarr
pullPolicy: IfNotPresent
tag: v2.00.15@sha256:7bdb5a153fbaa16ac9546ec3004be0c6b4c373e23235ae67e83e35687562849c
tag: v2.00.16@sha256:cb06a5d50de3c7ea209d9d853dfea9d75bc7347002ef60762e27729382c29946

securityContext:
readOnlyRootFilesystem: false
Expand Down
2 changes: 1 addition & 1 deletion charts/library/common/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ postgresqlImage:
# -- Specify the postgresql image
repository: ghcr.io/truecharts/postgresql
# -- Specify the postgresql image tag
tag: v14.2.0@sha256:35f3249e070949e6b694346fb7395b47fcfdf604d138aadfbab42619406110cf
tag: v14.2.0@sha256:19f0c21fcfe99603ca70e8552d740ed20106382977c5e1806f71ae7954786de9
# -- Specify the postgresql image pull policy
pullPolicy: IfNotPresent

Expand Down
2 changes: 1 addition & 1 deletion charts/stable/anonaddy/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/anonaddy
tag: v0.11.0@sha256:f78350b5a03a68057f2f4c01b19bc5175d3c2d987a4d1f87c01134c075d7a84d
tag: v0.11.1@sha256:e4312494b11c9de4437c3980841545ce6c9687afe59e24cd53cf5ae14dd44b9e
pullPolicy: IfNotPresent

strategy:
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/calibre/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/calibre
tag: v5.38.0@sha256:3bc1fe96a9c615f1e04dcf52712a21558c2eddd9850bd54a1dbf2c38604afdc4
tag: v5.39.0@sha256:82b4ddb8c39057323c2f65cbabc364262634f9ad3ad4e25109745f2fa0202655
pullPolicy: IfNotPresent

securityContext:
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/custom-app/ci/test-values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/jackett
pullPolicy: IfNotPresent
tag: v0.20.709@sha256:8a716c99e05cef874e51599625b1c294c46f650181292cd80c85d75e7572468b
tag: v0.20.726@sha256:2f8d4dd737658f84cd9da5ae9aa461c7facf4c8af196aa59f5d0e86c3862a138

securityContext:
readOnlyRootFilesystem: false
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/custom-app/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image:
repository: tccr.io/truecharts/jackett
pullPolicy: IfNotPresent
tag: v0.20.709@sha256:8a716c99e05cef874e51599625b1c294c46f650181292cd80c85d75e7572468b
tag: v0.20.726@sha256:2f8d4dd737658f84cd9da5ae9aa461c7facf4c8af196aa59f5d0e86c3862a138
2 changes: 1 addition & 1 deletion charts/stable/ddns-go/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/ddns-go
pullPolicy: IfNotPresent
tag: v3.5.0@sha256:58e341b102ea4ae6d7ab554cbd0727b41accf1175d9113edeacd3275c9e90550
tag: v3.5.1@sha256:5068348e0ee000bb0bbee5163cc49aa9a78ff5e83b38be3b7c279b13264491b7

securityContext:
readOnlyRootFilesystem: false
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/deconz/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/deconz
tag: v2.14.01@sha256:c3607b4e64b50acb52240d1b6e6798ccd132578fb3f065544be642709638b1c2
tag: v2.15.00@sha256:e092ecb21bb58a75b5e8178642f3afc0dfac44bde91e55c8ec58c95b27116ffe
pullPolicy: IfNotPresent

securityContext:
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/esphome/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/esphome
pullPolicy: IfNotPresent
tag: v2022.2.6@sha256:ae1a22ee5387497a4b4e9261d957330eff11f95c88e00f085e7ffed576d2dece
tag: v2022.3.0@sha256:fcd323b23be83f63053bff42bbf255a084c0cc21a97584c48b275192302caba3

# App needs to run as root because of this: https://github.com/esphome/issues/issues/2752
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/friendica/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/friendica
pullPolicy: IfNotPresent
tag: v2022.03@sha256:950adbe78875a453932f06fc893f7b87311582e32f7d6074170c44fb479f271d
tag: v2022.03@sha256:3abc9814a3559415e551d2438bbae5fa356cfe004092733e5a06aeace32be42e

securityContext:
runAsNonRoot: false
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/ghost/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/ghost
tag: v4.39.0@sha256:0c3d589d5c6763a8da0c6fd02f631c88120bc061488da5cb283e2dea8285fe6a
tag: v4.39.0@sha256:e2d2f068ba750b6a1821aea280a267c1ce6f80a001066ff9a7bcad7be6c96648
pullPolicy: IfNotPresent

env:
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/grafana/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/grafana
pullPolicy: IfNotPresent
tag: v8.4.3@sha256:4cf979862e75caf1c278a17aa761a5ca4c01897832ade59882ba0d08c6ebfe4f
tag: v8.4.4@sha256:feba4aad9e0a52deaf10b6801ef82336c2299a6838f31c63a2d25a7abe6fe2df

securityContext:
readOnlyRootFilesystem: false
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/grocy/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/grocy
tag: v3.2.0@sha256:eb0d3531fe8c93bd928d116a8e325620c770ce0e96e854d9de226b11a79c2409
tag: v3.2.0@sha256:b475f4a962bdd74cf5d3012228bbd72613c4bae7a91da0594f57fcabcf509860
pullPolicy: IfNotPresent

securityContext:
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/jackett/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/jackett
pullPolicy: IfNotPresent
tag: v0.20.709@sha256:8a716c99e05cef874e51599625b1c294c46f650181292cd80c85d75e7572468b
tag: v0.20.726@sha256:2f8d4dd737658f84cd9da5ae9aa461c7facf4c8af196aa59f5d0e86c3862a138

securityContext:
readOnlyRootFilesystem: false
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/lazylibrarian/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/lazylibrarian
pullPolicy: IfNotPresent
tag: latest@sha256:8645cab64f39bdcea4c5ee58747c6c98bcad606d2831699c5941f7e630d85a06
tag: latest@sha256:43a7b515a2b925513696f75b71b0285a45cdda36c4b904fe5fd32067c3ed3e5a

securityContext:
runAsNonRoot: false
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/logitech-media-server/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/logitechmediaserver
pullPolicy: IfNotPresent
tag: v8.3.0@sha256:d2e88c591ebfebd2fd826b64a4f7a9bc9bf71e6a3ba1883d36be4cf706abedb6
tag: v8.3.0@sha256:8cf344d502fe9f1cb30980052c2c348093de7dd9aac2ba8288f4ec4a5c01f458
env:
# Permissions Settings
HTTP_PORT: "{{ .Values.service.main.ports.main.port }}"
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/matomo/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/matomo
tag: v4.7.1@sha256:e1c2f58b8a6717be444c775a6975ad6e2089a331f562a029ac9bfa5f73cdf108
tag: v4.8.0@sha256:5b360854392a1f3f66a7b92af92123f93899b62d1287f60a1223984b6182b440
pullPolicy: IfNotPresent

securityContext:
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/minio-console/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ image:
# -- image repository
repository: tccr.io/truecharts/minio-console
# -- image tag
tag: v0.15.2@sha256:5ab5bc69817fd1a05d2a9dcdfcbbb039d5ed5f14e290cc728ee3654082ef6b3c
tag: v0.15.3@sha256:b98b8e81a429244765720bf63a70f302f4eae74dbb270f0d54c56a7688d02a29
# -- image pull policy
pullPolicy: IfNotPresent

Expand Down
2 changes: 1 addition & 1 deletion charts/stable/monica/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/monica
tag: v3.7.0@sha256:b1c02fe6e4f2e551b7174d4b16348d2e125d92a6823cce1ea88da074dad7cf7b
tag: v3.7.0@sha256:abee426a61263875d7d09b095dc0a38db681cc7abe759b031a3335e175256949
pullPolicy: IfNotPresent

securityContext:
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/mosquitto/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/eclipse-mosquitto
tag: v2.0.14@sha256:55be28ea8ea96796b86d214f999ba053064d155655c17012ef5b0ddba5e70030
tag: v2.0.14@sha256:55c92cda358f72f83d5d1fe751115cd18b6df9a13adf509c71e83888cecea572
pullPolicy: IfNotPresent

service:
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/n8n/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/n8n
tag: v0.168.1@sha256:8872231c91a235367db0908d2977755e6803e10d1ae505de6ea26db159fef7c8
tag: v0.168.2@sha256:3bd7eb67fd63dcb6bd5ebc4d6ccd448a36d58b991b31a5f4e098230e495eaa21
pullPolicy: IfNotPresent

securityContext:
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/odoo/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/odoo
pullPolicy: IfNotPresent
tag: v15.0@sha256:6b86de1c7b3b5836c3a91e9bb88eaf59fb97d8f0493b5aef79201a626e915d45
tag: v15.0@sha256:f6c16247bebe2e925315513ba6d9cbb3e9fd408ce099abd165bd6409693bbc8a

env:
USER: "{{ .Values.postgresql.postgresqlUsername }}"
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/omada-controller/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/omada-controller
tag: v5.0@sha256:0a73e49fde844f861b32b1f256eb001ca2340f725be6f7b80c81c77eb8e6ee65
tag: v5.0@sha256:ce60305b9c570a2f803e8a0e4728d97dade321674736e4369e786013555874e9
pullPolicy: IfNotPresent

securityContext:
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/ombi/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/ombi
pullPolicy: IfNotPresent
tag: v4.14.4@sha256:ad5b0c3494f6f4cd6eb136eee664d08751bcf07e82d706932aeb92192cf491b7
tag: v4.15.0@sha256:739f3563a59ae28ebacc280be82e6c272b90375c78db742b9728498fc975ade2

securityContext:
readOnlyRootFilesystem: false
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/plex/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/plex
pullPolicy: IfNotPresent
tag: v1.25.6.5577@sha256:b72fb9cdbe4e280500d2606bc1a293fdda548860654389d464be0b4464e470fc
tag: v1.25.7.5604@sha256:cac4783993b63a0f24058e0d1660c848eafbf5b67307c1ad9d46c4a026f8fd27

service:
main:
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/readarr/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/readarr
pullPolicy: IfNotPresent
tag: v0.1.1.1278@sha256:9f8bfd5e857a7d80db1c644afc594f9548ed116305fc1510d6e5dfd0d68871b7
tag: v0.1.1.1281@sha256:45f002370631b8c0bc8aa70be47734628ed12f2643a08f607234b9b4b37e15cc

securityContext:
readOnlyRootFilesystem: false
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/recipes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ nginxImage:
# -- nginx sidecar image repository
repository: tccr.io/truecharts/nginx
# -- nginx sidecar image tag
tag: v1.21.6@sha256:fdc061e9e62f5976129bb08cbed912584343727e2382c80dbedcdfdcd9703bf8
tag: v1.21.6@sha256:026d5338329255d016e0f8cef181b84de7afe2d46957741ad143920e38b7ec2a

securityContext:
readOnlyRootFilesystem: false
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/redmine/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/redmine
pullPolicy: IfNotPresent
tag: v4.2.4@sha256:7dcac1be6fbddb8768e7179d35bef3d4bf1c3616a8a428d63f954160487bf031
tag: v4.2.4@sha256:36ee3aab789b5c4a89c23e9e4ceb245c6d06f4707bf9622345db3050acfe82a5

env:
REDMINE_DB_DATABASE: "{{ .Values.postgresql.postgresqlDatabase }}"
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/sabnzbd/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/sabnzbd
pullPolicy: IfNotPresent
tag: v3.5.2@sha256:80fc2747cc23ef6f39a864e552e42411a38c6343c13142bc61f50ec40ea48911
tag: v3.5.3@sha256:e9f0c2d1109a26919ac17e1611a80ddb567a795674afaeb3260b773e71229f76

service:
main:
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/shlink-web-client/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/shlink-web-client
pullPolicy: IfNotPresent
tag: v3.5.1@sha256:ac87f7c16d1c4a94c9d97a24cc40a70fce0cdd43ebde9013e3bde15f0d55806b
tag: v3.6.0@sha256:96985d31439093366d69027d2dd37cb57a56baa10fc33a98ff10578d1ba68a5a

securityContext:
readOnlyRootFilesystem: false
Expand Down
Loading

0 comments on commit 67eaeff

Please sign in to comment.