From fd01160502478e8c08752fb9fccf12b44c27d2d7 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 25 Oct 2022 05:56:45 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- .../{2.0.38 => 2.0.39}/CHANGELOG.md | 18 +++++++++--------- .../{2.0.38 => 2.0.39}/Chart.lock | 2 +- .../{2.0.38 => 2.0.39}/Chart.yaml | 2 +- .../ddns-updater/{2.0.38 => 2.0.39}/README.md | 2 +- .../{2.0.38 => 2.0.39}/app-readme.md | 0 .../charts/common-10.7.1.tgz | Bin .../{2.0.38 => 2.0.39}/ix_values.yaml | 0 .../{2.0.38 => 2.0.39}/questions.yaml | 0 .../{2.0.38 => 2.0.39}/templates/common.yaml | 0 .../{2.0.38 => 2.0.39}/values.yaml | 0 10 files changed, 12 insertions(+), 12 deletions(-) rename stable/ddns-updater/{2.0.38 => 2.0.39}/CHANGELOG.md (87%) rename stable/ddns-updater/{2.0.38 => 2.0.39}/Chart.lock (80%) rename stable/ddns-updater/{2.0.38 => 2.0.39}/Chart.yaml (98%) rename stable/ddns-updater/{2.0.38 => 2.0.39}/README.md (96%) rename stable/ddns-updater/{2.0.38 => 2.0.39}/app-readme.md (100%) rename stable/ddns-updater/{2.0.38 => 2.0.39}/charts/common-10.7.1.tgz (100%) rename stable/ddns-updater/{2.0.38 => 2.0.39}/ix_values.yaml (100%) rename stable/ddns-updater/{2.0.38 => 2.0.39}/questions.yaml (100%) rename stable/ddns-updater/{2.0.38 => 2.0.39}/templates/common.yaml (100%) rename stable/ddns-updater/{2.0.38 => 2.0.39}/values.yaml (100%) diff --git a/stable/ddns-updater/2.0.38/CHANGELOG.md b/stable/ddns-updater/2.0.39/CHANGELOG.md similarity index 87% rename from stable/ddns-updater/2.0.38/CHANGELOG.md rename to stable/ddns-updater/2.0.39/CHANGELOG.md index aea038360a..392177e6f4 100644 --- a/stable/ddns-updater/2.0.38/CHANGELOG.md +++ b/stable/ddns-updater/2.0.39/CHANGELOG.md @@ -2,6 +2,15 @@ +## [ddns-updater-2.0.39](https://github.com/truecharts/charts/compare/ddns-updater-2.0.38...ddns-updater-2.0.39) (2022-10-25) + +### Chore + +- Auto-update chart README [skip ci] + + + + ## [ddns-updater-2.0.38](https://github.com/truecharts/charts/compare/ddns-updater-2.0.37...ddns-updater-2.0.38) (2022-10-19) ### Chore @@ -88,12 +97,3 @@ - Auto-update chart README [skip ci] - Auto-update chart README [skip ci] - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - diff --git a/stable/ddns-updater/2.0.38/Chart.lock b/stable/ddns-updater/2.0.39/Chart.lock similarity index 80% rename from stable/ddns-updater/2.0.38/Chart.lock rename to stable/ddns-updater/2.0.39/Chart.lock index ca9c58964e..d113ea5e70 100644 --- a/stable/ddns-updater/2.0.38/Chart.lock +++ b/stable/ddns-updater/2.0.39/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.7.1 digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 -generated: "2022-10-19T13:05:51.065767762Z" +generated: "2022-10-25T05:54:56.088627326Z" diff --git a/stable/ddns-updater/2.0.38/Chart.yaml b/stable/ddns-updater/2.0.39/Chart.yaml similarity index 98% rename from stable/ddns-updater/2.0.38/Chart.yaml rename to stable/ddns-updater/2.0.39/Chart.yaml index 5a47664762..875703b30b 100644 --- a/stable/ddns-updater/2.0.38/Chart.yaml +++ b/stable/ddns-updater/2.0.39/Chart.yaml @@ -19,7 +19,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ddns-updater - https://github.com/qdm12/ddns-updater - https://hub.docker.com/r/qmcgaw/ddns-updater -version: 2.0.38 +version: 2.0.39 annotations: truecharts.org/catagories: | - network diff --git a/stable/ddns-updater/2.0.38/README.md b/stable/ddns-updater/2.0.39/README.md similarity index 96% rename from stable/ddns-updater/2.0.38/README.md rename to stable/ddns-updater/2.0.39/README.md index eb326ba7df..3b590de186 100644 --- a/stable/ddns-updater/2.0.38/README.md +++ b/stable/ddns-updater/2.0.39/README.md @@ -64,7 +64,7 @@ helm uninstall ddns-updater #### Available Settings Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/truecharts/library-charts/tree/main/charts/common). #### Configure using the command line diff --git a/stable/ddns-updater/2.0.38/app-readme.md b/stable/ddns-updater/2.0.39/app-readme.md similarity index 100% rename from stable/ddns-updater/2.0.38/app-readme.md rename to stable/ddns-updater/2.0.39/app-readme.md diff --git a/stable/ddns-updater/2.0.38/charts/common-10.7.1.tgz b/stable/ddns-updater/2.0.39/charts/common-10.7.1.tgz similarity index 100% rename from stable/ddns-updater/2.0.38/charts/common-10.7.1.tgz rename to stable/ddns-updater/2.0.39/charts/common-10.7.1.tgz diff --git a/stable/ddns-updater/2.0.38/ix_values.yaml b/stable/ddns-updater/2.0.39/ix_values.yaml similarity index 100% rename from stable/ddns-updater/2.0.38/ix_values.yaml rename to stable/ddns-updater/2.0.39/ix_values.yaml diff --git a/stable/ddns-updater/2.0.38/questions.yaml b/stable/ddns-updater/2.0.39/questions.yaml similarity index 100% rename from stable/ddns-updater/2.0.38/questions.yaml rename to stable/ddns-updater/2.0.39/questions.yaml diff --git a/stable/ddns-updater/2.0.38/templates/common.yaml b/stable/ddns-updater/2.0.39/templates/common.yaml similarity index 100% rename from stable/ddns-updater/2.0.38/templates/common.yaml rename to stable/ddns-updater/2.0.39/templates/common.yaml diff --git a/stable/ddns-updater/2.0.38/values.yaml b/stable/ddns-updater/2.0.39/values.yaml similarity index 100% rename from stable/ddns-updater/2.0.38/values.yaml rename to stable/ddns-updater/2.0.39/values.yaml