From de5a45e9337cd677bfefe96b48f58f110fd32382 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sat, 22 Jul 2023 14:40:49 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/domoticz/5.0.22/app-changelog.md | 9 --------- .../domoticz/{5.0.22 => 5.0.23}/CHANGELOG.md | 18 +++++++++--------- stable/domoticz/{5.0.22 => 5.0.23}/Chart.yaml | 4 ++-- stable/domoticz/{5.0.22 => 5.0.23}/README.md | 0 stable/domoticz/5.0.23/app-changelog.md | 9 +++++++++ .../domoticz/{5.0.22 => 5.0.23}/app-readme.md | 0 .../charts/common-12.15.0.tgz | Bin .../{5.0.22 => 5.0.23}/ix_values.yaml | 2 +- .../{5.0.22 => 5.0.23}/questions.yaml | 0 .../{5.0.22 => 5.0.23}/templates/NOTES.txt | 0 .../{5.0.22 => 5.0.23}/templates/common.yaml | 0 .../domoticz/{5.0.22 => 5.0.23}/values.yaml | 0 12 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/domoticz/5.0.22/app-changelog.md rename stable/domoticz/{5.0.22 => 5.0.23}/CHANGELOG.md (90%) rename stable/domoticz/{5.0.22 => 5.0.23}/Chart.yaml (95%) rename stable/domoticz/{5.0.22 => 5.0.23}/README.md (100%) create mode 100644 stable/domoticz/5.0.23/app-changelog.md rename stable/domoticz/{5.0.22 => 5.0.23}/app-readme.md (100%) rename stable/domoticz/{5.0.22 => 5.0.23}/charts/common-12.15.0.tgz (100%) rename stable/domoticz/{5.0.22 => 5.0.23}/ix_values.yaml (90%) rename stable/domoticz/{5.0.22 => 5.0.23}/questions.yaml (100%) rename stable/domoticz/{5.0.22 => 5.0.23}/templates/NOTES.txt (100%) rename stable/domoticz/{5.0.22 => 5.0.23}/templates/common.yaml (100%) rename stable/domoticz/{5.0.22 => 5.0.23}/values.yaml (100%) diff --git a/stable/domoticz/5.0.22/app-changelog.md b/stable/domoticz/5.0.22/app-changelog.md deleted file mode 100644 index 98469285e65..00000000000 --- a/stable/domoticz/5.0.22/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [domoticz-5.0.22](https://github.com/truecharts/charts/compare/domoticz-5.0.21...domoticz-5.0.22) (2023-07-21) - -### Chore - -- update helm general non-major ([#10666](https://github.com/truecharts/charts/issues/10666)) - - \ No newline at end of file diff --git a/stable/domoticz/5.0.22/CHANGELOG.md b/stable/domoticz/5.0.23/CHANGELOG.md similarity index 90% rename from stable/domoticz/5.0.22/CHANGELOG.md rename to stable/domoticz/5.0.23/CHANGELOG.md index 83d6969b2eb..eb20ccc2505 100644 --- a/stable/domoticz/5.0.22/CHANGELOG.md +++ b/stable/domoticz/5.0.23/CHANGELOG.md @@ -4,6 +4,15 @@ +## [domoticz-5.0.23](https://github.com/truecharts/charts/compare/domoticz-5.0.22...domoticz-5.0.23) (2023-07-22) + +### Chore + +- update container image tccr.io/truecharts/domoticz to v2023.2.20230721 ([#10747](https://github.com/truecharts/charts/issues/10747)) + + + + ## [domoticz-5.0.22](https://github.com/truecharts/charts/compare/domoticz-5.0.21...domoticz-5.0.22) (2023-07-21) ### Chore @@ -88,12 +97,3 @@ ## [domoticz-5.0.13](https://github.com/truecharts/charts/compare/domoticz-5.0.12...domoticz-5.0.13) (2023-06-07) ### Chore - -- update helm general non-major ([#9423](https://github.com/truecharts/charts/issues/9423)) - - - - -## [domoticz-5.0.12](https://github.com/truecharts/charts/compare/domoticz-5.0.11...domoticz-5.0.12) (2023-06-04) - -### Chore diff --git a/stable/domoticz/5.0.22/Chart.yaml b/stable/domoticz/5.0.23/Chart.yaml similarity index 95% rename from stable/domoticz/5.0.22/Chart.yaml rename to stable/domoticz/5.0.23/Chart.yaml index 70d17c12efd..72f5ac78e5d 100644 --- a/stable/domoticz/5.0.22/Chart.yaml +++ b/stable/domoticz/5.0.23/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: domoticz -version: 5.0.22 -appVersion: "2023.1.202" +version: 5.0.23 +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 deprecated: false diff --git a/stable/domoticz/5.0.22/README.md b/stable/domoticz/5.0.23/README.md similarity index 100% rename from stable/domoticz/5.0.22/README.md rename to stable/domoticz/5.0.23/README.md diff --git a/stable/domoticz/5.0.23/app-changelog.md b/stable/domoticz/5.0.23/app-changelog.md new file mode 100644 index 00000000000..f0893567e1a --- /dev/null +++ b/stable/domoticz/5.0.23/app-changelog.md @@ -0,0 +1,9 @@ + + +## [domoticz-5.0.23](https://github.com/truecharts/charts/compare/domoticz-5.0.22...domoticz-5.0.23) (2023-07-22) + +### Chore + +- update container image tccr.io/truecharts/domoticz to v2023.2.20230721 ([#10747](https://github.com/truecharts/charts/issues/10747)) + + \ No newline at end of file diff --git a/stable/domoticz/5.0.22/app-readme.md b/stable/domoticz/5.0.23/app-readme.md similarity index 100% rename from stable/domoticz/5.0.22/app-readme.md rename to stable/domoticz/5.0.23/app-readme.md diff --git a/stable/domoticz/5.0.22/charts/common-12.15.0.tgz b/stable/domoticz/5.0.23/charts/common-12.15.0.tgz similarity index 100% rename from stable/domoticz/5.0.22/charts/common-12.15.0.tgz rename to stable/domoticz/5.0.23/charts/common-12.15.0.tgz diff --git a/stable/domoticz/5.0.22/ix_values.yaml b/stable/domoticz/5.0.23/ix_values.yaml similarity index 90% rename from stable/domoticz/5.0.22/ix_values.yaml rename to stable/domoticz/5.0.23/ix_values.yaml index 1203420a793..e116424fbcc 100644 --- a/stable/domoticz/5.0.22/ix_values.yaml +++ b/stable/domoticz/5.0.23/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/domoticz pullPolicy: IfNotPresent - tag: v2023.1.20230720@sha256:e9d3a12dd3521ae76df4a1a344cb0ba3df88b21c554d7a367ef2ef55ce4df2fe + tag: v2023.2.20230721@sha256:678f3d2ad496cd44fe059b1193f7103a830aca3e73cb31366d41b0a6ea4690c6 securityContext: container: diff --git a/stable/domoticz/5.0.22/questions.yaml b/stable/domoticz/5.0.23/questions.yaml similarity index 100% rename from stable/domoticz/5.0.22/questions.yaml rename to stable/domoticz/5.0.23/questions.yaml diff --git a/stable/domoticz/5.0.22/templates/NOTES.txt b/stable/domoticz/5.0.23/templates/NOTES.txt similarity index 100% rename from stable/domoticz/5.0.22/templates/NOTES.txt rename to stable/domoticz/5.0.23/templates/NOTES.txt diff --git a/stable/domoticz/5.0.22/templates/common.yaml b/stable/domoticz/5.0.23/templates/common.yaml similarity index 100% rename from stable/domoticz/5.0.22/templates/common.yaml rename to stable/domoticz/5.0.23/templates/common.yaml diff --git a/stable/domoticz/5.0.22/values.yaml b/stable/domoticz/5.0.23/values.yaml similarity index 100% rename from stable/domoticz/5.0.22/values.yaml rename to stable/domoticz/5.0.23/values.yaml