From 2e23706e5ee5b57370ccb16b7b59c4e332266714 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sun, 21 May 2023 22:46:49 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/ddns-go/5.0.13/app-changelog.md | 9 --------- .../ddns-go/{5.0.13 => 5.0.14}/CHANGELOG.md | 18 +++++++++--------- stable/ddns-go/{5.0.13 => 5.0.14}/Chart.yaml | 4 ++-- stable/ddns-go/{5.0.13 => 5.0.14}/README.md | 0 stable/ddns-go/5.0.14/app-changelog.md | 9 +++++++++ .../ddns-go/{5.0.13 => 5.0.14}/app-readme.md | 0 .../charts/common-12.8.1.tgz | Bin .../ddns-go/{5.0.13 => 5.0.14}/ix_values.yaml | 2 +- .../ddns-go/{5.0.13 => 5.0.14}/questions.yaml | 0 .../{5.0.13 => 5.0.14}/templates/NOTES.txt | 0 .../{5.0.13 => 5.0.14}/templates/common.yaml | 0 stable/ddns-go/{5.0.13 => 5.0.14}/values.yaml | 0 12 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/ddns-go/5.0.13/app-changelog.md rename stable/ddns-go/{5.0.13 => 5.0.14}/CHANGELOG.md (90%) rename stable/ddns-go/{5.0.13 => 5.0.14}/Chart.yaml (95%) rename stable/ddns-go/{5.0.13 => 5.0.14}/README.md (100%) create mode 100644 stable/ddns-go/5.0.14/app-changelog.md rename stable/ddns-go/{5.0.13 => 5.0.14}/app-readme.md (100%) rename stable/ddns-go/{5.0.13 => 5.0.14}/charts/common-12.8.1.tgz (100%) rename stable/ddns-go/{5.0.13 => 5.0.14}/ix_values.yaml (89%) rename stable/ddns-go/{5.0.13 => 5.0.14}/questions.yaml (100%) rename stable/ddns-go/{5.0.13 => 5.0.14}/templates/NOTES.txt (100%) rename stable/ddns-go/{5.0.13 => 5.0.14}/templates/common.yaml (100%) rename stable/ddns-go/{5.0.13 => 5.0.14}/values.yaml (100%) diff --git a/stable/ddns-go/5.0.13/app-changelog.md b/stable/ddns-go/5.0.13/app-changelog.md deleted file mode 100644 index 8357dabcf0..0000000000 --- a/stable/ddns-go/5.0.13/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [ddns-go-5.0.13](https://github.com/truecharts/charts/compare/ddns-go-5.0.12...ddns-go-5.0.13) (2023-05-16) - -### Chore - -- update helm general non-major ([#8979](https://github.com/truecharts/charts/issues/8979)) - - \ No newline at end of file diff --git a/stable/ddns-go/5.0.13/CHANGELOG.md b/stable/ddns-go/5.0.14/CHANGELOG.md similarity index 90% rename from stable/ddns-go/5.0.13/CHANGELOG.md rename to stable/ddns-go/5.0.14/CHANGELOG.md index 96b37ec3c1..ae7c630905 100644 --- a/stable/ddns-go/5.0.13/CHANGELOG.md +++ b/stable/ddns-go/5.0.14/CHANGELOG.md @@ -4,6 +4,15 @@ +## [ddns-go-5.0.14](https://github.com/truecharts/charts/compare/ddns-go-5.0.13...ddns-go-5.0.14) (2023-05-21) + +### Chore + +- update container image tccr.io/truecharts/ddns-go to v5.2.1 ([#9049](https://github.com/truecharts/charts/issues/9049)) + + + + ## [ddns-go-5.0.13](https://github.com/truecharts/charts/compare/ddns-go-5.0.12...ddns-go-5.0.13) (2023-05-16) ### Chore @@ -88,12 +97,3 @@ ## [ddns-go-5.0.4](https://github.com/truecharts/charts/compare/ddns-go-5.0.3...ddns-go-5.0.4) (2023-04-15) ### Chore - -- update helm general non-major ([#7998](https://github.com/truecharts/charts/issues/7998)) - - - - -## [ddns-go-5.0.3](https://github.com/truecharts/charts/compare/ddns-go-5.0.2...ddns-go-5.0.3) (2023-04-14) - - diff --git a/stable/ddns-go/5.0.13/Chart.yaml b/stable/ddns-go/5.0.14/Chart.yaml similarity index 95% rename from stable/ddns-go/5.0.13/Chart.yaml rename to stable/ddns-go/5.0.14/Chart.yaml index 087c177523..dee3166b91 100644 --- a/stable/ddns-go/5.0.13/Chart.yaml +++ b/stable/ddns-go/5.0.14/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: ddns-go -version: 5.0.13 -appVersion: "5.1.1" +version: 5.0.14 +appVersion: "5.2.1" description: Automatically obtain your public network IPv4 or IPv6 address and resolve it to the corresponding domain name service type: application deprecated: false diff --git a/stable/ddns-go/5.0.13/README.md b/stable/ddns-go/5.0.14/README.md similarity index 100% rename from stable/ddns-go/5.0.13/README.md rename to stable/ddns-go/5.0.14/README.md diff --git a/stable/ddns-go/5.0.14/app-changelog.md b/stable/ddns-go/5.0.14/app-changelog.md new file mode 100644 index 0000000000..d85c82f9ee --- /dev/null +++ b/stable/ddns-go/5.0.14/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ddns-go-5.0.14](https://github.com/truecharts/charts/compare/ddns-go-5.0.13...ddns-go-5.0.14) (2023-05-21) + +### Chore + +- update container image tccr.io/truecharts/ddns-go to v5.2.1 ([#9049](https://github.com/truecharts/charts/issues/9049)) + + \ No newline at end of file diff --git a/stable/ddns-go/5.0.13/app-readme.md b/stable/ddns-go/5.0.14/app-readme.md similarity index 100% rename from stable/ddns-go/5.0.13/app-readme.md rename to stable/ddns-go/5.0.14/app-readme.md diff --git a/stable/ddns-go/5.0.13/charts/common-12.8.1.tgz b/stable/ddns-go/5.0.14/charts/common-12.8.1.tgz similarity index 100% rename from stable/ddns-go/5.0.13/charts/common-12.8.1.tgz rename to stable/ddns-go/5.0.14/charts/common-12.8.1.tgz diff --git a/stable/ddns-go/5.0.13/ix_values.yaml b/stable/ddns-go/5.0.14/ix_values.yaml similarity index 89% rename from stable/ddns-go/5.0.13/ix_values.yaml rename to stable/ddns-go/5.0.14/ix_values.yaml index cac23b548f..5510acd435 100644 --- a/stable/ddns-go/5.0.13/ix_values.yaml +++ b/stable/ddns-go/5.0.14/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/ddns-go pullPolicy: IfNotPresent - tag: 5.1.1@sha256:09df038bff2278c4392a07885ba437452685b4d41908a816f6c6d55cf3c7bda8 + tag: v5.2.1@sha256:9d785cbdcb9288d95f6d49bc59cf9a38454bc1595439c1f919a6e381089c6d40 securityContext: container: diff --git a/stable/ddns-go/5.0.13/questions.yaml b/stable/ddns-go/5.0.14/questions.yaml similarity index 100% rename from stable/ddns-go/5.0.13/questions.yaml rename to stable/ddns-go/5.0.14/questions.yaml diff --git a/stable/ddns-go/5.0.13/templates/NOTES.txt b/stable/ddns-go/5.0.14/templates/NOTES.txt similarity index 100% rename from stable/ddns-go/5.0.13/templates/NOTES.txt rename to stable/ddns-go/5.0.14/templates/NOTES.txt diff --git a/stable/ddns-go/5.0.13/templates/common.yaml b/stable/ddns-go/5.0.14/templates/common.yaml similarity index 100% rename from stable/ddns-go/5.0.13/templates/common.yaml rename to stable/ddns-go/5.0.14/templates/common.yaml diff --git a/stable/ddns-go/5.0.13/values.yaml b/stable/ddns-go/5.0.14/values.yaml similarity index 100% rename from stable/ddns-go/5.0.13/values.yaml rename to stable/ddns-go/5.0.14/values.yaml