From b4265c8b9e4e5f224e99cec1c6e425ef0e2a544b Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Wed, 22 Feb 2023 23:57:01 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/dashdot/3.0.16/app-changelog.md | 9 --------- .../dashdot/{3.0.16 => 3.0.17}/CHANGELOG.md | 18 +++++++++--------- stable/dashdot/{3.0.16 => 3.0.17}/Chart.yaml | 4 ++-- stable/dashdot/{3.0.16 => 3.0.17}/README.md | 0 stable/dashdot/3.0.17/app-changelog.md | 9 +++++++++ .../dashdot/{3.0.16 => 3.0.17}/app-readme.md | 0 .../charts/common-11.1.2.tgz | Bin .../dashdot/{3.0.16 => 3.0.17}/ix_values.yaml | 2 +- .../dashdot/{3.0.16 => 3.0.17}/questions.yaml | 0 .../{3.0.16 => 3.0.17}/templates/common.yaml | 0 stable/dashdot/{3.0.16 => 3.0.17}/values.yaml | 0 11 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/dashdot/3.0.16/app-changelog.md rename stable/dashdot/{3.0.16 => 3.0.17}/CHANGELOG.md (90%) rename stable/dashdot/{3.0.16 => 3.0.17}/Chart.yaml (95%) rename stable/dashdot/{3.0.16 => 3.0.17}/README.md (100%) create mode 100644 stable/dashdot/3.0.17/app-changelog.md rename stable/dashdot/{3.0.16 => 3.0.17}/app-readme.md (100%) rename stable/dashdot/{3.0.16 => 3.0.17}/charts/common-11.1.2.tgz (100%) rename stable/dashdot/{3.0.16 => 3.0.17}/ix_values.yaml (97%) rename stable/dashdot/{3.0.16 => 3.0.17}/questions.yaml (100%) rename stable/dashdot/{3.0.16 => 3.0.17}/templates/common.yaml (100%) rename stable/dashdot/{3.0.16 => 3.0.17}/values.yaml (100%) diff --git a/stable/dashdot/3.0.16/app-changelog.md b/stable/dashdot/3.0.16/app-changelog.md deleted file mode 100644 index 9eb5b639fe..0000000000 --- a/stable/dashdot/3.0.16/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [dashdot-3.0.16](https://github.com/truecharts/charts/compare/dashdot-3.0.15...dashdot-3.0.16) (2023-02-10) - -### Fix - -- ensure new helm deps repo is used in latest releases as well. - - \ No newline at end of file diff --git a/stable/dashdot/3.0.16/CHANGELOG.md b/stable/dashdot/3.0.17/CHANGELOG.md similarity index 90% rename from stable/dashdot/3.0.16/CHANGELOG.md rename to stable/dashdot/3.0.17/CHANGELOG.md index efee6bff8b..b69ebc2e2a 100644 --- a/stable/dashdot/3.0.16/CHANGELOG.md +++ b/stable/dashdot/3.0.17/CHANGELOG.md @@ -4,6 +4,15 @@ +## [dashdot-3.0.17](https://github.com/truecharts/charts/compare/dashdot-3.0.16...dashdot-3.0.17) (2023-02-22) + +### Chore + +- update container image tccr.io/truecharts/dashdot to v4.9.1 + + + + ## [dashdot-3.0.16](https://github.com/truecharts/charts/compare/dashdot-3.0.15...dashdot-3.0.16) (2023-02-10) ### Fix @@ -88,12 +97,3 @@ ## [dashdot-3.0.7](https://github.com/truecharts/charts/compare/dashdot-3.0.6...dashdot-3.0.7) (2022-12-26) ### Chore - -- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839)) - - - - -## [dashdot-3.0.6](https://github.com/truecharts/charts/compare/dashdot-3.0.5...dashdot-3.0.6) (2022-12-25) - -### Chore diff --git a/stable/dashdot/3.0.16/Chart.yaml b/stable/dashdot/3.0.17/Chart.yaml similarity index 95% rename from stable/dashdot/3.0.16/Chart.yaml rename to stable/dashdot/3.0.17/Chart.yaml index 38cb85295d..f03cb98e83 100644 --- a/stable/dashdot/3.0.16/Chart.yaml +++ b/stable/dashdot/3.0.17/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "4.9.0" +appVersion: "4.9.1" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -20,7 +20,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/dashdot - https://hub.docker.com/r/mauricenino/dashdot - https://github.com/MauriceNino/dashdot -version: 3.0.16 +version: 3.0.17 annotations: truecharts.org/catagories: | - media diff --git a/stable/dashdot/3.0.16/README.md b/stable/dashdot/3.0.17/README.md similarity index 100% rename from stable/dashdot/3.0.16/README.md rename to stable/dashdot/3.0.17/README.md diff --git a/stable/dashdot/3.0.17/app-changelog.md b/stable/dashdot/3.0.17/app-changelog.md new file mode 100644 index 0000000000..9795d41283 --- /dev/null +++ b/stable/dashdot/3.0.17/app-changelog.md @@ -0,0 +1,9 @@ + + +## [dashdot-3.0.17](https://github.com/truecharts/charts/compare/dashdot-3.0.16...dashdot-3.0.17) (2023-02-22) + +### Chore + +- update container image tccr.io/truecharts/dashdot to v4.9.1 + + \ No newline at end of file diff --git a/stable/dashdot/3.0.16/app-readme.md b/stable/dashdot/3.0.17/app-readme.md similarity index 100% rename from stable/dashdot/3.0.16/app-readme.md rename to stable/dashdot/3.0.17/app-readme.md diff --git a/stable/dashdot/3.0.16/charts/common-11.1.2.tgz b/stable/dashdot/3.0.17/charts/common-11.1.2.tgz similarity index 100% rename from stable/dashdot/3.0.16/charts/common-11.1.2.tgz rename to stable/dashdot/3.0.17/charts/common-11.1.2.tgz diff --git a/stable/dashdot/3.0.16/ix_values.yaml b/stable/dashdot/3.0.17/ix_values.yaml similarity index 97% rename from stable/dashdot/3.0.16/ix_values.yaml rename to stable/dashdot/3.0.17/ix_values.yaml index 8a2e524727..01760757cf 100644 --- a/stable/dashdot/3.0.16/ix_values.yaml +++ b/stable/dashdot/3.0.17/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/dashdot - tag: 4.9.0@sha256:21a27d0fbae0f4ab4a5f87938130d16eb00f0ffe2451003629bccdf6847c4014 + tag: 4.9.1@sha256:9d35440bde58ac5c72c87184cba219ce71c1cb35ee7c2ccefbcc74a00d1f0bb3 pullPolicy: IfNotPresent securityContext: diff --git a/stable/dashdot/3.0.16/questions.yaml b/stable/dashdot/3.0.17/questions.yaml similarity index 100% rename from stable/dashdot/3.0.16/questions.yaml rename to stable/dashdot/3.0.17/questions.yaml diff --git a/stable/dashdot/3.0.16/templates/common.yaml b/stable/dashdot/3.0.17/templates/common.yaml similarity index 100% rename from stable/dashdot/3.0.16/templates/common.yaml rename to stable/dashdot/3.0.17/templates/common.yaml diff --git a/stable/dashdot/3.0.16/values.yaml b/stable/dashdot/3.0.17/values.yaml similarity index 100% rename from stable/dashdot/3.0.16/values.yaml rename to stable/dashdot/3.0.17/values.yaml