From adfb9b5b70964e56a8c84e19de4af8b84417e36b Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 28 Mar 2024 13:38:10 +0100 Subject: [PATCH] chore(deps): update container image jeessy/ddns-go to v6.3.1@de458f4 by renovate (#19916) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jeessy/ddns-go](https://togithub.com/jeessy2/ddns-go) | patch | `v6.3.0` -> `v6.3.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
jeessy2/ddns-go (jeessy/ddns-go) ### [`v6.3.1`](https://togithub.com/jeessy2/ddns-go/releases/tag/v6.3.1) [Compare Source](https://togithub.com/jeessy2/ddns-go/compare/v6.3.0...v6.3.1) #### Changelog - [`8474a5a`](https://togithub.com/jeessy2/ddns-go/commit/8474a5a) fix: when local dns error occurs try every dns ([#​1063](https://togithub.com/jeessy2/ddns-go/issues/1063))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- charts/stable/ddns-go/Chart.yaml | 6 +++--- charts/stable/ddns-go/values.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/stable/ddns-go/Chart.yaml b/charts/stable/ddns-go/Chart.yaml index fc093922170..051f570d04e 100644 --- a/charts/stable/ddns-go/Chart.yaml +++ b/charts/stable/ddns-go/Chart.yaml @@ -7,7 +7,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 6.3.0 +appVersion: 6.3.1 dependencies: - name: common version: 20.2.9 @@ -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.9.1 +version: 10.9.2 diff --git a/charts/stable/ddns-go/values.yaml b/charts/stable/ddns-go/values.yaml index 158eec59919..ac64f21026c 100644 --- a/charts/stable/ddns-go/values.yaml +++ b/charts/stable/ddns-go/values.yaml @@ -1,7 +1,7 @@ image: repository: jeessy/ddns-go pullPolicy: IfNotPresent - tag: v6.3.0@sha256:ec2346bf1b2030a69afe4d7b6e803f5586248db443980c6493eec03faddab960 + tag: v6.3.1@sha256:de458f411062a5aea2e2010134e3f20d61c0b60fe589f93a4578bab09e1d94d0 securityContext: container: readOnlyRootFilesystem: false