From a28f9b2e7a0d0dbe6ad7c8a3787e92f1d5f169cb Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 19 Nov 2023 23:52:59 +0100 Subject: [PATCH] fix(deps): update container image ghcr.io/linuxserver/duckdns to latest (#15100) 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/duckdns | digest | `9cbcfa0` -> `bebfb19` | --- > [!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**: Disabled because a matching PR was automerged previously. ♻ **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/duckdns/Chart.yaml | 2 +- charts/stable/duckdns/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/stable/duckdns/Chart.yaml b/charts/stable/duckdns/Chart.yaml index 6c3ec2e9c3a..ddee21db9d0 100644 --- a/charts/stable/duckdns/Chart.yaml +++ b/charts/stable/duckdns/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: duckdns -version: 6.0.19 +version: 6.0.20 appVersion: latest description: Duckdns is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. type: application diff --git a/charts/stable/duckdns/values.yaml b/charts/stable/duckdns/values.yaml index 8b019bebbfa..451722820f0 100644 --- a/charts/stable/duckdns/values.yaml +++ b/charts/stable/duckdns/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/linuxserver/duckdns pullPolicy: IfNotPresent - tag: latest@sha256:9cbcfa035dc1655fc7d004ed7e05e8b952077a15e41dbe838da8df02e6a75c12 + tag: latest@sha256:bebfb19c6f657ac0e8933842f94c60ce5cd87417bc528f5a3235185eabdb834d securityContext: container: runAsNonRoot: false