chore(deps): update container image jeessy/ddns-go to v6.2.1@a43508c by renovate (#19117)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jeessy/ddns-go](https://togithub.com/jeessy2/ddns-go) | minor | `v6.1.2` -> `v6.2.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>jeessy2/ddns-go (jeessy/ddns-go)</summary> ### [`v6.2.1`](https://togithub.com/jeessy2/ddns-go/releases/tag/v6.2.1) [Compare Source](https://togithub.com/jeessy2/ddns-go/compare/v6.2.0...v6.2.1) #### Changelog - [`9aee04b`](https://togithub.com/jeessy2/ddns-go/commit/9aee04b) fix(web): logging if no domain is entered ([#​1038](https://togithub.com/jeessy2/ddns-go/issues/1038)) ### [`v6.2.0`](https://togithub.com/jeessy2/ddns-go/releases/tag/v6.2.0) [Compare Source](https://togithub.com/jeessy2/ddns-go/compare/v6.1.2...v6.2.0) #### Changelog - [`ea85383`](https://togithub.com/jeessy2/ddns-go/commit/ea85383) build(deps): bump golang.org/x/net from 0.21.0 to 0.22.0 ([#​1031](https://togithub.com/jeessy2/ddns-go/issues/1031)) - [`ae0f47f`](https://togithub.com/jeessy2/ddns-go/commit/ae0f47f) perf: check internet with DNS lookup ([#​1034](https://togithub.com/jeessy2/ddns-go/issues/1034)) </details> --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
@@ -7,7 +7,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 6.1.2
|
||||
appVersion: 6.2.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 19.0.0
|
||||
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-go.png
|
||||
keywords:
|
||||
- ddns-go
|
||||
- ddns
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -34,4 +34,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/ddns-go
|
||||
- https://hub.docker.com/r/jeessy/ddns-go
|
||||
type: application
|
||||
version: 10.4.1
|
||||
version: 10.5.0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: jeessy/ddns-go
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v6.1.2@sha256:0c7b981126a7e4063d4aa7861d929c8b6bc1614b7961e1d396c9efaa2534fd8d
|
||||
tag: v6.2.1@sha256:a43508c718a00a05f961df592c5cda375f0381f0d8be114654960f0fd2d21a1d
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
Reference in New Issue
Block a user