From 3a1fd8e15d2a1debad6f3ba662199cce3eea46a1 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 6 Feb 2023 19:55:27 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/ddns-go/4.0.15/app-changelog.md | 4 ---- .../ddns-go/{4.0.15 => 4.0.16}/CHANGELOG.md | 18 +++++++++--------- stable/ddns-go/{4.0.15 => 4.0.16}/Chart.yaml | 4 ++-- stable/ddns-go/{4.0.15 => 4.0.16}/README.md | 0 stable/ddns-go/4.0.16/app-changelog.md | 9 +++++++++ .../ddns-go/{4.0.15 => 4.0.16}/app-readme.md | 0 .../charts/common-11.1.2.tgz | Bin .../ddns-go/{4.0.15 => 4.0.16}/ix_values.yaml | 2 +- .../ddns-go/{4.0.15 => 4.0.16}/questions.yaml | 0 .../{4.0.15 => 4.0.16}/templates/common.yaml | 0 stable/ddns-go/{4.0.15 => 4.0.16}/values.yaml | 0 11 files changed, 21 insertions(+), 16 deletions(-) delete mode 100644 stable/ddns-go/4.0.15/app-changelog.md rename stable/ddns-go/{4.0.15 => 4.0.16}/CHANGELOG.md (91%) rename stable/ddns-go/{4.0.15 => 4.0.16}/Chart.yaml (95%) rename stable/ddns-go/{4.0.15 => 4.0.16}/README.md (100%) create mode 100644 stable/ddns-go/4.0.16/app-changelog.md rename stable/ddns-go/{4.0.15 => 4.0.16}/app-readme.md (100%) rename stable/ddns-go/{4.0.15 => 4.0.16}/charts/common-11.1.2.tgz (100%) rename stable/ddns-go/{4.0.15 => 4.0.16}/ix_values.yaml (81%) rename stable/ddns-go/{4.0.15 => 4.0.16}/questions.yaml (100%) rename stable/ddns-go/{4.0.15 => 4.0.16}/templates/common.yaml (100%) rename stable/ddns-go/{4.0.15 => 4.0.16}/values.yaml (100%) diff --git a/stable/ddns-go/4.0.15/app-changelog.md b/stable/ddns-go/4.0.15/app-changelog.md deleted file mode 100644 index bc836cfc785..00000000000 --- a/stable/ddns-go/4.0.15/app-changelog.md +++ /dev/null @@ -1,4 +0,0 @@ - - -## [ddns-go-4.0.15](https://github.com/truecharts/charts/compare/ddns-go-4.0.14...ddns-go-4.0.15) (2023-02-03) - diff --git a/stable/ddns-go/4.0.15/CHANGELOG.md b/stable/ddns-go/4.0.16/CHANGELOG.md similarity index 91% rename from stable/ddns-go/4.0.15/CHANGELOG.md rename to stable/ddns-go/4.0.16/CHANGELOG.md index aa19d5c551b..0f9772f3cf4 100644 --- a/stable/ddns-go/4.0.15/CHANGELOG.md +++ b/stable/ddns-go/4.0.16/CHANGELOG.md @@ -4,6 +4,15 @@ +## [ddns-go-4.0.16](https://github.com/truecharts/charts/compare/ddns-go-4.0.15...ddns-go-4.0.16) (2023-02-06) + +### Chore + +- update container image tccr.io/truecharts/ddns-go to v4.5.1 + + + + ## [ddns-go-4.0.15](https://github.com/truecharts/charts/compare/ddns-go-4.0.14...ddns-go-4.0.15) (2023-02-03) @@ -88,12 +97,3 @@ - update helm general non-major - - -## [ddns-go-4.0.5](https://github.com/truecharts/charts/compare/ddns-go-4.0.4...ddns-go-4.0.5) (2022-12-09) - -### Chore - -- update container image tccr.io/truecharts/ddns-go to v4.3.3 - - diff --git a/stable/ddns-go/4.0.15/Chart.yaml b/stable/ddns-go/4.0.16/Chart.yaml similarity index 95% rename from stable/ddns-go/4.0.15/Chart.yaml rename to stable/ddns-go/4.0.16/Chart.yaml index 7c881f95b6f..8088e1261d4 100644 --- a/stable/ddns-go/4.0.15/Chart.yaml +++ b/stable/ddns-go/4.0.16/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: ddns-go -version: 4.0.15 -appVersion: "4.4.2" +version: 4.0.16 +appVersion: "4.5.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.15/README.md b/stable/ddns-go/4.0.16/README.md similarity index 100% rename from stable/ddns-go/4.0.15/README.md rename to stable/ddns-go/4.0.16/README.md diff --git a/stable/ddns-go/4.0.16/app-changelog.md b/stable/ddns-go/4.0.16/app-changelog.md new file mode 100644 index 00000000000..48f65e1252e --- /dev/null +++ b/stable/ddns-go/4.0.16/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ddns-go-4.0.16](https://github.com/truecharts/charts/compare/ddns-go-4.0.15...ddns-go-4.0.16) (2023-02-06) + +### Chore + +- update container image tccr.io/truecharts/ddns-go to v4.5.1 + + \ No newline at end of file diff --git a/stable/ddns-go/4.0.15/app-readme.md b/stable/ddns-go/4.0.16/app-readme.md similarity index 100% rename from stable/ddns-go/4.0.15/app-readme.md rename to stable/ddns-go/4.0.16/app-readme.md diff --git a/stable/ddns-go/4.0.15/charts/common-11.1.2.tgz b/stable/ddns-go/4.0.16/charts/common-11.1.2.tgz similarity index 100% rename from stable/ddns-go/4.0.15/charts/common-11.1.2.tgz rename to stable/ddns-go/4.0.16/charts/common-11.1.2.tgz diff --git a/stable/ddns-go/4.0.15/ix_values.yaml b/stable/ddns-go/4.0.16/ix_values.yaml similarity index 81% rename from stable/ddns-go/4.0.15/ix_values.yaml rename to stable/ddns-go/4.0.16/ix_values.yaml index 561e8ed65f1..092c4c4128f 100644 --- a/stable/ddns-go/4.0.15/ix_values.yaml +++ b/stable/ddns-go/4.0.16/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/ddns-go pullPolicy: IfNotPresent - tag: 4.4.2@sha256:61987ca50e726929bcf3bdd9a0e6301a02d45a979651d310715c7af5cdc425f2 + tag: 4.5.1@sha256:f0cd7e897810f7f389b63b32947effe196738e90f4f2bf01433c05da514e0ff4 securityContext: readOnlyRootFilesystem: false diff --git a/stable/ddns-go/4.0.15/questions.yaml b/stable/ddns-go/4.0.16/questions.yaml similarity index 100% rename from stable/ddns-go/4.0.15/questions.yaml rename to stable/ddns-go/4.0.16/questions.yaml diff --git a/stable/ddns-go/4.0.15/templates/common.yaml b/stable/ddns-go/4.0.16/templates/common.yaml similarity index 100% rename from stable/ddns-go/4.0.15/templates/common.yaml rename to stable/ddns-go/4.0.16/templates/common.yaml diff --git a/stable/ddns-go/4.0.15/values.yaml b/stable/ddns-go/4.0.16/values.yaml similarity index 100% rename from stable/ddns-go/4.0.15/values.yaml rename to stable/ddns-go/4.0.16/values.yaml