chore(deps): update container image testdasi/simple-dns-doh to latest@f1f4280 by renovate (#17397)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | testdasi/simple-dns-doh | digest | `e0a00c1` -> `f1f4280` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ1cGRhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
This commit is contained in:
parent
a1666ca8c6
commit
f69fbd75be
|
@ -3,9 +3,9 @@ annotations:
|
|||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: Network-DNS
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: latest
|
||||
dependencies:
|
||||
|
@ -18,12 +18,12 @@ dependencies:
|
|||
import-values: []
|
||||
deprecated: false
|
||||
description: A very simple DNS server to connect to DNS-over-HTTPS service. This is similar to my other Pihole-with-DoH Chart, without Pihole.
|
||||
home: https://truecharts.org/charts/incubator/dns-doh-companion
|
||||
home: https://truecharts.org/charts/stable/dns-doh-companion
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/dns-doh-companion.png
|
||||
keywords:
|
||||
- dns-doh-companion
|
||||
- Network-DNS
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
|
@ -31,7 +31,7 @@ maintainers:
|
|||
name: dns-doh-companion
|
||||
sources:
|
||||
- https://developers.cloudflare.com/1.1.1.1/dns-over-https/cloudflared-proxy/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/dns-doh-companion
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/dns-doh-companion
|
||||
- https://hub.docker.com/r/testdasi/simple-dns-doh
|
||||
type: application
|
||||
version: 4.1.9
|
||||
version: 4.1.10
|
||||
|
|
|
@ -7,7 +7,7 @@ title: README
|
|||
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
|
||||
However only installations using the TrueNAS SCALE Apps system are supported.
|
||||
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/dns-doh-companion)
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/dns-doh-companion)
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: testdasi/simple-dns-doh
|
||||
tag: latest@sha256:e0a00c11361a1757e5d5d095f017a0c53facf9bcb99791360ac176ddc05561ec
|
||||
tag: latest@sha256:f1f4280e1dba3e36ada01bf87930287ffd97ed667333632418e4cf7d3e83b7d7
|
||||
persistence: {}
|
||||
portal:
|
||||
open:
|
||||
|
|
Loading…
Reference in New Issue