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
No known key found for this signature in database
GPG Key ID: 2E47CC17BA7F8CF0
2 changed files with 11 additions and 11 deletions

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: v0.107.7
appVersion: v0.107.8
description: DNS proxy as ad-blocker for local network
home: https://github.com/k8s-at-home/charts/tree/master/charts/adguard-home
icon: https://avatars3.githubusercontent.com/u/8361145?s=200&v=4?sanitize=true
@ -12,4 +12,4 @@ maintainers:
name: adguard-home
sources:
- https://github.com/AdguardTeam/AdGuardHome
version: 2.2.11
version: 2.2.12

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