Upgraded catalog item(s) (#1360)

* Upgraded catalog item(s)

        This commit upgrades adguard-home catalog item(s).

* fix flag

* remove todo, it does not apply anymore

---------

Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
This commit is contained in:
bugclerk
2023-07-13 08:58:33 -03:00
committed by GitHub
parent 0a3f3c98f4
commit 805609ce94
3 changed files with 9 additions and 8 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -1,6 +1,6 @@
image:
repository: adguard/adguardhome
tag: v0.107.33
tag: v0.107.34
pullPolicy: IfNotPresent
resources: