From f192739c2f1d522ba71067782996037fd92148f9 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sun, 19 Nov 2023 02:36:07 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/duckdns/6.0.18/app-changelog.md | 4 ---- .../duckdns/{6.0.18 => 6.0.19}/CHANGELOG.md | 18 +++++++++--------- stable/duckdns/{6.0.18 => 6.0.19}/Chart.yaml | 4 ++-- stable/duckdns/{6.0.18 => 6.0.19}/README.md | 0 stable/duckdns/6.0.19/app-changelog.md | 9 +++++++++ .../duckdns/{6.0.18 => 6.0.19}/app-readme.md | 0 .../charts/common-14.3.5.tgz | Bin .../duckdns/{6.0.18 => 6.0.19}/ix_values.yaml | 2 +- .../duckdns/{6.0.18 => 6.0.19}/questions.yaml | 0 .../{6.0.18 => 6.0.19}/templates/NOTES.txt | 0 .../{6.0.18 => 6.0.19}/templates/common.yaml | 0 stable/duckdns/{6.0.18 => 6.0.19}/values.yaml | 0 12 files changed, 21 insertions(+), 16 deletions(-) delete mode 100644 stable/duckdns/6.0.18/app-changelog.md rename stable/duckdns/{6.0.18 => 6.0.19}/CHANGELOG.md (90%) rename stable/duckdns/{6.0.18 => 6.0.19}/Chart.yaml (95%) rename stable/duckdns/{6.0.18 => 6.0.19}/README.md (100%) create mode 100644 stable/duckdns/6.0.19/app-changelog.md rename stable/duckdns/{6.0.18 => 6.0.19}/app-readme.md (100%) rename stable/duckdns/{6.0.18 => 6.0.19}/charts/common-14.3.5.tgz (100%) rename stable/duckdns/{6.0.18 => 6.0.19}/ix_values.yaml (89%) rename stable/duckdns/{6.0.18 => 6.0.19}/questions.yaml (100%) rename stable/duckdns/{6.0.18 => 6.0.19}/templates/NOTES.txt (100%) rename stable/duckdns/{6.0.18 => 6.0.19}/templates/common.yaml (100%) rename stable/duckdns/{6.0.18 => 6.0.19}/values.yaml (100%) diff --git a/stable/duckdns/6.0.18/app-changelog.md b/stable/duckdns/6.0.18/app-changelog.md deleted file mode 100644 index 5d01fa5272e..00000000000 --- a/stable/duckdns/6.0.18/app-changelog.md +++ /dev/null @@ -1,4 +0,0 @@ - - -## [duckdns-6.0.18](https://github.com/truecharts/charts/compare/duckdns-6.0.17...duckdns-6.0.18) (2023-11-17) - diff --git a/stable/duckdns/6.0.18/CHANGELOG.md b/stable/duckdns/6.0.19/CHANGELOG.md similarity index 90% rename from stable/duckdns/6.0.18/CHANGELOG.md rename to stable/duckdns/6.0.19/CHANGELOG.md index 766109bd44f..11d21f20f11 100644 --- a/stable/duckdns/6.0.18/CHANGELOG.md +++ b/stable/duckdns/6.0.19/CHANGELOG.md @@ -4,6 +4,15 @@ +## [duckdns-6.0.19](https://github.com/truecharts/charts/compare/duckdns-6.0.18...duckdns-6.0.19) (2023-11-19) + +### Fix + +- update container image ghcr.io/linuxserver/duckdns to latest ([#15095](https://github.com/truecharts/charts/issues/15095)) + + + + ## [duckdns-6.0.18](https://github.com/truecharts/charts/compare/duckdns-6.0.17...duckdns-6.0.18) (2023-11-17) @@ -88,12 +97,3 @@ - update container image tccr.io/truecharts/duckdns to latest ([#13620](https://github.com/truecharts/charts/issues/13620)) - - - -## [duckdns-6.0.8](https://github.com/truecharts/charts/compare/duckdns-6.0.7...duckdns-6.0.8) (2023-10-09) - -### Chore - -- update container image tccr.io/truecharts/duckdns to latest ([#13432](https://github.com/truecharts/charts/issues/13432)) - diff --git a/stable/duckdns/6.0.18/Chart.yaml b/stable/duckdns/6.0.19/Chart.yaml similarity index 95% rename from stable/duckdns/6.0.18/Chart.yaml rename to stable/duckdns/6.0.19/Chart.yaml index 0f25a25d59d..6c3ec2e9c3a 100644 --- a/stable/duckdns/6.0.18/Chart.yaml +++ b/stable/duckdns/6.0.19/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: duckdns -version: 6.0.18 -appVersion: "latest" +version: 6.0.19 +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 deprecated: false diff --git a/stable/duckdns/6.0.18/README.md b/stable/duckdns/6.0.19/README.md similarity index 100% rename from stable/duckdns/6.0.18/README.md rename to stable/duckdns/6.0.19/README.md diff --git a/stable/duckdns/6.0.19/app-changelog.md b/stable/duckdns/6.0.19/app-changelog.md new file mode 100644 index 00000000000..2f9b07ea4ef --- /dev/null +++ b/stable/duckdns/6.0.19/app-changelog.md @@ -0,0 +1,9 @@ + + +## [duckdns-6.0.19](https://github.com/truecharts/charts/compare/duckdns-6.0.18...duckdns-6.0.19) (2023-11-19) + +### Fix + +- update container image ghcr.io/linuxserver/duckdns to latest ([#15095](https://github.com/truecharts/charts/issues/15095)) + + \ No newline at end of file diff --git a/stable/duckdns/6.0.18/app-readme.md b/stable/duckdns/6.0.19/app-readme.md similarity index 100% rename from stable/duckdns/6.0.18/app-readme.md rename to stable/duckdns/6.0.19/app-readme.md diff --git a/stable/duckdns/6.0.18/charts/common-14.3.5.tgz b/stable/duckdns/6.0.19/charts/common-14.3.5.tgz similarity index 100% rename from stable/duckdns/6.0.18/charts/common-14.3.5.tgz rename to stable/duckdns/6.0.19/charts/common-14.3.5.tgz diff --git a/stable/duckdns/6.0.18/ix_values.yaml b/stable/duckdns/6.0.19/ix_values.yaml similarity index 89% rename from stable/duckdns/6.0.18/ix_values.yaml rename to stable/duckdns/6.0.19/ix_values.yaml index 01332766dd8..8b019bebbfa 100644 --- a/stable/duckdns/6.0.18/ix_values.yaml +++ b/stable/duckdns/6.0.19/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/linuxserver/duckdns pullPolicy: IfNotPresent - tag: latest@sha256:b9bb62a4f105d6ae043b2c92c1f592325ff4930c14436af4369ab7e7c74f1ebb + tag: latest@sha256:9cbcfa035dc1655fc7d004ed7e05e8b952077a15e41dbe838da8df02e6a75c12 securityContext: container: runAsNonRoot: false diff --git a/stable/duckdns/6.0.18/questions.yaml b/stable/duckdns/6.0.19/questions.yaml similarity index 100% rename from stable/duckdns/6.0.18/questions.yaml rename to stable/duckdns/6.0.19/questions.yaml diff --git a/stable/duckdns/6.0.18/templates/NOTES.txt b/stable/duckdns/6.0.19/templates/NOTES.txt similarity index 100% rename from stable/duckdns/6.0.18/templates/NOTES.txt rename to stable/duckdns/6.0.19/templates/NOTES.txt diff --git a/stable/duckdns/6.0.18/templates/common.yaml b/stable/duckdns/6.0.19/templates/common.yaml similarity index 100% rename from stable/duckdns/6.0.18/templates/common.yaml rename to stable/duckdns/6.0.19/templates/common.yaml diff --git a/stable/duckdns/6.0.18/values.yaml b/stable/duckdns/6.0.19/values.yaml similarity index 100% rename from stable/duckdns/6.0.18/values.yaml rename to stable/duckdns/6.0.19/values.yaml