From d9e41d4135fdb3447d36671037690c8ed48ff1ff Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sat, 26 Aug 2023 06:40:29 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/ispy-agent-dvr/6.0.3/app-changelog.md | 9 --------- .../{6.0.3 => 6.0.4}/CHANGELOG.md | 18 +++++++++--------- .../{6.0.3 => 6.0.4}/Chart.yaml | 4 ++-- .../ispy-agent-dvr/{6.0.3 => 6.0.4}/README.md | 0 stable/ispy-agent-dvr/6.0.4/app-changelog.md | 9 +++++++++ .../{6.0.3 => 6.0.4}/app-readme.md | 0 .../{6.0.3 => 6.0.4}/charts/common-14.0.1.tgz | Bin .../{6.0.3 => 6.0.4}/ix_values.yaml | 2 +- .../{6.0.3 => 6.0.4}/questions.yaml | 0 .../{6.0.3 => 6.0.4}/templates/NOTES.txt | 0 .../{6.0.3 => 6.0.4}/templates/common.yaml | 0 .../{6.0.3 => 6.0.4}/values.yaml | 0 12 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/ispy-agent-dvr/6.0.3/app-changelog.md rename stable/ispy-agent-dvr/{6.0.3 => 6.0.4}/CHANGELOG.md (93%) rename stable/ispy-agent-dvr/{6.0.3 => 6.0.4}/Chart.yaml (95%) rename stable/ispy-agent-dvr/{6.0.3 => 6.0.4}/README.md (100%) create mode 100644 stable/ispy-agent-dvr/6.0.4/app-changelog.md rename stable/ispy-agent-dvr/{6.0.3 => 6.0.4}/app-readme.md (100%) rename stable/ispy-agent-dvr/{6.0.3 => 6.0.4}/charts/common-14.0.1.tgz (100%) rename stable/ispy-agent-dvr/{6.0.3 => 6.0.4}/ix_values.yaml (95%) rename stable/ispy-agent-dvr/{6.0.3 => 6.0.4}/questions.yaml (100%) rename stable/ispy-agent-dvr/{6.0.3 => 6.0.4}/templates/NOTES.txt (100%) rename stable/ispy-agent-dvr/{6.0.3 => 6.0.4}/templates/common.yaml (100%) rename stable/ispy-agent-dvr/{6.0.3 => 6.0.4}/values.yaml (100%) diff --git a/stable/ispy-agent-dvr/6.0.3/app-changelog.md b/stable/ispy-agent-dvr/6.0.3/app-changelog.md deleted file mode 100644 index 1ef1017716..0000000000 --- a/stable/ispy-agent-dvr/6.0.3/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [ispy-agent-dvr-6.0.3](https://github.com/truecharts/charts/compare/ispy-agent-dvr-6.0.2...ispy-agent-dvr-6.0.3) (2023-08-16) - -### Chore - -- update container image tccr.io/truecharts/ispy-agent-dvr to v4.9.6.0 ([#11618](https://github.com/truecharts/charts/issues/11618)) - - \ No newline at end of file diff --git a/stable/ispy-agent-dvr/6.0.3/CHANGELOG.md b/stable/ispy-agent-dvr/6.0.4/CHANGELOG.md similarity index 93% rename from stable/ispy-agent-dvr/6.0.3/CHANGELOG.md rename to stable/ispy-agent-dvr/6.0.4/CHANGELOG.md index c58f444a06..4a1e4c3390 100644 --- a/stable/ispy-agent-dvr/6.0.3/CHANGELOG.md +++ b/stable/ispy-agent-dvr/6.0.4/CHANGELOG.md @@ -4,6 +4,15 @@ +## [ispy-agent-dvr-6.0.4](https://github.com/truecharts/charts/compare/ispy-agent-dvr-6.0.3...ispy-agent-dvr-6.0.4) (2023-08-26) + +### Chore + +- update container image tccr.io/truecharts/ispy-agent-dvr to v4.9.7.0 ([#11891](https://github.com/truecharts/charts/issues/11891)) + + + + ## [ispy-agent-dvr-6.0.3](https://github.com/truecharts/charts/compare/ispy-agent-dvr-6.0.2...ispy-agent-dvr-6.0.3) (2023-08-16) ### Chore @@ -88,12 +97,3 @@ - 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 - -- update container image tccr.io/truecharts/ispy-agent-dvr to v4.8.1.0 ([#10262](https://github.com/truecharts/charts/issues/10262)) - diff --git a/stable/ispy-agent-dvr/6.0.3/Chart.yaml b/stable/ispy-agent-dvr/6.0.4/Chart.yaml similarity index 95% rename from stable/ispy-agent-dvr/6.0.3/Chart.yaml rename to stable/ispy-agent-dvr/6.0.4/Chart.yaml index d2e4799107..2d3610311f 100644 --- a/stable/ispy-agent-dvr/6.0.3/Chart.yaml +++ b/stable/ispy-agent-dvr/6.0.4/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "4.9.6.0" +appVersion: "4.9.7.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: 6.0.3 +version: 6.0.4 annotations: truecharts.org/catagories: | - security diff --git a/stable/ispy-agent-dvr/6.0.3/README.md b/stable/ispy-agent-dvr/6.0.4/README.md similarity index 100% rename from stable/ispy-agent-dvr/6.0.3/README.md rename to stable/ispy-agent-dvr/6.0.4/README.md diff --git a/stable/ispy-agent-dvr/6.0.4/app-changelog.md b/stable/ispy-agent-dvr/6.0.4/app-changelog.md new file mode 100644 index 0000000000..4940053772 --- /dev/null +++ b/stable/ispy-agent-dvr/6.0.4/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ispy-agent-dvr-6.0.4](https://github.com/truecharts/charts/compare/ispy-agent-dvr-6.0.3...ispy-agent-dvr-6.0.4) (2023-08-26) + +### Chore + +- update container image tccr.io/truecharts/ispy-agent-dvr to v4.9.7.0 ([#11891](https://github.com/truecharts/charts/issues/11891)) + + \ No newline at end of file diff --git a/stable/ispy-agent-dvr/6.0.3/app-readme.md b/stable/ispy-agent-dvr/6.0.4/app-readme.md similarity index 100% rename from stable/ispy-agent-dvr/6.0.3/app-readme.md rename to stable/ispy-agent-dvr/6.0.4/app-readme.md diff --git a/stable/ispy-agent-dvr/6.0.3/charts/common-14.0.1.tgz b/stable/ispy-agent-dvr/6.0.4/charts/common-14.0.1.tgz similarity index 100% rename from stable/ispy-agent-dvr/6.0.3/charts/common-14.0.1.tgz rename to stable/ispy-agent-dvr/6.0.4/charts/common-14.0.1.tgz diff --git a/stable/ispy-agent-dvr/6.0.3/ix_values.yaml b/stable/ispy-agent-dvr/6.0.4/ix_values.yaml similarity index 95% rename from stable/ispy-agent-dvr/6.0.3/ix_values.yaml rename to stable/ispy-agent-dvr/6.0.4/ix_values.yaml index 5139e5d2e9..98e3d94693 100644 --- a/stable/ispy-agent-dvr/6.0.3/ix_values.yaml +++ b/stable/ispy-agent-dvr/6.0.4/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/ispy-agent-dvr - tag: v4.9.6.0@sha256:1ae5158983bc249739c830b2c6dac06d0d39f5454db6d31a34b00dbca3432d6b + tag: v4.9.7.0@sha256:a3273c44298f694790c5aac884e840c4cc4d99cf7608803dfceb0ccd4f3987c6 pullPolicy: IfNotPresent service: main: diff --git a/stable/ispy-agent-dvr/6.0.3/questions.yaml b/stable/ispy-agent-dvr/6.0.4/questions.yaml similarity index 100% rename from stable/ispy-agent-dvr/6.0.3/questions.yaml rename to stable/ispy-agent-dvr/6.0.4/questions.yaml diff --git a/stable/ispy-agent-dvr/6.0.3/templates/NOTES.txt b/stable/ispy-agent-dvr/6.0.4/templates/NOTES.txt similarity index 100% rename from stable/ispy-agent-dvr/6.0.3/templates/NOTES.txt rename to stable/ispy-agent-dvr/6.0.4/templates/NOTES.txt diff --git a/stable/ispy-agent-dvr/6.0.3/templates/common.yaml b/stable/ispy-agent-dvr/6.0.4/templates/common.yaml similarity index 100% rename from stable/ispy-agent-dvr/6.0.3/templates/common.yaml rename to stable/ispy-agent-dvr/6.0.4/templates/common.yaml diff --git a/stable/ispy-agent-dvr/6.0.3/values.yaml b/stable/ispy-agent-dvr/6.0.4/values.yaml similarity index 100% rename from stable/ispy-agent-dvr/6.0.3/values.yaml rename to stable/ispy-agent-dvr/6.0.4/values.yaml