diff --git a/community/adguard-home/1.0.14/Chart.lock b/community/adguard-home/1.0.15/Chart.lock similarity index 100% rename from community/adguard-home/1.0.14/Chart.lock rename to community/adguard-home/1.0.15/Chart.lock diff --git a/community/adguard-home/1.0.14/Chart.yaml b/community/adguard-home/1.0.15/Chart.yaml similarity index 91% rename from community/adguard-home/1.0.14/Chart.yaml rename to community/adguard-home/1.0.15/Chart.yaml index 3cf3e3501a..f0bd72dd5b 100644 --- a/community/adguard-home/1.0.14/Chart.yaml +++ b/community/adguard-home/1.0.15/Chart.yaml @@ -1,11 +1,12 @@ name: adguard-home -description: Free and open source, powerful network-wide ads & trackers blocking DNS server. +description: Free and open source, powerful network-wide ads & trackers blocking DNS + server. annotations: title: AdGuard Home type: application -version: 1.0.14 +version: 1.0.15 apiVersion: v2 -appVersion: 0.107.33 +appVersion: 0.107.34 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/community/adguard-home/1.0.14/README.md b/community/adguard-home/1.0.15/README.md similarity index 100% rename from community/adguard-home/1.0.14/README.md rename to community/adguard-home/1.0.15/README.md diff --git a/community/adguard-home/1.0.14/app-readme.md b/community/adguard-home/1.0.15/app-readme.md similarity index 100% rename from community/adguard-home/1.0.14/app-readme.md rename to community/adguard-home/1.0.15/app-readme.md diff --git a/community/adguard-home/1.0.14/charts/common-1.0.11.tgz b/community/adguard-home/1.0.15/charts/common-1.0.11.tgz similarity index 100% rename from community/adguard-home/1.0.14/charts/common-1.0.11.tgz rename to community/adguard-home/1.0.15/charts/common-1.0.11.tgz diff --git a/community/adguard-home/1.0.14/ci/basic-values.yaml b/community/adguard-home/1.0.15/ci/basic-values.yaml similarity index 100% rename from community/adguard-home/1.0.14/ci/basic-values.yaml rename to community/adguard-home/1.0.15/ci/basic-values.yaml diff --git a/community/adguard-home/1.0.14/ix_values.yaml b/community/adguard-home/1.0.15/ix_values.yaml similarity index 95% rename from community/adguard-home/1.0.14/ix_values.yaml rename to community/adguard-home/1.0.15/ix_values.yaml index db5d594457..51984448f6 100644 --- a/community/adguard-home/1.0.14/ix_values.yaml +++ b/community/adguard-home/1.0.15/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: adguard/adguardhome - tag: v0.107.33 + tag: v0.107.34 pullPolicy: IfNotPresent resources: diff --git a/community/adguard-home/1.0.14/metadata.yaml b/community/adguard-home/1.0.15/metadata.yaml similarity index 100% rename from community/adguard-home/1.0.14/metadata.yaml rename to community/adguard-home/1.0.15/metadata.yaml diff --git a/community/adguard-home/1.0.14/migrations/migrate b/community/adguard-home/1.0.15/migrations/migrate similarity index 100% rename from community/adguard-home/1.0.14/migrations/migrate rename to community/adguard-home/1.0.15/migrations/migrate diff --git a/community/adguard-home/1.0.14/questions.yaml b/community/adguard-home/1.0.15/questions.yaml similarity index 100% rename from community/adguard-home/1.0.14/questions.yaml rename to community/adguard-home/1.0.15/questions.yaml diff --git a/community/adguard-home/1.0.14/templates/NOTES.txt b/community/adguard-home/1.0.15/templates/NOTES.txt similarity index 100% rename from community/adguard-home/1.0.14/templates/NOTES.txt rename to community/adguard-home/1.0.15/templates/NOTES.txt diff --git a/community/adguard-home/1.0.14/templates/_adguard.tpl b/community/adguard-home/1.0.15/templates/_adguard.tpl similarity index 92% rename from community/adguard-home/1.0.14/templates/_adguard.tpl rename to community/adguard-home/1.0.15/templates/_adguard.tpl index f3af37f0be..ee6f4cbc20 100644 --- a/community/adguard-home/1.0.14/templates/_adguard.tpl +++ b/community/adguard-home/1.0.15/templates/_adguard.tpl @@ -22,7 +22,10 @@ workload: # to user specified port. args: # If appVersion is 0.107.29 or above add this flag - {{- if semverCompare "~0.107.29" (.Values.image.tag | replace "v" "") }} + # AND appVersion is below 0.107.34 + {{- if and + (semverCompare "~0.107.29" (.Values.image.tag | replace "v" "")) + (not (semverCompare "~0.107.34" (.Values.image.tag | replace "v" ""))) }} - /opt/adguardhome/AdGuardHome {{- end }} - --no-check-update @@ -51,9 +54,6 @@ workload: {{ if .Values.adguardNetwork.enableDHCP }} - NET_RAW {{ end }} - # FIXME: Switch to exec probe after this issue is solved, also note that healthcheck - # is only available on "edge" tag, as of 27/03/2023 - # https://github.com/AdguardTeam/AdGuardHome/issues/3290#issuecomment-1485451976 probes: liveness: enabled: true diff --git a/community/adguard-home/1.0.14/templates/_portal.tpl b/community/adguard-home/1.0.15/templates/_portal.tpl similarity index 100% rename from community/adguard-home/1.0.14/templates/_portal.tpl rename to community/adguard-home/1.0.15/templates/_portal.tpl diff --git a/community/adguard-home/1.0.14/templates/common.yaml b/community/adguard-home/1.0.15/templates/common.yaml similarity index 100% rename from community/adguard-home/1.0.14/templates/common.yaml rename to community/adguard-home/1.0.15/templates/common.yaml