chore(deps): update container image testdasi/simple-dns-doh to latest@5ed8ca5 by renovate (#16966)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | testdasi/simple-dns-doh | digest | `fc1cb65` -> `5ed8ca5` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
parent
e24b5e5072
commit
7e4c82209c
|
@ -1,37 +1,37 @@
|
|||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: dns-doh-companion
|
||||
version: 4.1.6
|
||||
version: 4.1.7
|
||||
appVersion: latest
|
||||
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
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/dns-doh-companion.png
|
||||
deprecated: false
|
||||
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://hub.docker.com/r/testdasi/simple-dns-doh
|
||||
- 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://hub.docker.com/r/testdasi/simple-dns-doh
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- dns-doh-companion
|
||||
- Network-DNS
|
||||
- dns-doh-companion
|
||||
- Network-DNS
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
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/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
max_scale_version: 23.10.2
|
||||
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/min_helm_version: "3.12"
|
||||
truecharts.org/train: incubator
|
||||
type: application
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: testdasi/simple-dns-doh
|
||||
tag: latest@sha256:fc1cb65c1ccdaad684b5e0a3fbe5634c24d62b8ad41623f5e099865ee6cac70c
|
||||
tag: latest@sha256:5ed8ca5379e435fd70fc2e6dd97688ee6bd506fdaa1cf9cfa167767af3605ba3
|
||||
persistence: {}
|
||||
portal:
|
||||
open:
|
||||
|
|
Loading…
Reference in New Issue