From 57d908ee0cffaf97ae7a45d384f5738980791242 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 24 Nov 2023 20:00:00 +0100 Subject: [PATCH] chore(deps): update container image ghcr.io/linuxserver/ddclient to v3.11.2@a4197c8 (#15307) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/ddclient](https://togithub.com/linuxserver/docker-ddclient/packages) ([source](https://togithub.com/linuxserver/docker-ddclient)) | patch | `3.11.1` -> `3.11.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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/ddclient/Chart.yaml | 4 ++-- charts/stable/ddclient/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/ddclient/Chart.yaml b/charts/stable/ddclient/Chart.yaml index 75337b16e19..47ca64d6f1f 100644 --- a/charts/stable/ddclient/Chart.yaml +++ b/charts/stable/ddclient/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: ddclient -version: 6.0.12 -appVersion: "3.11.1" +version: 6.0.13 +appVersion: 3.11.2 description: Ddclient is a Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Provider. type: application deprecated: false diff --git a/charts/stable/ddclient/values.yaml b/charts/stable/ddclient/values.yaml index 93e556aaff8..8041673133c 100644 --- a/charts/stable/ddclient/values.yaml +++ b/charts/stable/ddclient/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/linuxserver/ddclient pullPolicy: IfNotPresent - tag: 3.11.1@sha256:fc10e3f047a6591051cc87a174df722bcea2d70891e61c284602c959183a8ac2 + tag: 3.11.2@sha256:a4197c87abfdf443c3233856ae0ea0808f20492b53004864bd268ac3ad64d8cf securityContext: container: runAsNonRoot: false