adguard-home: bump to vv0.107.8, helm chart v2.2.12

This commit is contained in:
ace
2022-07-15 15:05:05 +03:00
parent 0f1da61b06
commit 233a3457ab
2 changed files with 11 additions and 11 deletions

View File

@ -1,6 +1,15 @@
# upgrade strategy type (e.g. Recreate or RollingUpdate)
strategyType: Recreate
image:
repository: adguard/adguardhome
# Image tag is set via charts appVersion. If you want to override the tag, specify it here
tag: v0.107.8
pullPolicy: IfNotPresent
nameOverride: ""
fullnameOverride: ""
configAsCode:
enabled: false
resources: {}
@ -169,15 +178,6 @@ tlsSecretName: ""
# name of the secret that contains the tls cert and key.
# this secret will be mounted inside the adguard container /certs path. e.g. works with cert-manager
image:
repository: adguard/adguardhome
# Image tag is set via charts appVersion. If you want to override the tag, specify it here
tag: v0.107.7
pullPolicy: IfNotPresent
nameOverride: ""
fullnameOverride: ""
podSecurityContext: {}
# fsGroup: 2000