From 10a233986469ad531e630e8bca813e5bf44da993 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 18 Jul 2023 18:39:41 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/ispy-agent-dvr/5.0.29/app-changelog.md | 9 --------- .../{5.0.29 => 5.0.30}/CHANGELOG.md | 18 +++++++++--------- .../{5.0.29 => 5.0.30}/Chart.yaml | 4 ++-- .../{5.0.29 => 5.0.30}/README.md | 0 stable/ispy-agent-dvr/5.0.30/app-changelog.md | 9 +++++++++ .../{5.0.29 => 5.0.30}/app-readme.md | 0 .../charts/common-12.14.6.tgz | Bin .../{5.0.29 => 5.0.30}/ix_values.yaml | 2 +- .../{5.0.29 => 5.0.30}/questions.yaml | 0 .../{5.0.29 => 5.0.30}/templates/NOTES.txt | 0 .../{5.0.29 => 5.0.30}/templates/common.yaml | 0 .../{5.0.29 => 5.0.30}/values.yaml | 0 12 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/ispy-agent-dvr/5.0.29/app-changelog.md rename stable/ispy-agent-dvr/{5.0.29 => 5.0.30}/CHANGELOG.md (93%) rename stable/ispy-agent-dvr/{5.0.29 => 5.0.30}/Chart.yaml (95%) rename stable/ispy-agent-dvr/{5.0.29 => 5.0.30}/README.md (100%) create mode 100644 stable/ispy-agent-dvr/5.0.30/app-changelog.md rename stable/ispy-agent-dvr/{5.0.29 => 5.0.30}/app-readme.md (100%) rename stable/ispy-agent-dvr/{5.0.29 => 5.0.30}/charts/common-12.14.6.tgz (100%) rename stable/ispy-agent-dvr/{5.0.29 => 5.0.30}/ix_values.yaml (95%) rename stable/ispy-agent-dvr/{5.0.29 => 5.0.30}/questions.yaml (100%) rename stable/ispy-agent-dvr/{5.0.29 => 5.0.30}/templates/NOTES.txt (100%) rename stable/ispy-agent-dvr/{5.0.29 => 5.0.30}/templates/common.yaml (100%) rename stable/ispy-agent-dvr/{5.0.29 => 5.0.30}/values.yaml (100%) diff --git a/stable/ispy-agent-dvr/5.0.29/app-changelog.md b/stable/ispy-agent-dvr/5.0.29/app-changelog.md deleted file mode 100644 index d094aa47cb7..00000000000 --- a/stable/ispy-agent-dvr/5.0.29/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [ispy-agent-dvr-5.0.29](https://github.com/truecharts/charts/compare/ispy-agent-dvr-5.0.28...ispy-agent-dvr-5.0.29) (2023-07-07) - -### Chore - -- update container image tccr.io/truecharts/ispy-agent-dvr to v4.8.1.0 ([#10262](https://github.com/truecharts/charts/issues/10262)) - - \ No newline at end of file diff --git a/stable/ispy-agent-dvr/5.0.29/CHANGELOG.md b/stable/ispy-agent-dvr/5.0.30/CHANGELOG.md similarity index 93% rename from stable/ispy-agent-dvr/5.0.29/CHANGELOG.md rename to stable/ispy-agent-dvr/5.0.30/CHANGELOG.md index b5110c406a9..a98ceda663c 100644 --- a/stable/ispy-agent-dvr/5.0.29/CHANGELOG.md +++ b/stable/ispy-agent-dvr/5.0.30/CHANGELOG.md @@ -4,6 +4,15 @@ +## [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)) + + + + ## [ispy-agent-dvr-5.0.29](https://github.com/truecharts/charts/compare/ispy-agent-dvr-5.0.28...ispy-agent-dvr-5.0.29) (2023-07-07) ### 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.29/Chart.yaml b/stable/ispy-agent-dvr/5.0.30/Chart.yaml similarity index 95% rename from stable/ispy-agent-dvr/5.0.29/Chart.yaml rename to stable/ispy-agent-dvr/5.0.30/Chart.yaml index 4e2b75023fe..e4f769ff3fa 100644 --- a/stable/ispy-agent-dvr/5.0.29/Chart.yaml +++ b/stable/ispy-agent-dvr/5.0.30/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "4.8.1.0" +appVersion: "4.8.4.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.29 +version: 5.0.30 annotations: truecharts.org/catagories: | - security diff --git a/stable/ispy-agent-dvr/5.0.29/README.md b/stable/ispy-agent-dvr/5.0.30/README.md similarity index 100% rename from stable/ispy-agent-dvr/5.0.29/README.md rename to stable/ispy-agent-dvr/5.0.30/README.md diff --git a/stable/ispy-agent-dvr/5.0.30/app-changelog.md b/stable/ispy-agent-dvr/5.0.30/app-changelog.md new file mode 100644 index 00000000000..e00f7aa9e8e --- /dev/null +++ b/stable/ispy-agent-dvr/5.0.30/app-changelog.md @@ -0,0 +1,9 @@ + + +## [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.29/app-readme.md b/stable/ispy-agent-dvr/5.0.30/app-readme.md similarity index 100% rename from stable/ispy-agent-dvr/5.0.29/app-readme.md rename to stable/ispy-agent-dvr/5.0.30/app-readme.md diff --git a/stable/ispy-agent-dvr/5.0.29/charts/common-12.14.6.tgz b/stable/ispy-agent-dvr/5.0.30/charts/common-12.14.6.tgz similarity index 100% rename from stable/ispy-agent-dvr/5.0.29/charts/common-12.14.6.tgz rename to stable/ispy-agent-dvr/5.0.30/charts/common-12.14.6.tgz diff --git a/stable/ispy-agent-dvr/5.0.29/ix_values.yaml b/stable/ispy-agent-dvr/5.0.30/ix_values.yaml similarity index 95% rename from stable/ispy-agent-dvr/5.0.29/ix_values.yaml rename to stable/ispy-agent-dvr/5.0.30/ix_values.yaml index e8ee4473129..87426055f72 100644 --- a/stable/ispy-agent-dvr/5.0.29/ix_values.yaml +++ b/stable/ispy-agent-dvr/5.0.30/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/ispy-agent-dvr - tag: v4.8.1.0@sha256:b1f1135417d497889fc570ee26364a536597610333ca8a41845d289bd2c5aa63 + tag: v4.8.4.0@sha256:ce96f4cb361d3e7b03339a6fcd69a077a70372539762421772fa51a2c467b59b pullPolicy: IfNotPresent service: main: diff --git a/stable/ispy-agent-dvr/5.0.29/questions.yaml b/stable/ispy-agent-dvr/5.0.30/questions.yaml similarity index 100% rename from stable/ispy-agent-dvr/5.0.29/questions.yaml rename to stable/ispy-agent-dvr/5.0.30/questions.yaml diff --git a/stable/ispy-agent-dvr/5.0.29/templates/NOTES.txt b/stable/ispy-agent-dvr/5.0.30/templates/NOTES.txt similarity index 100% rename from stable/ispy-agent-dvr/5.0.29/templates/NOTES.txt rename to stable/ispy-agent-dvr/5.0.30/templates/NOTES.txt diff --git a/stable/ispy-agent-dvr/5.0.29/templates/common.yaml b/stable/ispy-agent-dvr/5.0.30/templates/common.yaml similarity index 100% rename from stable/ispy-agent-dvr/5.0.29/templates/common.yaml rename to stable/ispy-agent-dvr/5.0.30/templates/common.yaml diff --git a/stable/ispy-agent-dvr/5.0.29/values.yaml b/stable/ispy-agent-dvr/5.0.30/values.yaml similarity index 100% rename from stable/ispy-agent-dvr/5.0.29/values.yaml rename to stable/ispy-agent-dvr/5.0.30/values.yaml