From 217c68f915313eff3a27d7ee41df4efe3752d60e Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 16 Jan 2023 02:21:50 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/ddns-go/4.0.13/app-changelog.md | 9 --------- .../ddns-go/{4.0.13 => 4.0.14}/CHANGELOG.md | 18 +++++++++--------- stable/ddns-go/{4.0.13 => 4.0.14}/Chart.yaml | 4 ++-- stable/ddns-go/{4.0.13 => 4.0.14}/README.md | 0 stable/ddns-go/4.0.14/app-changelog.md | 9 +++++++++ .../ddns-go/{4.0.13 => 4.0.14}/app-readme.md | 2 +- .../charts/common-11.1.2.tgz | Bin .../ddns-go/{4.0.13 => 4.0.14}/ix_values.yaml | 2 +- .../ddns-go/{4.0.13 => 4.0.14}/questions.yaml | 0 .../{4.0.13 => 4.0.14}/templates/common.yaml | 0 stable/ddns-go/{4.0.13 => 4.0.14}/values.yaml | 0 11 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 stable/ddns-go/4.0.13/app-changelog.md rename stable/ddns-go/{4.0.13 => 4.0.14}/CHANGELOG.md (91%) rename stable/ddns-go/{4.0.13 => 4.0.14}/Chart.yaml (95%) rename stable/ddns-go/{4.0.13 => 4.0.14}/README.md (100%) create mode 100644 stable/ddns-go/4.0.14/app-changelog.md rename stable/ddns-go/{4.0.13 => 4.0.14}/app-readme.md (74%) rename stable/ddns-go/{4.0.13 => 4.0.14}/charts/common-11.1.2.tgz (100%) rename stable/ddns-go/{4.0.13 => 4.0.14}/ix_values.yaml (81%) rename stable/ddns-go/{4.0.13 => 4.0.14}/questions.yaml (100%) rename stable/ddns-go/{4.0.13 => 4.0.14}/templates/common.yaml (100%) rename stable/ddns-go/{4.0.13 => 4.0.14}/values.yaml (100%) diff --git a/stable/ddns-go/4.0.13/app-changelog.md b/stable/ddns-go/4.0.13/app-changelog.md deleted file mode 100644 index 575a235946..0000000000 --- a/stable/ddns-go/4.0.13/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [ddns-go-4.0.13](https://github.com/truecharts/charts/compare/ddns-go-4.0.12...ddns-go-4.0.13) (2023-01-10) - -### Chore - -- update container image tccr.io/truecharts/ddns-go to v4.4.1 - - \ No newline at end of file diff --git a/stable/ddns-go/4.0.13/CHANGELOG.md b/stable/ddns-go/4.0.14/CHANGELOG.md similarity index 91% rename from stable/ddns-go/4.0.13/CHANGELOG.md rename to stable/ddns-go/4.0.14/CHANGELOG.md index c29c37983b..89a5b8a570 100644 --- a/stable/ddns-go/4.0.13/CHANGELOG.md +++ b/stable/ddns-go/4.0.14/CHANGELOG.md @@ -4,6 +4,15 @@ +## [ddns-go-4.0.14](https://github.com/truecharts/charts/compare/ddns-go-4.0.13...ddns-go-4.0.14) (2023-01-16) + +### Chore + +- update container image tccr.io/truecharts/ddns-go to v4.4.2 + + + + ## [ddns-go-4.0.13](https://github.com/truecharts/charts/compare/ddns-go-4.0.12...ddns-go-4.0.13) (2023-01-10) ### Chore @@ -88,12 +97,3 @@ ## [ddns-go-4.0.4](https://github.com/truecharts/charts/compare/ddns-go-4.0.3...ddns-go-4.0.4) (2022-12-05) ### Chore - -- update container image tccr.io/truecharts/ddns-go to v4.2.2 - - - - -## [ddns-go-4.0.3](https://github.com/truecharts/charts/compare/ddns-go-4.0.2...ddns-go-4.0.3) (2022-11-30) - - diff --git a/stable/ddns-go/4.0.13/Chart.yaml b/stable/ddns-go/4.0.14/Chart.yaml similarity index 95% rename from stable/ddns-go/4.0.13/Chart.yaml rename to stable/ddns-go/4.0.14/Chart.yaml index a5fb2a932a..4447a70f01 100644 --- a/stable/ddns-go/4.0.13/Chart.yaml +++ b/stable/ddns-go/4.0.14/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: ddns-go -version: 4.0.13 -appVersion: "4.4.1" +version: 4.0.14 +appVersion: "4.4.2" 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/4.0.13/README.md b/stable/ddns-go/4.0.14/README.md similarity index 100% rename from stable/ddns-go/4.0.13/README.md rename to stable/ddns-go/4.0.14/README.md diff --git a/stable/ddns-go/4.0.14/app-changelog.md b/stable/ddns-go/4.0.14/app-changelog.md new file mode 100644 index 0000000000..801011e8e4 --- /dev/null +++ b/stable/ddns-go/4.0.14/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ddns-go-4.0.14](https://github.com/truecharts/charts/compare/ddns-go-4.0.13...ddns-go-4.0.14) (2023-01-16) + +### Chore + +- update container image tccr.io/truecharts/ddns-go to v4.4.2 + + \ No newline at end of file diff --git a/stable/ddns-go/4.0.13/app-readme.md b/stable/ddns-go/4.0.14/app-readme.md similarity index 74% rename from stable/ddns-go/4.0.13/app-readme.md rename to stable/ddns-go/4.0.14/app-readme.md index 98b83a0e0a..9789eaffd6 100644 --- a/stable/ddns-go/4.0.13/app-readme.md +++ b/stable/ddns-go/4.0.14/app-readme.md @@ -5,4 +5,4 @@ This App is supplied by TrueCharts, for more information visit the manual: [http --- TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/about/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! diff --git a/stable/ddns-go/4.0.13/charts/common-11.1.2.tgz b/stable/ddns-go/4.0.14/charts/common-11.1.2.tgz similarity index 100% rename from stable/ddns-go/4.0.13/charts/common-11.1.2.tgz rename to stable/ddns-go/4.0.14/charts/common-11.1.2.tgz diff --git a/stable/ddns-go/4.0.13/ix_values.yaml b/stable/ddns-go/4.0.14/ix_values.yaml similarity index 81% rename from stable/ddns-go/4.0.13/ix_values.yaml rename to stable/ddns-go/4.0.14/ix_values.yaml index 3544959f08..561e8ed65f 100644 --- a/stable/ddns-go/4.0.13/ix_values.yaml +++ b/stable/ddns-go/4.0.14/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/ddns-go pullPolicy: IfNotPresent - tag: 4.4.1@sha256:734c01550f24ecc61cdf7eba1f1ae25ed7d5a6338eece8e42d54620ec52d8638 + tag: 4.4.2@sha256:61987ca50e726929bcf3bdd9a0e6301a02d45a979651d310715c7af5cdc425f2 securityContext: readOnlyRootFilesystem: false diff --git a/stable/ddns-go/4.0.13/questions.yaml b/stable/ddns-go/4.0.14/questions.yaml similarity index 100% rename from stable/ddns-go/4.0.13/questions.yaml rename to stable/ddns-go/4.0.14/questions.yaml diff --git a/stable/ddns-go/4.0.13/templates/common.yaml b/stable/ddns-go/4.0.14/templates/common.yaml similarity index 100% rename from stable/ddns-go/4.0.13/templates/common.yaml rename to stable/ddns-go/4.0.14/templates/common.yaml diff --git a/stable/ddns-go/4.0.13/values.yaml b/stable/ddns-go/4.0.14/values.yaml similarity index 100% rename from stable/ddns-go/4.0.13/values.yaml rename to stable/ddns-go/4.0.14/values.yaml