From a4a0ea0b9da3dd57b1da7bb1289a8df8272c47c1 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 26 Oct 2023 22:43:35 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/netdata/6.0.7/app-changelog.md | 9 --------- stable/netdata/{6.0.7 => 6.0.8}/CHANGELOG.md | 18 +++++++++--------- stable/netdata/{6.0.7 => 6.0.8}/Chart.yaml | 4 ++-- stable/netdata/{6.0.7 => 6.0.8}/README.md | 0 stable/netdata/6.0.8/app-changelog.md | 9 +++++++++ stable/netdata/{6.0.7 => 6.0.8}/app-readme.md | 0 .../{6.0.7 => 6.0.8}/charts/common-14.0.9.tgz | Bin .../netdata/{6.0.7 => 6.0.8}/ix_values.yaml | 2 +- .../netdata/{6.0.7 => 6.0.8}/questions.yaml | 0 .../{6.0.7 => 6.0.8}/templates/NOTES.txt | 0 .../{6.0.7 => 6.0.8}/templates/common.yaml | 0 stable/netdata/{6.0.7 => 6.0.8}/values.yaml | 0 12 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/netdata/6.0.7/app-changelog.md rename stable/netdata/{6.0.7 => 6.0.8}/CHANGELOG.md (90%) rename stable/netdata/{6.0.7 => 6.0.8}/Chart.yaml (95%) rename stable/netdata/{6.0.7 => 6.0.8}/README.md (100%) create mode 100644 stable/netdata/6.0.8/app-changelog.md rename stable/netdata/{6.0.7 => 6.0.8}/app-readme.md (100%) rename stable/netdata/{6.0.7 => 6.0.8}/charts/common-14.0.9.tgz (100%) rename stable/netdata/{6.0.7 => 6.0.8}/ix_values.yaml (98%) rename stable/netdata/{6.0.7 => 6.0.8}/questions.yaml (100%) rename stable/netdata/{6.0.7 => 6.0.8}/templates/NOTES.txt (100%) rename stable/netdata/{6.0.7 => 6.0.8}/templates/common.yaml (100%) rename stable/netdata/{6.0.7 => 6.0.8}/values.yaml (100%) diff --git a/stable/netdata/6.0.7/app-changelog.md b/stable/netdata/6.0.7/app-changelog.md deleted file mode 100644 index 8748c6fbd7..0000000000 --- a/stable/netdata/6.0.7/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [netdata-6.0.7](https://github.com/truecharts/charts/compare/netdata-6.0.6...netdata-6.0.7) (2023-10-18) - -### Chore - -- update container image tccr.io/truecharts/netdata to v1.43.0 ([#13743](https://github.com/truecharts/charts/issues/13743)) - - \ No newline at end of file diff --git a/stable/netdata/6.0.7/CHANGELOG.md b/stable/netdata/6.0.8/CHANGELOG.md similarity index 90% rename from stable/netdata/6.0.7/CHANGELOG.md rename to stable/netdata/6.0.8/CHANGELOG.md index cda34f600b..f952f81a65 100644 --- a/stable/netdata/6.0.7/CHANGELOG.md +++ b/stable/netdata/6.0.8/CHANGELOG.md @@ -4,6 +4,15 @@ +## [netdata-6.0.8](https://github.com/truecharts/charts/compare/netdata-6.0.7...netdata-6.0.8) (2023-10-26) + +### Chore + +- update container image tccr.io/truecharts/netdata to v1.43.1 ([#14006](https://github.com/truecharts/charts/issues/14006)) + + + + ## [netdata-6.0.7](https://github.com/truecharts/charts/compare/netdata-6.0.6...netdata-6.0.7) (2023-10-18) ### Chore @@ -88,12 +97,3 @@ - update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955)) - - - -## [netdata-5.0.28](https://github.com/truecharts/charts/compare/netdata-5.0.27...netdata-5.0.28) (2023-07-20) - -### Chore - -- update container image tccr.io/truecharts/netdata to v1.41.0 ([#10659](https://github.com/truecharts/charts/issues/10659)) - diff --git a/stable/netdata/6.0.7/Chart.yaml b/stable/netdata/6.0.8/Chart.yaml similarity index 95% rename from stable/netdata/6.0.7/Chart.yaml rename to stable/netdata/6.0.8/Chart.yaml index 3a4c39b04a..d73431a208 100644 --- a/stable/netdata/6.0.7/Chart.yaml +++ b/stable/netdata/6.0.8/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "1.43.0" +appVersion: "1.43.1" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -19,7 +19,7 @@ name: netdata sources: - https://github.com/truecharts/charts/tree/master/charts/stable/netdata - https://github.com/netdata -version: 6.0.7 +version: 6.0.8 annotations: truecharts.org/catagories: | - utilities diff --git a/stable/netdata/6.0.7/README.md b/stable/netdata/6.0.8/README.md similarity index 100% rename from stable/netdata/6.0.7/README.md rename to stable/netdata/6.0.8/README.md diff --git a/stable/netdata/6.0.8/app-changelog.md b/stable/netdata/6.0.8/app-changelog.md new file mode 100644 index 0000000000..cdcf67bd25 --- /dev/null +++ b/stable/netdata/6.0.8/app-changelog.md @@ -0,0 +1,9 @@ + + +## [netdata-6.0.8](https://github.com/truecharts/charts/compare/netdata-6.0.7...netdata-6.0.8) (2023-10-26) + +### Chore + +- update container image tccr.io/truecharts/netdata to v1.43.1 ([#14006](https://github.com/truecharts/charts/issues/14006)) + + \ No newline at end of file diff --git a/stable/netdata/6.0.7/app-readme.md b/stable/netdata/6.0.8/app-readme.md similarity index 100% rename from stable/netdata/6.0.7/app-readme.md rename to stable/netdata/6.0.8/app-readme.md diff --git a/stable/netdata/6.0.7/charts/common-14.0.9.tgz b/stable/netdata/6.0.8/charts/common-14.0.9.tgz similarity index 100% rename from stable/netdata/6.0.7/charts/common-14.0.9.tgz rename to stable/netdata/6.0.8/charts/common-14.0.9.tgz diff --git a/stable/netdata/6.0.7/ix_values.yaml b/stable/netdata/6.0.8/ix_values.yaml similarity index 98% rename from stable/netdata/6.0.7/ix_values.yaml rename to stable/netdata/6.0.8/ix_values.yaml index f0267ed740..a9095c6dbf 100644 --- a/stable/netdata/6.0.7/ix_values.yaml +++ b/stable/netdata/6.0.8/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/netdata - tag: v1.43.0@sha256:ebf4b345f6a340a6064de6b8350279410372a98fa223ad2f48311ecc2e970862 + tag: v1.43.1@sha256:6a480374468af91feea9867ba275092a222dd2768bc2dc69dd1052972a30fbf0 pullPolicy: IfNotPresent # -- The service account the pods will use to interact with the Kubernetes API serviceAccount: diff --git a/stable/netdata/6.0.7/questions.yaml b/stable/netdata/6.0.8/questions.yaml similarity index 100% rename from stable/netdata/6.0.7/questions.yaml rename to stable/netdata/6.0.8/questions.yaml diff --git a/stable/netdata/6.0.7/templates/NOTES.txt b/stable/netdata/6.0.8/templates/NOTES.txt similarity index 100% rename from stable/netdata/6.0.7/templates/NOTES.txt rename to stable/netdata/6.0.8/templates/NOTES.txt diff --git a/stable/netdata/6.0.7/templates/common.yaml b/stable/netdata/6.0.8/templates/common.yaml similarity index 100% rename from stable/netdata/6.0.7/templates/common.yaml rename to stable/netdata/6.0.8/templates/common.yaml diff --git a/stable/netdata/6.0.7/values.yaml b/stable/netdata/6.0.8/values.yaml similarity index 100% rename from stable/netdata/6.0.7/values.yaml rename to stable/netdata/6.0.8/values.yaml