From fb1845f12247664f8964fc20654feaa988991750 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 20 Jul 2023 02:58:48 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/ispy-agent-dvr/5.0.30/app-changelog.md | 9 --------- .../{5.0.30 => 5.0.31}/CHANGELOG.md | 18 +++++++++--------- .../{5.0.30 => 5.0.31}/Chart.yaml | 4 ++-- .../{5.0.30 => 5.0.31}/README.md | 0 stable/ispy-agent-dvr/5.0.31/app-changelog.md | 9 +++++++++ .../{5.0.30 => 5.0.31}/app-readme.md | 0 .../charts/common-12.14.6.tgz | Bin .../{5.0.30 => 5.0.31}/ix_values.yaml | 2 +- .../{5.0.30 => 5.0.31}/questions.yaml | 0 .../{5.0.30 => 5.0.31}/templates/NOTES.txt | 0 .../{5.0.30 => 5.0.31}/templates/common.yaml | 0 .../{5.0.30 => 5.0.31}/values.yaml | 0 12 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/ispy-agent-dvr/5.0.30/app-changelog.md rename stable/ispy-agent-dvr/{5.0.30 => 5.0.31}/CHANGELOG.md (93%) rename stable/ispy-agent-dvr/{5.0.30 => 5.0.31}/Chart.yaml (95%) rename stable/ispy-agent-dvr/{5.0.30 => 5.0.31}/README.md (100%) create mode 100644 stable/ispy-agent-dvr/5.0.31/app-changelog.md rename stable/ispy-agent-dvr/{5.0.30 => 5.0.31}/app-readme.md (100%) rename stable/ispy-agent-dvr/{5.0.30 => 5.0.31}/charts/common-12.14.6.tgz (100%) rename stable/ispy-agent-dvr/{5.0.30 => 5.0.31}/ix_values.yaml (95%) rename stable/ispy-agent-dvr/{5.0.30 => 5.0.31}/questions.yaml (100%) rename stable/ispy-agent-dvr/{5.0.30 => 5.0.31}/templates/NOTES.txt (100%) rename stable/ispy-agent-dvr/{5.0.30 => 5.0.31}/templates/common.yaml (100%) rename stable/ispy-agent-dvr/{5.0.30 => 5.0.31}/values.yaml (100%) diff --git a/stable/ispy-agent-dvr/5.0.30/app-changelog.md b/stable/ispy-agent-dvr/5.0.30/app-changelog.md deleted file mode 100644 index e00f7aa9e8e..00000000000 --- a/stable/ispy-agent-dvr/5.0.30/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [ispy-agent-dvr-5.0.30](https://github.com/truecharts/charts/compare/ispy-agent-dvr-5.0.29...ispy-agent-dvr-5.0.30) (2023-07-18) - -### Chore - -- update container image tccr.io/truecharts/ispy-agent-dvr to v4.8.4.0 ([#10583](https://github.com/truecharts/charts/issues/10583)) - - \ No newline at end of file diff --git a/stable/ispy-agent-dvr/5.0.30/CHANGELOG.md b/stable/ispy-agent-dvr/5.0.31/CHANGELOG.md similarity index 93% rename from stable/ispy-agent-dvr/5.0.30/CHANGELOG.md rename to stable/ispy-agent-dvr/5.0.31/CHANGELOG.md index a98ceda663c..91047cc4c2c 100644 --- a/stable/ispy-agent-dvr/5.0.30/CHANGELOG.md +++ b/stable/ispy-agent-dvr/5.0.31/CHANGELOG.md @@ -4,6 +4,15 @@ +## [ispy-agent-dvr-5.0.31](https://github.com/truecharts/charts/compare/ispy-agent-dvr-5.0.30...ispy-agent-dvr-5.0.31) (2023-07-20) + +### Chore + +- update container image tccr.io/truecharts/ispy-agent-dvr to v4.8.6.0 ([#10638](https://github.com/truecharts/charts/issues/10638)) + + + + ## [ispy-agent-dvr-5.0.30](https://github.com/truecharts/charts/compare/ispy-agent-dvr-5.0.29...ispy-agent-dvr-5.0.30) (2023-07-18) ### Chore @@ -85,15 +94,6 @@ -## [ispy-agent-dvr-5.0.26](https://github.com/truecharts/charts/compare/ispy-agent-dvr-5.0.25...ispy-agent-dvr-5.0.26) (2023-06-15) - -### Chore - -- update container image tccr.io/truecharts/ispy-agent-dvr to v4.7.6.0 ([#9658](https://github.com/truecharts/charts/issues/9658)) - - - - ## [ispy-agent-dvr-5.0.26](https://github.com/truecharts/charts/compare/ispy-agent-dvr-5.0.25...ispy-agent-dvr-5.0.26) (2023-06-15) ### Chore diff --git a/stable/ispy-agent-dvr/5.0.30/Chart.yaml b/stable/ispy-agent-dvr/5.0.31/Chart.yaml similarity index 95% rename from stable/ispy-agent-dvr/5.0.30/Chart.yaml rename to stable/ispy-agent-dvr/5.0.31/Chart.yaml index e4f769ff3fa..b93a932b498 100644 --- a/stable/ispy-agent-dvr/5.0.30/Chart.yaml +++ b/stable/ispy-agent-dvr/5.0.31/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "4.8.4.0" +appVersion: "4.8.6.0" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -20,7 +20,7 @@ name: ispy-agent-dvr sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ispy-agent-dvr - https://github.com/doitandbedone/ispyagentdvr-docker -version: 5.0.30 +version: 5.0.31 annotations: truecharts.org/catagories: | - security diff --git a/stable/ispy-agent-dvr/5.0.30/README.md b/stable/ispy-agent-dvr/5.0.31/README.md similarity index 100% rename from stable/ispy-agent-dvr/5.0.30/README.md rename to stable/ispy-agent-dvr/5.0.31/README.md diff --git a/stable/ispy-agent-dvr/5.0.31/app-changelog.md b/stable/ispy-agent-dvr/5.0.31/app-changelog.md new file mode 100644 index 00000000000..ab628dbfb1c --- /dev/null +++ b/stable/ispy-agent-dvr/5.0.31/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ispy-agent-dvr-5.0.31](https://github.com/truecharts/charts/compare/ispy-agent-dvr-5.0.30...ispy-agent-dvr-5.0.31) (2023-07-20) + +### Chore + +- update container image tccr.io/truecharts/ispy-agent-dvr to v4.8.6.0 ([#10638](https://github.com/truecharts/charts/issues/10638)) + + \ No newline at end of file diff --git a/stable/ispy-agent-dvr/5.0.30/app-readme.md b/stable/ispy-agent-dvr/5.0.31/app-readme.md similarity index 100% rename from stable/ispy-agent-dvr/5.0.30/app-readme.md rename to stable/ispy-agent-dvr/5.0.31/app-readme.md diff --git a/stable/ispy-agent-dvr/5.0.30/charts/common-12.14.6.tgz b/stable/ispy-agent-dvr/5.0.31/charts/common-12.14.6.tgz similarity index 100% rename from stable/ispy-agent-dvr/5.0.30/charts/common-12.14.6.tgz rename to stable/ispy-agent-dvr/5.0.31/charts/common-12.14.6.tgz diff --git a/stable/ispy-agent-dvr/5.0.30/ix_values.yaml b/stable/ispy-agent-dvr/5.0.31/ix_values.yaml similarity index 95% rename from stable/ispy-agent-dvr/5.0.30/ix_values.yaml rename to stable/ispy-agent-dvr/5.0.31/ix_values.yaml index 87426055f72..c490a2bfca8 100644 --- a/stable/ispy-agent-dvr/5.0.30/ix_values.yaml +++ b/stable/ispy-agent-dvr/5.0.31/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/ispy-agent-dvr - tag: v4.8.4.0@sha256:ce96f4cb361d3e7b03339a6fcd69a077a70372539762421772fa51a2c467b59b + tag: v4.8.6.0@sha256:266a3bb7aa22b2840ac3c4030f9a423c8dc2bcf67b77eb5608ba21fff019870a pullPolicy: IfNotPresent service: main: diff --git a/stable/ispy-agent-dvr/5.0.30/questions.yaml b/stable/ispy-agent-dvr/5.0.31/questions.yaml similarity index 100% rename from stable/ispy-agent-dvr/5.0.30/questions.yaml rename to stable/ispy-agent-dvr/5.0.31/questions.yaml diff --git a/stable/ispy-agent-dvr/5.0.30/templates/NOTES.txt b/stable/ispy-agent-dvr/5.0.31/templates/NOTES.txt similarity index 100% rename from stable/ispy-agent-dvr/5.0.30/templates/NOTES.txt rename to stable/ispy-agent-dvr/5.0.31/templates/NOTES.txt diff --git a/stable/ispy-agent-dvr/5.0.30/templates/common.yaml b/stable/ispy-agent-dvr/5.0.31/templates/common.yaml similarity index 100% rename from stable/ispy-agent-dvr/5.0.30/templates/common.yaml rename to stable/ispy-agent-dvr/5.0.31/templates/common.yaml diff --git a/stable/ispy-agent-dvr/5.0.30/values.yaml b/stable/ispy-agent-dvr/5.0.31/values.yaml similarity index 100% rename from stable/ispy-agent-dvr/5.0.30/values.yaml rename to stable/ispy-agent-dvr/5.0.31/values.yaml