From 9520e8272dddf5d06ae339c461c5f6adf06e8a53 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sat, 25 Feb 2023 09:53:36 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/ispy-agent-dvr/4.0.18/app-changelog.md | 9 --------- .../{4.0.18 => 4.0.19}/CHANGELOG.md | 18 +++++++++--------- .../{4.0.18 => 4.0.19}/Chart.yaml | 4 ++-- .../{4.0.18 => 4.0.19}/README.md | 0 stable/ispy-agent-dvr/4.0.19/app-changelog.md | 9 +++++++++ .../{4.0.18 => 4.0.19}/app-readme.md | 0 .../charts/common-11.1.2.tgz | Bin .../{4.0.18 => 4.0.19}/ix_values.yaml | 2 +- .../{4.0.18 => 4.0.19}/questions.yaml | 0 .../{4.0.18 => 4.0.19}/templates/common.yaml | 0 .../{4.0.18 => 4.0.19}/values.yaml | 0 11 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/ispy-agent-dvr/4.0.18/app-changelog.md rename stable/ispy-agent-dvr/{4.0.18 => 4.0.19}/CHANGELOG.md (94%) rename stable/ispy-agent-dvr/{4.0.18 => 4.0.19}/Chart.yaml (95%) rename stable/ispy-agent-dvr/{4.0.18 => 4.0.19}/README.md (100%) create mode 100644 stable/ispy-agent-dvr/4.0.19/app-changelog.md rename stable/ispy-agent-dvr/{4.0.18 => 4.0.19}/app-readme.md (100%) rename stable/ispy-agent-dvr/{4.0.18 => 4.0.19}/charts/common-11.1.2.tgz (100%) rename stable/ispy-agent-dvr/{4.0.18 => 4.0.19}/ix_values.yaml (95%) rename stable/ispy-agent-dvr/{4.0.18 => 4.0.19}/questions.yaml (100%) rename stable/ispy-agent-dvr/{4.0.18 => 4.0.19}/templates/common.yaml (100%) rename stable/ispy-agent-dvr/{4.0.18 => 4.0.19}/values.yaml (100%) diff --git a/stable/ispy-agent-dvr/4.0.18/app-changelog.md b/stable/ispy-agent-dvr/4.0.18/app-changelog.md deleted file mode 100644 index 312051dc00f..00000000000 --- a/stable/ispy-agent-dvr/4.0.18/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [ispy-agent-dvr-4.0.18](https://github.com/truecharts/charts/compare/ispy-agent-dvr-4.0.17...ispy-agent-dvr-4.0.18) (2023-02-20) - -### Chore - -- update container image tccr.io/truecharts/ispy-agent-dvr to v4.5.2.0 - - \ No newline at end of file diff --git a/stable/ispy-agent-dvr/4.0.18/CHANGELOG.md b/stable/ispy-agent-dvr/4.0.19/CHANGELOG.md similarity index 94% rename from stable/ispy-agent-dvr/4.0.18/CHANGELOG.md rename to stable/ispy-agent-dvr/4.0.19/CHANGELOG.md index 6d7ab9dded3..a99804463c7 100644 --- a/stable/ispy-agent-dvr/4.0.18/CHANGELOG.md +++ b/stable/ispy-agent-dvr/4.0.19/CHANGELOG.md @@ -4,6 +4,15 @@ +## [ispy-agent-dvr-4.0.19](https://github.com/truecharts/charts/compare/ispy-agent-dvr-4.0.18...ispy-agent-dvr-4.0.19) (2023-02-25) + +### Chore + +- update container image tccr.io/truecharts/ispy-agent-dvr to v4.5.3.0 + + + + ## [ispy-agent-dvr-4.0.18](https://github.com/truecharts/charts/compare/ispy-agent-dvr-4.0.17...ispy-agent-dvr-4.0.18) (2023-02-20) ### Chore @@ -88,12 +97,3 @@ ## [ispy-agent-dvr-4.0.9](https://github.com/truecharts/charts/compare/ispy-agent-dvr-4.0.8...ispy-agent-dvr-4.0.9) (2022-12-24) ### Chore - -- update container image tccr.io/truecharts/ispy-agent-dvr to v4.4.5.0 - - - - -## [ispy-agent-dvr-4.0.8](https://github.com/truecharts/charts/compare/ispy-agent-dvr-4.0.7...ispy-agent-dvr-4.0.8) (2022-12-19) - -### Chore diff --git a/stable/ispy-agent-dvr/4.0.18/Chart.yaml b/stable/ispy-agent-dvr/4.0.19/Chart.yaml similarity index 95% rename from stable/ispy-agent-dvr/4.0.18/Chart.yaml rename to stable/ispy-agent-dvr/4.0.19/Chart.yaml index 6f552576f17..ecd5b69a509 100644 --- a/stable/ispy-agent-dvr/4.0.18/Chart.yaml +++ b/stable/ispy-agent-dvr/4.0.19/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "4.5.2.0" +appVersion: "4.5.3.0" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ispy-agent-dvr - https://hub.docker.com/r/doitandbedone/ispyagentdvr - https://github.com/doitandbedone/ispyagentdvr-docker -version: 4.0.18 +version: 4.0.19 annotations: truecharts.org/catagories: | - security diff --git a/stable/ispy-agent-dvr/4.0.18/README.md b/stable/ispy-agent-dvr/4.0.19/README.md similarity index 100% rename from stable/ispy-agent-dvr/4.0.18/README.md rename to stable/ispy-agent-dvr/4.0.19/README.md diff --git a/stable/ispy-agent-dvr/4.0.19/app-changelog.md b/stable/ispy-agent-dvr/4.0.19/app-changelog.md new file mode 100644 index 00000000000..8181269916e --- /dev/null +++ b/stable/ispy-agent-dvr/4.0.19/app-changelog.md @@ -0,0 +1,9 @@ + + +## [ispy-agent-dvr-4.0.19](https://github.com/truecharts/charts/compare/ispy-agent-dvr-4.0.18...ispy-agent-dvr-4.0.19) (2023-02-25) + +### Chore + +- update container image tccr.io/truecharts/ispy-agent-dvr to v4.5.3.0 + + \ No newline at end of file diff --git a/stable/ispy-agent-dvr/4.0.18/app-readme.md b/stable/ispy-agent-dvr/4.0.19/app-readme.md similarity index 100% rename from stable/ispy-agent-dvr/4.0.18/app-readme.md rename to stable/ispy-agent-dvr/4.0.19/app-readme.md diff --git a/stable/ispy-agent-dvr/4.0.18/charts/common-11.1.2.tgz b/stable/ispy-agent-dvr/4.0.19/charts/common-11.1.2.tgz similarity index 100% rename from stable/ispy-agent-dvr/4.0.18/charts/common-11.1.2.tgz rename to stable/ispy-agent-dvr/4.0.19/charts/common-11.1.2.tgz diff --git a/stable/ispy-agent-dvr/4.0.18/ix_values.yaml b/stable/ispy-agent-dvr/4.0.19/ix_values.yaml similarity index 95% rename from stable/ispy-agent-dvr/4.0.18/ix_values.yaml rename to stable/ispy-agent-dvr/4.0.19/ix_values.yaml index b446dbf76bd..cfadf8f9937 100644 --- a/stable/ispy-agent-dvr/4.0.18/ix_values.yaml +++ b/stable/ispy-agent-dvr/4.0.19/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/ispy-agent-dvr - tag: 4.5.2.0@sha256:01945b8070dad9b8a19d2deaea7321dc8963eeec0e5dab79165aba9669e6007a + tag: 4.5.3.0@sha256:4171b73d12d93fe4690339533fd1e0b2b8b0f47f3e5f6f4d89a81fdc8d570303 pullPolicy: IfNotPresent securityContext: diff --git a/stable/ispy-agent-dvr/4.0.18/questions.yaml b/stable/ispy-agent-dvr/4.0.19/questions.yaml similarity index 100% rename from stable/ispy-agent-dvr/4.0.18/questions.yaml rename to stable/ispy-agent-dvr/4.0.19/questions.yaml diff --git a/stable/ispy-agent-dvr/4.0.18/templates/common.yaml b/stable/ispy-agent-dvr/4.0.19/templates/common.yaml similarity index 100% rename from stable/ispy-agent-dvr/4.0.18/templates/common.yaml rename to stable/ispy-agent-dvr/4.0.19/templates/common.yaml diff --git a/stable/ispy-agent-dvr/4.0.18/values.yaml b/stable/ispy-agent-dvr/4.0.19/values.yaml similarity index 100% rename from stable/ispy-agent-dvr/4.0.18/values.yaml rename to stable/ispy-agent-dvr/4.0.19/values.yaml