From f15c8d55a0d27d4eb0e6a58cf4897c776c9ce44e Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 17 Oct 2023 20:40:55 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/scrutiny/7.0.1/app-changelog.md | 9 --------- stable/scrutiny/{7.0.1 => 7.0.2}/CHANGELOG.md | 18 +++++++++--------- stable/scrutiny/{7.0.1 => 7.0.2}/Chart.yaml | 4 ++-- stable/scrutiny/{7.0.1 => 7.0.2}/README.md | 0 stable/scrutiny/7.0.2/app-changelog.md | 9 +++++++++ .../scrutiny/{7.0.1 => 7.0.2}/app-readme.md | 0 .../{7.0.1 => 7.0.2}/charts/common-14.0.9.tgz | Bin .../scrutiny/{7.0.1 => 7.0.2}/ix_values.yaml | 2 +- .../scrutiny/{7.0.1 => 7.0.2}/questions.yaml | 0 .../{7.0.1 => 7.0.2}/templates/NOTES.txt | 0 .../{7.0.1 => 7.0.2}/templates/common.yaml | 0 stable/scrutiny/{7.0.1 => 7.0.2}/values.yaml | 0 12 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/scrutiny/7.0.1/app-changelog.md rename stable/scrutiny/{7.0.1 => 7.0.2}/CHANGELOG.md (90%) rename stable/scrutiny/{7.0.1 => 7.0.2}/Chart.yaml (95%) rename stable/scrutiny/{7.0.1 => 7.0.2}/README.md (100%) create mode 100644 stable/scrutiny/7.0.2/app-changelog.md rename stable/scrutiny/{7.0.1 => 7.0.2}/app-readme.md (100%) rename stable/scrutiny/{7.0.1 => 7.0.2}/charts/common-14.0.9.tgz (100%) rename stable/scrutiny/{7.0.1 => 7.0.2}/ix_values.yaml (93%) rename stable/scrutiny/{7.0.1 => 7.0.2}/questions.yaml (100%) rename stable/scrutiny/{7.0.1 => 7.0.2}/templates/NOTES.txt (100%) rename stable/scrutiny/{7.0.1 => 7.0.2}/templates/common.yaml (100%) rename stable/scrutiny/{7.0.1 => 7.0.2}/values.yaml (100%) diff --git a/stable/scrutiny/7.0.1/app-changelog.md b/stable/scrutiny/7.0.1/app-changelog.md deleted file mode 100644 index 4bf0a21d178..00000000000 --- a/stable/scrutiny/7.0.1/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [scrutiny-7.0.1](https://github.com/truecharts/charts/compare/scrutiny-7.0.0...scrutiny-7.0.1) (2023-10-07) - -### Chore - -- update helm general non-major ([#13386](https://github.com/truecharts/charts/issues/13386)) - - \ No newline at end of file diff --git a/stable/scrutiny/7.0.1/CHANGELOG.md b/stable/scrutiny/7.0.2/CHANGELOG.md similarity index 90% rename from stable/scrutiny/7.0.1/CHANGELOG.md rename to stable/scrutiny/7.0.2/CHANGELOG.md index d3d270e0821..42ecd2efa98 100644 --- a/stable/scrutiny/7.0.1/CHANGELOG.md +++ b/stable/scrutiny/7.0.2/CHANGELOG.md @@ -4,6 +4,15 @@ +## [scrutiny-7.0.2](https://github.com/truecharts/charts/compare/scrutiny-7.0.1...scrutiny-7.0.2) (2023-10-17) + +### Chore + +- update container image tccr.io/truecharts/scrutiny to v0.7.2 ([#13719](https://github.com/truecharts/charts/issues/13719)) + + + + ## [scrutiny-7.0.1](https://github.com/truecharts/charts/compare/scrutiny-7.0.0...scrutiny-7.0.1) (2023-10-07) ### Chore @@ -88,12 +97,3 @@ ## [scrutiny-6.0.18](https://github.com/truecharts/charts/compare/scrutiny-6.0.17...scrutiny-6.0.18) (2023-05-27) -### Chore - -- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197)) - - - - -## [scrutiny-6.0.17](https://github.com/truecharts/charts/compare/scrutiny-6.0.16...scrutiny-6.0.17) (2023-05-26) - diff --git a/stable/scrutiny/7.0.1/Chart.yaml b/stable/scrutiny/7.0.2/Chart.yaml similarity index 95% rename from stable/scrutiny/7.0.1/Chart.yaml rename to stable/scrutiny/7.0.2/Chart.yaml index 8e46ce41a47..72d30267fba 100644 --- a/stable/scrutiny/7.0.1/Chart.yaml +++ b/stable/scrutiny/7.0.2/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: scrutiny -version: 7.0.1 -appVersion: "0.7.1" +version: 7.0.2 +appVersion: "0.7.2" description: Scrutiny WebUI for smartd S.M.A.R.T monitoring. Scrutiny is a Hard Drive Health Dashboard & Monitoring solution. type: application deprecated: false diff --git a/stable/scrutiny/7.0.1/README.md b/stable/scrutiny/7.0.2/README.md similarity index 100% rename from stable/scrutiny/7.0.1/README.md rename to stable/scrutiny/7.0.2/README.md diff --git a/stable/scrutiny/7.0.2/app-changelog.md b/stable/scrutiny/7.0.2/app-changelog.md new file mode 100644 index 00000000000..94b921107e2 --- /dev/null +++ b/stable/scrutiny/7.0.2/app-changelog.md @@ -0,0 +1,9 @@ + + +## [scrutiny-7.0.2](https://github.com/truecharts/charts/compare/scrutiny-7.0.1...scrutiny-7.0.2) (2023-10-17) + +### Chore + +- update container image tccr.io/truecharts/scrutiny to v0.7.2 ([#13719](https://github.com/truecharts/charts/issues/13719)) + + \ No newline at end of file diff --git a/stable/scrutiny/7.0.1/app-readme.md b/stable/scrutiny/7.0.2/app-readme.md similarity index 100% rename from stable/scrutiny/7.0.1/app-readme.md rename to stable/scrutiny/7.0.2/app-readme.md diff --git a/stable/scrutiny/7.0.1/charts/common-14.0.9.tgz b/stable/scrutiny/7.0.2/charts/common-14.0.9.tgz similarity index 100% rename from stable/scrutiny/7.0.1/charts/common-14.0.9.tgz rename to stable/scrutiny/7.0.2/charts/common-14.0.9.tgz diff --git a/stable/scrutiny/7.0.1/ix_values.yaml b/stable/scrutiny/7.0.2/ix_values.yaml similarity index 93% rename from stable/scrutiny/7.0.1/ix_values.yaml rename to stable/scrutiny/7.0.2/ix_values.yaml index 76d8343cc73..53ecbe654ef 100644 --- a/stable/scrutiny/7.0.1/ix_values.yaml +++ b/stable/scrutiny/7.0.2/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/scrutiny pullPolicy: IfNotPresent - tag: 0.7.1@sha256:26c8258c6963367ff609fd080af1b84be53792831122ce019fa071cca72ad1a8 + tag: v0.7.2@sha256:0d141d741f7292ead1cad85faa25092599a755f861f5b77e89922aefa1459f6e service: main: ports: diff --git a/stable/scrutiny/7.0.1/questions.yaml b/stable/scrutiny/7.0.2/questions.yaml similarity index 100% rename from stable/scrutiny/7.0.1/questions.yaml rename to stable/scrutiny/7.0.2/questions.yaml diff --git a/stable/scrutiny/7.0.1/templates/NOTES.txt b/stable/scrutiny/7.0.2/templates/NOTES.txt similarity index 100% rename from stable/scrutiny/7.0.1/templates/NOTES.txt rename to stable/scrutiny/7.0.2/templates/NOTES.txt diff --git a/stable/scrutiny/7.0.1/templates/common.yaml b/stable/scrutiny/7.0.2/templates/common.yaml similarity index 100% rename from stable/scrutiny/7.0.1/templates/common.yaml rename to stable/scrutiny/7.0.2/templates/common.yaml diff --git a/stable/scrutiny/7.0.1/values.yaml b/stable/scrutiny/7.0.2/values.yaml similarity index 100% rename from stable/scrutiny/7.0.1/values.yaml rename to stable/scrutiny/7.0.2/values.yaml