From c1ede15bf384f163ec09dd7d3a8e6f2042fecb99 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 4 Sep 2023 04:41:57 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/duckdns/6.0.3/app-changelog.md | 9 --------- stable/duckdns/{6.0.3 => 6.0.4}/CHANGELOG.md | 18 +++++++++--------- stable/duckdns/{6.0.3 => 6.0.4}/Chart.yaml | 2 +- stable/duckdns/{6.0.3 => 6.0.4}/README.md | 0 stable/duckdns/6.0.4/app-changelog.md | 9 +++++++++ stable/duckdns/{6.0.3 => 6.0.4}/app-readme.md | 0 .../{6.0.3 => 6.0.4}/charts/common-14.0.1.tgz | Bin .../duckdns/{6.0.3 => 6.0.4}/ix_values.yaml | 2 +- .../duckdns/{6.0.3 => 6.0.4}/questions.yaml | 0 .../{6.0.3 => 6.0.4}/templates/NOTES.txt | 0 .../{6.0.3 => 6.0.4}/templates/common.yaml | 0 stable/duckdns/{6.0.3 => 6.0.4}/values.yaml | 0 12 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 stable/duckdns/6.0.3/app-changelog.md rename stable/duckdns/{6.0.3 => 6.0.4}/CHANGELOG.md (91%) rename stable/duckdns/{6.0.3 => 6.0.4}/Chart.yaml (98%) rename stable/duckdns/{6.0.3 => 6.0.4}/README.md (100%) create mode 100644 stable/duckdns/6.0.4/app-changelog.md rename stable/duckdns/{6.0.3 => 6.0.4}/app-readme.md (100%) rename stable/duckdns/{6.0.3 => 6.0.4}/charts/common-14.0.1.tgz (100%) rename stable/duckdns/{6.0.3 => 6.0.4}/ix_values.yaml (89%) rename stable/duckdns/{6.0.3 => 6.0.4}/questions.yaml (100%) rename stable/duckdns/{6.0.3 => 6.0.4}/templates/NOTES.txt (100%) rename stable/duckdns/{6.0.3 => 6.0.4}/templates/common.yaml (100%) rename stable/duckdns/{6.0.3 => 6.0.4}/values.yaml (100%) diff --git a/stable/duckdns/6.0.3/app-changelog.md b/stable/duckdns/6.0.3/app-changelog.md deleted file mode 100644 index ec41dd796c..0000000000 --- a/stable/duckdns/6.0.3/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [duckdns-6.0.3](https://github.com/truecharts/charts/compare/duckdns-6.0.2...duckdns-6.0.3) (2023-08-21) - -### Chore - -- update container image tccr.io/truecharts/duckdns to latest ([#11746](https://github.com/truecharts/charts/issues/11746)) - - \ No newline at end of file diff --git a/stable/duckdns/6.0.3/CHANGELOG.md b/stable/duckdns/6.0.4/CHANGELOG.md similarity index 91% rename from stable/duckdns/6.0.3/CHANGELOG.md rename to stable/duckdns/6.0.4/CHANGELOG.md index 3e0d550b5f..4699b70cc1 100644 --- a/stable/duckdns/6.0.3/CHANGELOG.md +++ b/stable/duckdns/6.0.4/CHANGELOG.md @@ -4,6 +4,15 @@ +## [duckdns-6.0.4](https://github.com/truecharts/charts/compare/duckdns-6.0.3...duckdns-6.0.4) (2023-09-04) + +### Chore + +- update container image tccr.io/truecharts/duckdns to latest ([#12200](https://github.com/truecharts/charts/issues/12200)) + + + + ## [duckdns-6.0.3](https://github.com/truecharts/charts/compare/duckdns-6.0.2...duckdns-6.0.3) (2023-08-21) ### Chore @@ -88,12 +97,3 @@ - update container image tccr.io/truecharts/duckdns to latest ([#10105](https://github.com/truecharts/charts/issues/10105)) - - - -## [duckdns-5.0.30](https://github.com/truecharts/charts/compare/duckdns-5.0.29...duckdns-5.0.30) (2023-07-01) - -### Chore - -- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069)) - diff --git a/stable/duckdns/6.0.3/Chart.yaml b/stable/duckdns/6.0.4/Chart.yaml similarity index 98% rename from stable/duckdns/6.0.3/Chart.yaml rename to stable/duckdns/6.0.4/Chart.yaml index 1a4465bc3b..9ebe3a7d48 100644 --- a/stable/duckdns/6.0.3/Chart.yaml +++ b/stable/duckdns/6.0.4/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: duckdns -version: 6.0.3 +version: 6.0.4 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/stable/duckdns/6.0.3/README.md b/stable/duckdns/6.0.4/README.md similarity index 100% rename from stable/duckdns/6.0.3/README.md rename to stable/duckdns/6.0.4/README.md diff --git a/stable/duckdns/6.0.4/app-changelog.md b/stable/duckdns/6.0.4/app-changelog.md new file mode 100644 index 0000000000..be3f5001fb --- /dev/null +++ b/stable/duckdns/6.0.4/app-changelog.md @@ -0,0 +1,9 @@ + + +## [duckdns-6.0.4](https://github.com/truecharts/charts/compare/duckdns-6.0.3...duckdns-6.0.4) (2023-09-04) + +### Chore + +- update container image tccr.io/truecharts/duckdns to latest ([#12200](https://github.com/truecharts/charts/issues/12200)) + + \ No newline at end of file diff --git a/stable/duckdns/6.0.3/app-readme.md b/stable/duckdns/6.0.4/app-readme.md similarity index 100% rename from stable/duckdns/6.0.3/app-readme.md rename to stable/duckdns/6.0.4/app-readme.md diff --git a/stable/duckdns/6.0.3/charts/common-14.0.1.tgz b/stable/duckdns/6.0.4/charts/common-14.0.1.tgz similarity index 100% rename from stable/duckdns/6.0.3/charts/common-14.0.1.tgz rename to stable/duckdns/6.0.4/charts/common-14.0.1.tgz diff --git a/stable/duckdns/6.0.3/ix_values.yaml b/stable/duckdns/6.0.4/ix_values.yaml similarity index 89% rename from stable/duckdns/6.0.3/ix_values.yaml rename to stable/duckdns/6.0.4/ix_values.yaml index c6f4c8befd..b92bb855f2 100644 --- a/stable/duckdns/6.0.3/ix_values.yaml +++ b/stable/duckdns/6.0.4/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/duckdns pullPolicy: IfNotPresent - tag: latest@sha256:424d13d53f14b7578e7573d625f621b14dcafbf45a1073e86f061b293d82ad68 + tag: latest@sha256:7ea093ad72f369b4496b0784bc970963d8a814174e1366b3879470605f99b774 securityContext: container: diff --git a/stable/duckdns/6.0.3/questions.yaml b/stable/duckdns/6.0.4/questions.yaml similarity index 100% rename from stable/duckdns/6.0.3/questions.yaml rename to stable/duckdns/6.0.4/questions.yaml diff --git a/stable/duckdns/6.0.3/templates/NOTES.txt b/stable/duckdns/6.0.4/templates/NOTES.txt similarity index 100% rename from stable/duckdns/6.0.3/templates/NOTES.txt rename to stable/duckdns/6.0.4/templates/NOTES.txt diff --git a/stable/duckdns/6.0.3/templates/common.yaml b/stable/duckdns/6.0.4/templates/common.yaml similarity index 100% rename from stable/duckdns/6.0.3/templates/common.yaml rename to stable/duckdns/6.0.4/templates/common.yaml diff --git a/stable/duckdns/6.0.3/values.yaml b/stable/duckdns/6.0.4/values.yaml similarity index 100% rename from stable/duckdns/6.0.3/values.yaml rename to stable/duckdns/6.0.4/values.yaml