From 8abf812afa5aebbbc73009d2abecbc609738149a Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 1 Aug 2022 09:29:08 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- .../ddns-go/{2.0.24 => 2.0.25}/CHANGELOG.md | 18 +++++++++--------- stable/ddns-go/{2.0.24 => 2.0.25}/Chart.lock | 2 +- stable/ddns-go/{2.0.24 => 2.0.25}/Chart.yaml | 12 ++++++------ stable/ddns-go/{2.0.24 => 2.0.25}/README.md | 3 ++- .../ddns-go/{2.0.24 => 2.0.25}/app-readme.md | 2 +- .../charts/common-10.4.8.tgz | Bin .../ddns-go/{2.0.24 => 2.0.25}/ix_values.yaml | 2 +- .../ddns-go/{2.0.24 => 2.0.25}/questions.yaml | 0 .../{2.0.24 => 2.0.25}/templates/common.yaml | 0 stable/ddns-go/{2.0.24 => 2.0.25}/values.yaml | 0 10 files changed, 20 insertions(+), 19 deletions(-) rename stable/ddns-go/{2.0.24 => 2.0.25}/CHANGELOG.md (91%) rename stable/ddns-go/{2.0.24 => 2.0.25}/Chart.lock (80%) rename stable/ddns-go/{2.0.24 => 2.0.25}/Chart.yaml (76%) rename stable/ddns-go/{2.0.24 => 2.0.25}/README.md (93%) rename stable/ddns-go/{2.0.24 => 2.0.25}/app-readme.md (77%) rename stable/ddns-go/{2.0.24 => 2.0.25}/charts/common-10.4.8.tgz (100%) rename stable/ddns-go/{2.0.24 => 2.0.25}/ix_values.yaml (80%) rename stable/ddns-go/{2.0.24 => 2.0.25}/questions.yaml (100%) rename stable/ddns-go/{2.0.24 => 2.0.25}/templates/common.yaml (100%) rename stable/ddns-go/{2.0.24 => 2.0.25}/values.yaml (100%) diff --git a/stable/ddns-go/2.0.24/CHANGELOG.md b/stable/ddns-go/2.0.25/CHANGELOG.md similarity index 91% rename from stable/ddns-go/2.0.24/CHANGELOG.md rename to stable/ddns-go/2.0.25/CHANGELOG.md index 20b1c25d8d..c2eadb3bc9 100644 --- a/stable/ddns-go/2.0.24/CHANGELOG.md +++ b/stable/ddns-go/2.0.25/CHANGELOG.md @@ -2,6 +2,15 @@ +## [ddns-go-2.0.25](https://github.com/truecharts/apps/compare/ddns-go-2.0.24...ddns-go-2.0.25) (2022-08-01) + +### Chore + +- update container image tccr.io/truecharts/ddns-go to v4.0.0 ([#3357](https://github.com/truecharts/apps/issues/3357)) + + + + ## [ddns-go-2.0.24](https://github.com/truecharts/apps/compare/ddns-go-2.0.23...ddns-go-2.0.24) (2022-07-26) ### Chore @@ -88,12 +97,3 @@ ## [ddns-go-2.0.17](https://github.com/truecharts/apps/compare/ddns-go-2.0.15...ddns-go-2.0.17) (2022-07-14) -### Fix - -- bump to ensure .helmignore is present on all Charts - - - -## [ddns-go-2.0.15](https://github.com/truecharts/apps/compare/ddns-go-2.0.13...ddns-go-2.0.15) (2022-07-12) - -### Chore diff --git a/stable/ddns-go/2.0.24/Chart.lock b/stable/ddns-go/2.0.25/Chart.lock similarity index 80% rename from stable/ddns-go/2.0.24/Chart.lock rename to stable/ddns-go/2.0.25/Chart.lock index e697093ee6..0e851bcd24 100644 --- a/stable/ddns-go/2.0.24/Chart.lock +++ b/stable/ddns-go/2.0.25/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.4.8 digest: sha256:57e44481adb7fd605739fb266e38ae0c04f147ec6de12d4423545322e1461bad -generated: "2022-07-26T10:50:25.573798068Z" +generated: "2022-08-01T09:22:42.647523176Z" diff --git a/stable/ddns-go/2.0.24/Chart.yaml b/stable/ddns-go/2.0.25/Chart.yaml similarity index 76% rename from stable/ddns-go/2.0.24/Chart.yaml rename to stable/ddns-go/2.0.25/Chart.yaml index 184fd3ad9b..f1285ca23d 100644 --- a/stable/ddns-go/2.0.24/Chart.yaml +++ b/stable/ddns-go/2.0.25/Chart.yaml @@ -1,24 +1,24 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: ddns-go -version: 2.0.24 -appVersion: "3.7.2" +version: 2.0.25 +appVersion: "4.0.0" description: Automatically obtain your public network IPv4 or IPv6 address and resolve it to the corresponding domain name service type: application deprecated: false -home: https://github.com/truecharts/charts/tree/master/charts/stable/ddns-go +home: https://truecharts.org/docs/charts/stable/ddns-go icon: https://truecharts.org/img/chart-icons/ddns-go.png keywords: - ddns-go - ddns sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/ddns-go - https://github.com/jeessy2/ddns-go dependencies: - name: common repository: https://library-charts.truecharts.org - version: - 10.4.8 - # condition: + version: 10.4.8 + # condition: maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/stable/ddns-go/2.0.24/README.md b/stable/ddns-go/2.0.25/README.md similarity index 93% rename from stable/ddns-go/2.0.24/README.md rename to stable/ddns-go/2.0.25/README.md index 247fd96846..3e35471f67 100644 --- a/stable/ddns-go/2.0.24/README.md +++ b/stable/ddns-go/2.0.25/README.md @@ -1,6 +1,6 @@ # ddns-go -![Version: 2.0.24](https://img.shields.io/badge/Version-2.0.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.7.2](https://img.shields.io/badge/AppVersion-3.7.2-informational?style=flat-square) +![Version: 2.0.25](https://img.shields.io/badge/Version-2.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.0.0](https://img.shields.io/badge/AppVersion-4.0.0-informational?style=flat-square) Automatically obtain your public network IPv4 or IPv6 address and resolve it to the corresponding domain name service @@ -13,6 +13,7 @@ For more information, please click here: [ddns-go](https://truecharts.org/docs/c ## Source Code +* * ## Requirements diff --git a/stable/ddns-go/2.0.24/app-readme.md b/stable/ddns-go/2.0.25/app-readme.md similarity index 77% rename from stable/ddns-go/2.0.24/app-readme.md rename to stable/ddns-go/2.0.25/app-readme.md index cf4ea3c789..0152139870 100644 --- a/stable/ddns-go/2.0.24/app-readme.md +++ b/stable/ddns-go/2.0.25/app-readme.md @@ -1,6 +1,6 @@ Automatically obtain your public network IPv4 or IPv6 address and resolve it to the corresponding domain name service -This App is supplied by TrueCharts, for more information visit the manual: https://truecharts.org/charts/stable/ddns-go +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/ddns-go](https://truecharts.org/docs/charts/stable/ddns-go) --- diff --git a/stable/ddns-go/2.0.24/charts/common-10.4.8.tgz b/stable/ddns-go/2.0.25/charts/common-10.4.8.tgz similarity index 100% rename from stable/ddns-go/2.0.24/charts/common-10.4.8.tgz rename to stable/ddns-go/2.0.25/charts/common-10.4.8.tgz diff --git a/stable/ddns-go/2.0.24/ix_values.yaml b/stable/ddns-go/2.0.25/ix_values.yaml similarity index 80% rename from stable/ddns-go/2.0.24/ix_values.yaml rename to stable/ddns-go/2.0.25/ix_values.yaml index 6eabe62230..33a8da1a4b 100644 --- a/stable/ddns-go/2.0.24/ix_values.yaml +++ b/stable/ddns-go/2.0.25/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/ddns-go pullPolicy: IfNotPresent - tag: v3.7.2@sha256:a8725d3918d94b78c1d62ef6a3b052d90dd4a13113ded6bd4ae8ea49a5d564a4 + tag: 4.0.0@sha256:f33b3ffd6fae1a358a43ea7c49dfc9555b04de39ace0bfb92de6a7d660f44412 securityContext: readOnlyRootFilesystem: false diff --git a/stable/ddns-go/2.0.24/questions.yaml b/stable/ddns-go/2.0.25/questions.yaml similarity index 100% rename from stable/ddns-go/2.0.24/questions.yaml rename to stable/ddns-go/2.0.25/questions.yaml diff --git a/stable/ddns-go/2.0.24/templates/common.yaml b/stable/ddns-go/2.0.25/templates/common.yaml similarity index 100% rename from stable/ddns-go/2.0.24/templates/common.yaml rename to stable/ddns-go/2.0.25/templates/common.yaml diff --git a/stable/ddns-go/2.0.24/values.yaml b/stable/ddns-go/2.0.25/values.yaml similarity index 100% rename from stable/ddns-go/2.0.24/values.yaml rename to stable/ddns-go/2.0.25/values.yaml