From 34f903b945174d1ce52be4440e38ec22d93fac10 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 10 Jan 2023 21:32:21 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/ddns-go/4.0.12/app-changelog.md | 9 --------- .../ddns-go/{4.0.12 => 4.0.13}/CHANGELOG.md | 18 +++++++++--------- stable/ddns-go/{4.0.12 => 4.0.13}/Chart.yaml | 4 ++-- stable/ddns-go/{4.0.12 => 4.0.13}/README.md | 0 stable/ddns-go/4.0.13/app-changelog.md | 9 +++++++++ .../ddns-go/{4.0.12 => 4.0.13}/app-readme.md | 0 .../charts/common-11.1.2.tgz | Bin .../ddns-go/{4.0.12 => 4.0.13}/ix_values.yaml | 2 +- .../ddns-go/{4.0.12 => 4.0.13}/questions.yaml | 0 .../{4.0.12 => 4.0.13}/templates/common.yaml | 0 stable/ddns-go/{4.0.12 => 4.0.13}/values.yaml | 0 11 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/ddns-go/4.0.12/app-changelog.md rename stable/ddns-go/{4.0.12 => 4.0.13}/CHANGELOG.md (89%) rename stable/ddns-go/{4.0.12 => 4.0.13}/Chart.yaml (95%) rename stable/ddns-go/{4.0.12 => 4.0.13}/README.md (100%) create mode 100644 stable/ddns-go/4.0.13/app-changelog.md rename stable/ddns-go/{4.0.12 => 4.0.13}/app-readme.md (100%) rename stable/ddns-go/{4.0.12 => 4.0.13}/charts/common-11.1.2.tgz (100%) rename stable/ddns-go/{4.0.12 => 4.0.13}/ix_values.yaml (81%) rename stable/ddns-go/{4.0.12 => 4.0.13}/questions.yaml (100%) rename stable/ddns-go/{4.0.12 => 4.0.13}/templates/common.yaml (100%) rename stable/ddns-go/{4.0.12 => 4.0.13}/values.yaml (100%) diff --git a/stable/ddns-go/4.0.12/app-changelog.md b/stable/ddns-go/4.0.12/app-changelog.md deleted file mode 100644 index 8c328cc7f33..00000000000 --- a/stable/ddns-go/4.0.12/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [ddns-go-4.0.12](https://github.com/truecharts/charts/compare/ddns-go-4.0.11...ddns-go-4.0.12) (2022-12-27) - -### Chore - -- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856)) - - \ No newline at end of file diff --git a/stable/ddns-go/4.0.12/CHANGELOG.md b/stable/ddns-go/4.0.13/CHANGELOG.md similarity index 89% rename from stable/ddns-go/4.0.12/CHANGELOG.md rename to stable/ddns-go/4.0.13/CHANGELOG.md index 8a5f8940b73..c29c37983bd 100644 --- a/stable/ddns-go/4.0.12/CHANGELOG.md +++ b/stable/ddns-go/4.0.13/CHANGELOG.md @@ -4,6 +4,15 @@ +## [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 + + + + ## [ddns-go-4.0.12](https://github.com/truecharts/charts/compare/ddns-go-4.0.11...ddns-go-4.0.12) (2022-12-27) ### Chore @@ -88,12 +97,3 @@ ## [ddns-go-4.0.3](https://github.com/truecharts/charts/compare/ddns-go-4.0.2...ddns-go-4.0.3) (2022-11-30) - - -## [ddns-go-4.0.3](https://github.com/truecharts/charts/compare/ddns-go-4.0.2...ddns-go-4.0.3) (2022-11-30) - - - - -## [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.12/Chart.yaml b/stable/ddns-go/4.0.13/Chart.yaml similarity index 95% rename from stable/ddns-go/4.0.12/Chart.yaml rename to stable/ddns-go/4.0.13/Chart.yaml index 933575e95b7..a5fb2a932a5 100644 --- a/stable/ddns-go/4.0.12/Chart.yaml +++ b/stable/ddns-go/4.0.13/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: ddns-go -version: 4.0.12 -appVersion: "4.4.0" +version: 4.0.13 +appVersion: "4.4.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/4.0.12/README.md b/stable/ddns-go/4.0.13/README.md similarity index 100% rename from stable/ddns-go/4.0.12/README.md rename to stable/ddns-go/4.0.13/README.md diff --git a/stable/ddns-go/4.0.13/app-changelog.md b/stable/ddns-go/4.0.13/app-changelog.md new file mode 100644 index 00000000000..575a2359467 --- /dev/null +++ b/stable/ddns-go/4.0.13/app-changelog.md @@ -0,0 +1,9 @@ + + +## [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.12/app-readme.md b/stable/ddns-go/4.0.13/app-readme.md similarity index 100% rename from stable/ddns-go/4.0.12/app-readme.md rename to stable/ddns-go/4.0.13/app-readme.md diff --git a/stable/ddns-go/4.0.12/charts/common-11.1.2.tgz b/stable/ddns-go/4.0.13/charts/common-11.1.2.tgz similarity index 100% rename from stable/ddns-go/4.0.12/charts/common-11.1.2.tgz rename to stable/ddns-go/4.0.13/charts/common-11.1.2.tgz diff --git a/stable/ddns-go/4.0.12/ix_values.yaml b/stable/ddns-go/4.0.13/ix_values.yaml similarity index 81% rename from stable/ddns-go/4.0.12/ix_values.yaml rename to stable/ddns-go/4.0.13/ix_values.yaml index 1508766821b..3544959f081 100644 --- a/stable/ddns-go/4.0.12/ix_values.yaml +++ b/stable/ddns-go/4.0.13/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/ddns-go pullPolicy: IfNotPresent - tag: 4.4.0@sha256:57858e1d2fad6ac60775e7662c35b252c0b8423aab29295f27811a84e8f1bb53 + tag: 4.4.1@sha256:734c01550f24ecc61cdf7eba1f1ae25ed7d5a6338eece8e42d54620ec52d8638 securityContext: readOnlyRootFilesystem: false diff --git a/stable/ddns-go/4.0.12/questions.yaml b/stable/ddns-go/4.0.13/questions.yaml similarity index 100% rename from stable/ddns-go/4.0.12/questions.yaml rename to stable/ddns-go/4.0.13/questions.yaml diff --git a/stable/ddns-go/4.0.12/templates/common.yaml b/stable/ddns-go/4.0.13/templates/common.yaml similarity index 100% rename from stable/ddns-go/4.0.12/templates/common.yaml rename to stable/ddns-go/4.0.13/templates/common.yaml diff --git a/stable/ddns-go/4.0.12/values.yaml b/stable/ddns-go/4.0.13/values.yaml similarity index 100% rename from stable/ddns-go/4.0.12/values.yaml rename to stable/ddns-go/4.0.13/values.yaml