From 4f66acf64feafe0d0dbc414aced572e7fb64c10e Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sun, 15 Oct 2023 10:40:32 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/domoticz/6.0.3/app-changelog.md | 9 --------- stable/domoticz/{6.0.3 => 6.0.4}/CHANGELOG.md | 18 +++++++++--------- stable/domoticz/{6.0.3 => 6.0.4}/Chart.yaml | 2 +- stable/domoticz/{6.0.3 => 6.0.4}/README.md | 0 stable/domoticz/6.0.4/app-changelog.md | 9 +++++++++ .../domoticz/{6.0.3 => 6.0.4}/app-readme.md | 0 .../{6.0.3 => 6.0.4}/charts/common-14.0.9.tgz | Bin .../domoticz/{6.0.3 => 6.0.4}/ix_values.yaml | 2 +- .../domoticz/{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 stable/domoticz/{6.0.3 => 6.0.4}/values.yaml | 0 12 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 stable/domoticz/6.0.3/app-changelog.md rename stable/domoticz/{6.0.3 => 6.0.4}/CHANGELOG.md (91%) rename stable/domoticz/{6.0.3 => 6.0.4}/Chart.yaml (98%) rename stable/domoticz/{6.0.3 => 6.0.4}/README.md (100%) create mode 100644 stable/domoticz/6.0.4/app-changelog.md rename stable/domoticz/{6.0.3 => 6.0.4}/app-readme.md (100%) rename stable/domoticz/{6.0.3 => 6.0.4}/charts/common-14.0.9.tgz (100%) rename stable/domoticz/{6.0.3 => 6.0.4}/ix_values.yaml (90%) rename stable/domoticz/{6.0.3 => 6.0.4}/questions.yaml (100%) rename stable/domoticz/{6.0.3 => 6.0.4}/templates/NOTES.txt (100%) rename stable/domoticz/{6.0.3 => 6.0.4}/templates/common.yaml (100%) rename stable/domoticz/{6.0.3 => 6.0.4}/values.yaml (100%) diff --git a/stable/domoticz/6.0.3/app-changelog.md b/stable/domoticz/6.0.3/app-changelog.md deleted file mode 100644 index a98e2953c8..0000000000 --- a/stable/domoticz/6.0.3/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [domoticz-6.0.3](https://github.com/truecharts/charts/compare/domoticz-6.0.2...domoticz-6.0.3) (2023-10-07) - -### Chore - -- update helm general non-major ([#13386](https://github.com/truecharts/charts/issues/13386)) - - \ No newline at end of file diff --git a/stable/domoticz/6.0.3/CHANGELOG.md b/stable/domoticz/6.0.4/CHANGELOG.md similarity index 91% rename from stable/domoticz/6.0.3/CHANGELOG.md rename to stable/domoticz/6.0.4/CHANGELOG.md index a5a1501698..cfad3aca88 100644 --- a/stable/domoticz/6.0.3/CHANGELOG.md +++ b/stable/domoticz/6.0.4/CHANGELOG.md @@ -4,6 +4,15 @@ +## [domoticz-6.0.4](https://github.com/truecharts/charts/compare/domoticz-6.0.3...domoticz-6.0.4) (2023-10-15) + +### Chore + +- update container image tccr.io/truecharts/domoticz to v2023.2.20231012 ([#13643](https://github.com/truecharts/charts/issues/13643)) + + + + ## [domoticz-6.0.3](https://github.com/truecharts/charts/compare/domoticz-6.0.2...domoticz-6.0.3) (2023-10-07) ### Chore @@ -88,12 +97,3 @@ - update container image tccr.io/truecharts/domoticz to v2023.1.20230615 ([#9916](https://github.com/truecharts/charts/issues/9916)) - - - -## [domoticz-5.0.17](https://github.com/truecharts/charts/compare/domoticz-5.0.16...domoticz-5.0.17) (2023-06-13) - -### Chore - -- update helm chart common to 12.14.2 ([#9599](https://github.com/truecharts/charts/issues/9599)) - diff --git a/stable/domoticz/6.0.3/Chart.yaml b/stable/domoticz/6.0.4/Chart.yaml similarity index 98% rename from stable/domoticz/6.0.3/Chart.yaml rename to stable/domoticz/6.0.4/Chart.yaml index b590300cb1..16c2b7fe68 100644 --- a/stable/domoticz/6.0.3/Chart.yaml +++ b/stable/domoticz/6.0.4/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: domoticz -version: 6.0.3 +version: 6.0.4 appVersion: "2023.2.202" description: "Domoticz is a Home Automation System that lets you monitor and configure various devices like Lights, Switches and much more." type: application diff --git a/stable/domoticz/6.0.3/README.md b/stable/domoticz/6.0.4/README.md similarity index 100% rename from stable/domoticz/6.0.3/README.md rename to stable/domoticz/6.0.4/README.md diff --git a/stable/domoticz/6.0.4/app-changelog.md b/stable/domoticz/6.0.4/app-changelog.md new file mode 100644 index 0000000000..160185727f --- /dev/null +++ b/stable/domoticz/6.0.4/app-changelog.md @@ -0,0 +1,9 @@ + + +## [domoticz-6.0.4](https://github.com/truecharts/charts/compare/domoticz-6.0.3...domoticz-6.0.4) (2023-10-15) + +### Chore + +- update container image tccr.io/truecharts/domoticz to v2023.2.20231012 ([#13643](https://github.com/truecharts/charts/issues/13643)) + + \ No newline at end of file diff --git a/stable/domoticz/6.0.3/app-readme.md b/stable/domoticz/6.0.4/app-readme.md similarity index 100% rename from stable/domoticz/6.0.3/app-readme.md rename to stable/domoticz/6.0.4/app-readme.md diff --git a/stable/domoticz/6.0.3/charts/common-14.0.9.tgz b/stable/domoticz/6.0.4/charts/common-14.0.9.tgz similarity index 100% rename from stable/domoticz/6.0.3/charts/common-14.0.9.tgz rename to stable/domoticz/6.0.4/charts/common-14.0.9.tgz diff --git a/stable/domoticz/6.0.3/ix_values.yaml b/stable/domoticz/6.0.4/ix_values.yaml similarity index 90% rename from stable/domoticz/6.0.3/ix_values.yaml rename to stable/domoticz/6.0.4/ix_values.yaml index cb23b9da49..3fd4b250bb 100644 --- a/stable/domoticz/6.0.3/ix_values.yaml +++ b/stable/domoticz/6.0.4/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/domoticz pullPolicy: IfNotPresent - tag: v2023.2.20231005@sha256:90a4c5d4ee3c2830de914763e1c6182484530d6785921d328961fb986257ac44 + tag: v2023.2.20231012@sha256:3241bc56f852036bb6cff22815ad643f92663fb58ff30c21e34cde32379e0e9e securityContext: container: diff --git a/stable/domoticz/6.0.3/questions.yaml b/stable/domoticz/6.0.4/questions.yaml similarity index 100% rename from stable/domoticz/6.0.3/questions.yaml rename to stable/domoticz/6.0.4/questions.yaml diff --git a/stable/domoticz/6.0.3/templates/NOTES.txt b/stable/domoticz/6.0.4/templates/NOTES.txt similarity index 100% rename from stable/domoticz/6.0.3/templates/NOTES.txt rename to stable/domoticz/6.0.4/templates/NOTES.txt diff --git a/stable/domoticz/6.0.3/templates/common.yaml b/stable/domoticz/6.0.4/templates/common.yaml similarity index 100% rename from stable/domoticz/6.0.3/templates/common.yaml rename to stable/domoticz/6.0.4/templates/common.yaml diff --git a/stable/domoticz/6.0.3/values.yaml b/stable/domoticz/6.0.4/values.yaml similarity index 100% rename from stable/domoticz/6.0.3/values.yaml rename to stable/domoticz/6.0.4/values.yaml