chore(deps): update container image jeessy/ddns-go to v6.2.2@1a90228 by renovate (#19474)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jeessy/ddns-go](https://togithub.com/jeessy2/ddns-go) | patch | `v6.2.1` -> `v6.2.2` | --- > [!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.2`](https://togithub.com/jeessy2/ddns-go/releases/tag/v6.2.2) [Compare Source](https://togithub.com/jeessy2/ddns-go/compare/v6.2.1...v6.2.2) #### Changelog - [`23f39fb`](https://togithub.com/jeessy2/ddns-go/commit/23f39fb) docs(domainsHelp): indicate when separated by a colon is needed ([#​1043](https://togithub.com/jeessy2/ddns-go/issues/1043)) - [`4c11754`](https://togithub.com/jeessy2/ddns-go/commit/4c11754) refactor(headers): support all types of line breaks ([#​1046](https://togithub.com/jeessy2/ddns-go/issues/1046)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjI1My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
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.2.1
|
||||
appVersion: 6.2.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 20.2.2
|
||||
@@ -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.8.1
|
||||
version: 10.8.2
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: jeessy/ddns-go
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v6.2.1@sha256:a43508c718a00a05f961df592c5cda375f0381f0d8be114654960f0fd2d21a1d
|
||||
tag: v6.2.2@sha256:1a90228e0f81c4deda41d4c7a1e79e83c3c26db8d662d3d7ab0b54d241ebaf4c
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
Reference in New Issue
Block a user