From d60354bdeb0dc4edd0add779ff9488d07fbf04f8 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sat, 16 Sep 2023 16:40:25 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/ispy-agent-dvr/6.0.7/app-changelog.md | 9 --------- .../{6.0.7 => 6.0.8}/CHANGELOG.md | 18 +++++++++--------- .../{6.0.7 => 6.0.8}/Chart.yaml | 4 ++-- .../ispy-agent-dvr/{6.0.7 => 6.0.8}/README.md | 0 stable/ispy-agent-dvr/6.0.8/app-changelog.md | 9 +++++++++ .../{6.0.7 => 6.0.8}/app-readme.md | 0 .../{6.0.7 => 6.0.8}/charts/common-14.0.1.tgz | Bin .../{6.0.7 => 6.0.8}/ix_values.yaml | 2 +- .../{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 .../{6.0.7 => 6.0.8}/values.yaml | 0 12 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/ispy-agent-dvr/6.0.7/app-changelog.md rename stable/ispy-agent-dvr/{6.0.7 => 6.0.8}/CHANGELOG.md (91%) rename stable/ispy-agent-dvr/{6.0.7 => 6.0.8}/Chart.yaml (95%) rename stable/ispy-agent-dvr/{6.0.7 => 6.0.8}/README.md (100%) create mode 100644 stable/ispy-agent-dvr/6.0.8/app-changelog.md rename stable/ispy-agent-dvr/{6.0.7 => 6.0.8}/app-readme.md (100%) rename stable/ispy-agent-dvr/{6.0.7 => 6.0.8}/charts/common-14.0.1.tgz (100%) rename stable/ispy-agent-dvr/{6.0.7 => 6.0.8}/ix_values.yaml (95%) rename stable/ispy-agent-dvr/{6.0.7 => 6.0.8}/questions.yaml (100%) rename stable/ispy-agent-dvr/{6.0.7 => 6.0.8}/templates/NOTES.txt (100%) rename stable/ispy-agent-dvr/{6.0.7 => 6.0.8}/templates/common.yaml (100%) rename stable/ispy-agent-dvr/{6.0.7 => 6.0.8}/values.yaml (100%) diff --git a/stable/ispy-agent-dvr/6.0.7/app-changelog.md b/stable/ispy-agent-dvr/6.0.7/app-changelog.md deleted file mode 100644 index b0732f40aeb..00000000000 --- a/stable/ispy-agent-dvr/6.0.7/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [ispy-agent-dvr-6.0.7](https://github.com/truecharts/charts/compare/ispy-agent-dvr-6.0.6...ispy-agent-dvr-6.0.7) (2023-09-15) - -### Chore - -- update container image tccr.io/truecharts/ispy-agent-dvr to v5.0.0.0 ([#12611](https://github.com/truecharts/charts/issues/12611)) - - \ No newline at end of file diff --git a/stable/ispy-agent-dvr/6.0.7/CHANGELOG.md b/stable/ispy-agent-dvr/6.0.8/CHANGELOG.md similarity index 91% rename from stable/ispy-agent-dvr/6.0.7/CHANGELOG.md rename to stable/ispy-agent-dvr/6.0.8/CHANGELOG.md index 7fb6a2ea2c2..f9af9f11eb4 100644 --- a/stable/ispy-agent-dvr/6.0.7/CHANGELOG.md +++ b/stable/ispy-agent-dvr/6.0.8/CHANGELOG.md @@ -4,6 +4,15 @@ +## [ispy-agent-dvr-6.0.8](https://github.com/truecharts/charts/compare/ispy-agent-dvr-6.0.7...ispy-agent-dvr-6.0.8) (2023-09-16) + +### Chore + +- update container image tccr.io/truecharts/ispy-agent-dvr to v5.0.1.0 ([#12662](https://github.com/truecharts/charts/issues/12662)) + + + + ## [ispy-agent-dvr-6.0.7](https://github.com/truecharts/charts/compare/ispy-agent-dvr-6.0.6...ispy-agent-dvr-6.0.7) (2023-09-15) ### Chore @@ -88,12 +97,3 @@ - update container image tccr.io/truecharts/ispy-agent-dvr to v4.8.8.0 ([#10903](https://github.com/truecharts/charts/issues/10903)) - - - -## [ispy-agent-dvr-5.0.33](https://github.com/truecharts/charts/compare/ispy-agent-dvr-5.0.32...ispy-agent-dvr-5.0.33) (2023-07-21) - -### Chore - -- update container image tccr.io/truecharts/ispy-agent-dvr to v4.8.7.0 ([#10705](https://github.com/truecharts/charts/issues/10705)) - diff --git a/stable/ispy-agent-dvr/6.0.7/Chart.yaml b/stable/ispy-agent-dvr/6.0.8/Chart.yaml similarity index 95% rename from stable/ispy-agent-dvr/6.0.7/Chart.yaml rename to stable/ispy-agent-dvr/6.0.8/Chart.yaml index ee5a0ffe944..3ded13243f1 100644 --- a/stable/ispy-agent-dvr/6.0.7/Chart.yaml +++ b/stable/ispy-agent-dvr/6.0.8/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "5.0.0.0" +appVersion: "5.0.1.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.7 +version: 6.0.8 annotations: truecharts.org/catagories: | - security diff --git a/stable/ispy-agent-dvr/6.0.7/README.md b/stable/ispy-agent-dvr/6.0.8/README.md similarity index 100% rename from stable/ispy-agent-dvr/6.0.7/README.md rename to stable/ispy-agent-dvr/6.0.8/README.md diff --git a/stable/ispy-agent-dvr/6.0.8/app-changelog.md b/stable/ispy-agent-dvr/6.0.8/app-changelog.md new file mode 100644 index 00000000000..37de96864d6 --- /dev/null +++ b/stable/ispy-agent-dvr/6.0.8/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ispy-agent-dvr-6.0.8](https://github.com/truecharts/charts/compare/ispy-agent-dvr-6.0.7...ispy-agent-dvr-6.0.8) (2023-09-16) + +### Chore + +- update container image tccr.io/truecharts/ispy-agent-dvr to v5.0.1.0 ([#12662](https://github.com/truecharts/charts/issues/12662)) + + \ No newline at end of file diff --git a/stable/ispy-agent-dvr/6.0.7/app-readme.md b/stable/ispy-agent-dvr/6.0.8/app-readme.md similarity index 100% rename from stable/ispy-agent-dvr/6.0.7/app-readme.md rename to stable/ispy-agent-dvr/6.0.8/app-readme.md diff --git a/stable/ispy-agent-dvr/6.0.7/charts/common-14.0.1.tgz b/stable/ispy-agent-dvr/6.0.8/charts/common-14.0.1.tgz similarity index 100% rename from stable/ispy-agent-dvr/6.0.7/charts/common-14.0.1.tgz rename to stable/ispy-agent-dvr/6.0.8/charts/common-14.0.1.tgz diff --git a/stable/ispy-agent-dvr/6.0.7/ix_values.yaml b/stable/ispy-agent-dvr/6.0.8/ix_values.yaml similarity index 95% rename from stable/ispy-agent-dvr/6.0.7/ix_values.yaml rename to stable/ispy-agent-dvr/6.0.8/ix_values.yaml index dc2faad5c41..60a8da6af26 100644 --- a/stable/ispy-agent-dvr/6.0.7/ix_values.yaml +++ b/stable/ispy-agent-dvr/6.0.8/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/ispy-agent-dvr - tag: v5.0.0.0@sha256:5ee1f5fe567a8d7509f27263bfcf3819f51abf46868fc8b389d450d95d52b8ff + tag: v5.0.1.0@sha256:3cafd8fcbb6b520a8226cbab95d33b64186f400a369e99ab66906a836d21b89c pullPolicy: IfNotPresent service: main: diff --git a/stable/ispy-agent-dvr/6.0.7/questions.yaml b/stable/ispy-agent-dvr/6.0.8/questions.yaml similarity index 100% rename from stable/ispy-agent-dvr/6.0.7/questions.yaml rename to stable/ispy-agent-dvr/6.0.8/questions.yaml diff --git a/stable/ispy-agent-dvr/6.0.7/templates/NOTES.txt b/stable/ispy-agent-dvr/6.0.8/templates/NOTES.txt similarity index 100% rename from stable/ispy-agent-dvr/6.0.7/templates/NOTES.txt rename to stable/ispy-agent-dvr/6.0.8/templates/NOTES.txt diff --git a/stable/ispy-agent-dvr/6.0.7/templates/common.yaml b/stable/ispy-agent-dvr/6.0.8/templates/common.yaml similarity index 100% rename from stable/ispy-agent-dvr/6.0.7/templates/common.yaml rename to stable/ispy-agent-dvr/6.0.8/templates/common.yaml diff --git a/stable/ispy-agent-dvr/6.0.7/values.yaml b/stable/ispy-agent-dvr/6.0.8/values.yaml similarity index 100% rename from stable/ispy-agent-dvr/6.0.7/values.yaml rename to stable/ispy-agent-dvr/6.0.8/values.yaml