Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update adguard/adguardhome docker tag to v0.107.55 #710

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/adguard-home/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ description: Free and open source, powerful network-wide ads & trackers blocking
home: https://charts.gabe565.com/charts/adguard-home/
icon: https://raw.githubusercontent.com/gabe565/charts/main/charts/adguard-home/icon.svg
type: application
version: 0.3.24
version: 0.3.25
# renovate datasource=docker depName=adguard/adguardhome
appVersion: v0.107.54
appVersion: v0.107.55
kubeVersion: ">=1.22.0-0"
keywords:
- adblock
Expand All @@ -21,7 +21,7 @@ sources:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Update adguard/adguardhome docker tag to v0.107.54
description: Update adguard/adguardhome docker tag to v0.107.55
artifacthub.io/links: |-
- name: App Source
url: https://github.com/AdguardTeam/AdGuardHome
Expand Down
8 changes: 4 additions & 4 deletions charts/adguard-home/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

<img src="https://raw.githubusercontent.com/gabe565/charts/main/charts/adguard-home/icon.svg" align="right" width="92" alt="adguard-home logo">

![Version: 0.3.24](https://img.shields.io/badge/Version-0.3.24-informational?style=flat)
![Version: 0.3.25](https://img.shields.io/badge/Version-0.3.25-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: v0.107.54](https://img.shields.io/badge/AppVersion-v0.107.54-informational?style=flat)
![AppVersion: v0.107.55](https://img.shields.io/badge/AppVersion-v0.107.55-informational?style=flat)

Free and open source, powerful network-wide ads & trackers blocking DNS server.

**Homepage:** <https://charts.gabe565.com/charts/adguard-home/>

**This chart is not maintained by the upstream project and any issues with the chart should be raised
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=adguard-home&version=0.3.24)**
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=adguard-home&version=0.3.25)**

## Source Code

Expand Down Expand Up @@ -88,7 +88,7 @@ N/A
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| image.repository | string | `"adguard/adguardhome"` | Image repository |
| image.tag | string | `"v0.107.54"` | Image tag |
| image.tag | string | `"v0.107.55"` | Image tag |
| ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. |
| persistence.config | object | See [values.yaml](./values.yaml) | Configure config persistence settings for the chart under this key. |
| persistence.data | object | See [values.yaml](./values.yaml) | Configure data persistence settings for the chart under this key. |
Expand Down
2 changes: 1 addition & 1 deletion charts/adguard-home/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ image:
# -- Image pull policy
pullPolicy: IfNotPresent
# -- Image tag
tag: v0.107.54
tag: v0.107.55

env:
# -- Set the container timezone
Expand Down
Loading