From 70b4622adb8ca26436e99a678a87ff2adb109d55 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 26 Oct 2023 02:07:31 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/ddclient/6.0.2/app-changelog.md | 9 --------- stable/ddclient/{6.0.2 => 6.0.3}/CHANGELOG.md | 18 +++++++++--------- stable/ddclient/{6.0.2 => 6.0.3}/Chart.yaml | 4 ++-- stable/ddclient/{6.0.2 => 6.0.3}/README.md | 0 stable/ddclient/6.0.3/app-changelog.md | 9 +++++++++ .../ddclient/{6.0.2 => 6.0.3}/app-readme.md | 0 .../{6.0.2 => 6.0.3}/charts/common-14.0.9.tgz | Bin .../ddclient/{6.0.2 => 6.0.3}/ix_values.yaml | 2 +- .../ddclient/{6.0.2 => 6.0.3}/questions.yaml | 0 .../{6.0.2 => 6.0.3}/templates/NOTES.txt | 0 .../{6.0.2 => 6.0.3}/templates/common.yaml | 0 stable/ddclient/{6.0.2 => 6.0.3}/values.yaml | 0 12 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/ddclient/6.0.2/app-changelog.md rename stable/ddclient/{6.0.2 => 6.0.3}/CHANGELOG.md (90%) rename stable/ddclient/{6.0.2 => 6.0.3}/Chart.yaml (95%) rename stable/ddclient/{6.0.2 => 6.0.3}/README.md (100%) create mode 100644 stable/ddclient/6.0.3/app-changelog.md rename stable/ddclient/{6.0.2 => 6.0.3}/app-readme.md (100%) rename stable/ddclient/{6.0.2 => 6.0.3}/charts/common-14.0.9.tgz (100%) rename stable/ddclient/{6.0.2 => 6.0.3}/ix_values.yaml (87%) rename stable/ddclient/{6.0.2 => 6.0.3}/questions.yaml (100%) rename stable/ddclient/{6.0.2 => 6.0.3}/templates/NOTES.txt (100%) rename stable/ddclient/{6.0.2 => 6.0.3}/templates/common.yaml (100%) rename stable/ddclient/{6.0.2 => 6.0.3}/values.yaml (100%) diff --git a/stable/ddclient/6.0.2/app-changelog.md b/stable/ddclient/6.0.2/app-changelog.md deleted file mode 100644 index 85c0a760f80..00000000000 --- a/stable/ddclient/6.0.2/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [ddclient-6.0.2](https://github.com/truecharts/charts/compare/ddclient-6.0.1...ddclient-6.0.2) (2023-10-22) - -### Chore - -- update container image tccr.io/truecharts/ddclient to v3.11.0 ([#13872](https://github.com/truecharts/charts/issues/13872)) - - \ No newline at end of file diff --git a/stable/ddclient/6.0.2/CHANGELOG.md b/stable/ddclient/6.0.3/CHANGELOG.md similarity index 90% rename from stable/ddclient/6.0.2/CHANGELOG.md rename to stable/ddclient/6.0.3/CHANGELOG.md index d4f4e4db6a8..883a0d9da51 100644 --- a/stable/ddclient/6.0.2/CHANGELOG.md +++ b/stable/ddclient/6.0.3/CHANGELOG.md @@ -4,6 +4,15 @@ +## [ddclient-6.0.3](https://github.com/truecharts/charts/compare/ddclient-6.0.2...ddclient-6.0.3) (2023-10-26) + +### Chore + +- update container image tccr.io/truecharts/ddclient to v3.11.1 ([#13975](https://github.com/truecharts/charts/issues/13975)) + + + + ## [ddclient-6.0.2](https://github.com/truecharts/charts/compare/ddclient-6.0.1...ddclient-6.0.2) (2023-10-22) ### Chore @@ -88,12 +97,3 @@ - update helm general non-major ([#9393](https://github.com/truecharts/charts/issues/9393)) - - - -## [ddclient-5.0.18](https://github.com/truecharts/charts/compare/ddclient-5.0.17...ddclient-5.0.18) (2023-05-27) - -### Chore - -- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197)) - diff --git a/stable/ddclient/6.0.2/Chart.yaml b/stable/ddclient/6.0.3/Chart.yaml similarity index 95% rename from stable/ddclient/6.0.2/Chart.yaml rename to stable/ddclient/6.0.3/Chart.yaml index abcfeb0a360..d4b5d0522b5 100644 --- a/stable/ddclient/6.0.2/Chart.yaml +++ b/stable/ddclient/6.0.3/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: ddclient -version: 6.0.2 -appVersion: "3.11.0" +version: 6.0.3 +appVersion: "3.11.1" 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/stable/ddclient/6.0.2/README.md b/stable/ddclient/6.0.3/README.md similarity index 100% rename from stable/ddclient/6.0.2/README.md rename to stable/ddclient/6.0.3/README.md diff --git a/stable/ddclient/6.0.3/app-changelog.md b/stable/ddclient/6.0.3/app-changelog.md new file mode 100644 index 00000000000..04ba8f953de --- /dev/null +++ b/stable/ddclient/6.0.3/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ddclient-6.0.3](https://github.com/truecharts/charts/compare/ddclient-6.0.2...ddclient-6.0.3) (2023-10-26) + +### Chore + +- update container image tccr.io/truecharts/ddclient to v3.11.1 ([#13975](https://github.com/truecharts/charts/issues/13975)) + + \ No newline at end of file diff --git a/stable/ddclient/6.0.2/app-readme.md b/stable/ddclient/6.0.3/app-readme.md similarity index 100% rename from stable/ddclient/6.0.2/app-readme.md rename to stable/ddclient/6.0.3/app-readme.md diff --git a/stable/ddclient/6.0.2/charts/common-14.0.9.tgz b/stable/ddclient/6.0.3/charts/common-14.0.9.tgz similarity index 100% rename from stable/ddclient/6.0.2/charts/common-14.0.9.tgz rename to stable/ddclient/6.0.3/charts/common-14.0.9.tgz diff --git a/stable/ddclient/6.0.2/ix_values.yaml b/stable/ddclient/6.0.3/ix_values.yaml similarity index 87% rename from stable/ddclient/6.0.2/ix_values.yaml rename to stable/ddclient/6.0.3/ix_values.yaml index 97e213769c1..018e5958ea5 100644 --- a/stable/ddclient/6.0.2/ix_values.yaml +++ b/stable/ddclient/6.0.3/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/ddclient pullPolicy: IfNotPresent - tag: v3.11.0@sha256:b7caccf9bc589c1a0aa48a82d61dc6b9296a7a0cbd8164470e644d21cf1f392c + tag: v3.11.1@sha256:5158a09e9777c7d865734e36254d06d5db293efbcd3cb697274432b36d92d6db securityContext: container: diff --git a/stable/ddclient/6.0.2/questions.yaml b/stable/ddclient/6.0.3/questions.yaml similarity index 100% rename from stable/ddclient/6.0.2/questions.yaml rename to stable/ddclient/6.0.3/questions.yaml diff --git a/stable/ddclient/6.0.2/templates/NOTES.txt b/stable/ddclient/6.0.3/templates/NOTES.txt similarity index 100% rename from stable/ddclient/6.0.2/templates/NOTES.txt rename to stable/ddclient/6.0.3/templates/NOTES.txt diff --git a/stable/ddclient/6.0.2/templates/common.yaml b/stable/ddclient/6.0.3/templates/common.yaml similarity index 100% rename from stable/ddclient/6.0.2/templates/common.yaml rename to stable/ddclient/6.0.3/templates/common.yaml diff --git a/stable/ddclient/6.0.2/values.yaml b/stable/ddclient/6.0.3/values.yaml similarity index 100% rename from stable/ddclient/6.0.2/values.yaml rename to stable/ddclient/6.0.3/values.yaml