adguard-home: bump to vv0.107.8, helm chart v2.2.12
This commit is contained in:
parent
0f1da61b06
commit
233a3457ab
@ -1,5 +1,5 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: v0.107.7
|
appVersion: v0.107.8
|
||||||
description: DNS proxy as ad-blocker for local network
|
description: DNS proxy as ad-blocker for local network
|
||||||
home: https://github.com/k8s-at-home/charts/tree/master/charts/adguard-home
|
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
|
icon: https://avatars3.githubusercontent.com/u/8361145?s=200&v=4?sanitize=true
|
||||||
@ -12,4 +12,4 @@ maintainers:
|
|||||||
name: adguard-home
|
name: adguard-home
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/AdguardTeam/AdGuardHome
|
- https://github.com/AdguardTeam/AdGuardHome
|
||||||
version: 2.2.11
|
version: 2.2.12
|
||||||
|
@ -1,6 +1,15 @@
|
|||||||
# upgrade strategy type (e.g. Recreate or RollingUpdate)
|
# upgrade strategy type (e.g. Recreate or RollingUpdate)
|
||||||
strategyType: Recreate
|
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:
|
configAsCode:
|
||||||
enabled: false
|
enabled: false
|
||||||
resources: {}
|
resources: {}
|
||||||
@ -169,15 +178,6 @@ tlsSecretName: ""
|
|||||||
# name of the secret that contains the tls cert and key.
|
# 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
|
# 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: {}
|
podSecurityContext: {}
|
||||||
# fsGroup: 2000
|
# fsGroup: 2000
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user