From 88caea87a210fe061eeb63643a854f7fbeb7378c Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 15 Jan 2024 13:19:08 +0100 Subject: [PATCH] chore(deps): update container image jeessy/ddns-go to v6.0.3@652bc08 by renovate (#17271) 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.0.2` -> `v6.0.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
jeessy2/ddns-go (jeessy/ddns-go) ### [`v6.0.3`](https://togithub.com/jeessy2/ddns-go/releases/tag/v6.0.3) [Compare Source](https://togithub.com/jeessy2/ddns-go/compare/v6.0.2...v6.0.3) #### Changelog - [`fe9f437`](https://togithub.com/jeessy2/ddns-go/commit/fe9f437) feat(cloudflare): support `comment` param ([#​980](https://togithub.com/jeessy2/ddns-go/issues/980))
--- ### 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. --- - [ ] 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 1635cfec5f7..6dd0be71def 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.12" truecharts.org/train: stable apiVersion: v2 -appVersion: 6.0.2 +appVersion: 6.0.3 dependencies: - name: common version: 17.2.22 @@ -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: 9.0.0 +version: 9.0.1 diff --git a/charts/stable/ddns-go/values.yaml b/charts/stable/ddns-go/values.yaml index 983569be7a9..851bec82d6d 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.0.2@sha256:02e7174e3c03aa0824255e922b9fb151997cc7c0605a2dbf86d24b71f33e38b1 + tag: v6.0.3@sha256:652bc080f6ab91ef5b071402a142f5bcbc051eb1384727f09b64251767d20c19 securityContext: container: readOnlyRootFilesystem: false