diff --git a/adguard-home/Chart.yaml b/adguard-home/Chart.yaml index 0d9a89a..564bd27 100644 --- a/adguard-home/Chart.yaml +++ b/adguard-home/Chart.yaml @@ -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 diff --git a/adguard-home/values.yaml b/adguard-home/values.yaml index 9ad0680..9e6e2b1 100644 --- a/adguard-home/values.yaml +++ b/adguard-home/values.yaml @@ -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