From 775364b9b08f236d2c9936b7e50fca77f9aaf233 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 15 Dec 2022 19:06:53 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/domoticz/4.0.7/app-changelog.md | 9 --------- stable/domoticz/{4.0.7 => 4.0.8}/CHANGELOG.md | 18 +++++++++--------- stable/domoticz/{4.0.7 => 4.0.8}/Chart.yaml | 2 +- stable/domoticz/{4.0.7 => 4.0.8}/README.md | 0 stable/domoticz/4.0.8/app-changelog.md | 9 +++++++++ .../domoticz/{4.0.7 => 4.0.8}/app-readme.md | 0 .../{4.0.7 => 4.0.8}/charts/common-11.0.7.tgz | Bin .../domoticz/{4.0.7 => 4.0.8}/ix_values.yaml | 2 +- .../domoticz/{4.0.7 => 4.0.8}/questions.yaml | 0 .../{4.0.7 => 4.0.8}/templates/common.yaml | 0 stable/domoticz/{4.0.7 => 4.0.8}/values.yaml | 0 stable/medusa/5.0.5/app-changelog.md | 9 --------- stable/medusa/{5.0.5 => 5.0.6}/CHANGELOG.md | 18 +++++++++--------- stable/medusa/{5.0.5 => 5.0.6}/Chart.yaml | 4 ++-- stable/medusa/{5.0.5 => 5.0.6}/README.md | 0 stable/medusa/5.0.6/app-changelog.md | 9 +++++++++ stable/medusa/{5.0.5 => 5.0.6}/app-readme.md | 0 .../{5.0.5 => 5.0.6}/charts/common-11.0.7.tgz | Bin stable/medusa/{5.0.5 => 5.0.6}/ix_values.yaml | 2 +- stable/medusa/{5.0.5 => 5.0.6}/questions.yaml | 0 .../{5.0.5 => 5.0.6}/templates/common.yaml | 0 stable/medusa/{5.0.5 => 5.0.6}/values.yaml | 0 22 files changed, 41 insertions(+), 41 deletions(-) delete mode 100644 stable/domoticz/4.0.7/app-changelog.md rename stable/domoticz/{4.0.7 => 4.0.8}/CHANGELOG.md (94%) rename stable/domoticz/{4.0.7 => 4.0.8}/Chart.yaml (98%) rename stable/domoticz/{4.0.7 => 4.0.8}/README.md (100%) create mode 100644 stable/domoticz/4.0.8/app-changelog.md rename stable/domoticz/{4.0.7 => 4.0.8}/app-readme.md (100%) rename stable/domoticz/{4.0.7 => 4.0.8}/charts/common-11.0.7.tgz (100%) rename stable/domoticz/{4.0.7 => 4.0.8}/ix_values.yaml (96%) rename stable/domoticz/{4.0.7 => 4.0.8}/questions.yaml (100%) rename stable/domoticz/{4.0.7 => 4.0.8}/templates/common.yaml (100%) rename stable/domoticz/{4.0.7 => 4.0.8}/values.yaml (100%) delete mode 100644 stable/medusa/5.0.5/app-changelog.md rename stable/medusa/{5.0.5 => 5.0.6}/CHANGELOG.md (90%) rename stable/medusa/{5.0.5 => 5.0.6}/Chart.yaml (95%) rename stable/medusa/{5.0.5 => 5.0.6}/README.md (100%) create mode 100644 stable/medusa/5.0.6/app-changelog.md rename stable/medusa/{5.0.5 => 5.0.6}/app-readme.md (100%) rename stable/medusa/{5.0.5 => 5.0.6}/charts/common-11.0.7.tgz (100%) rename stable/medusa/{5.0.5 => 5.0.6}/ix_values.yaml (82%) rename stable/medusa/{5.0.5 => 5.0.6}/questions.yaml (100%) rename stable/medusa/{5.0.5 => 5.0.6}/templates/common.yaml (100%) rename stable/medusa/{5.0.5 => 5.0.6}/values.yaml (100%) diff --git a/stable/domoticz/4.0.7/app-changelog.md b/stable/domoticz/4.0.7/app-changelog.md deleted file mode 100644 index 4421ba50da..0000000000 --- a/stable/domoticz/4.0.7/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [domoticz-4.0.7](https://github.com/truecharts/charts/compare/domoticz-4.0.6...domoticz-4.0.7) (2022-12-13) - -### Chore - -- update helm general non-major - - \ No newline at end of file diff --git a/stable/domoticz/4.0.7/CHANGELOG.md b/stable/domoticz/4.0.8/CHANGELOG.md similarity index 94% rename from stable/domoticz/4.0.7/CHANGELOG.md rename to stable/domoticz/4.0.8/CHANGELOG.md index baf2038893..13dec96798 100644 --- a/stable/domoticz/4.0.7/CHANGELOG.md +++ b/stable/domoticz/4.0.8/CHANGELOG.md @@ -4,6 +4,15 @@ +## [domoticz-4.0.8](https://github.com/truecharts/charts/compare/domoticz-4.0.7...domoticz-4.0.8) (2022-12-15) + +### Chore + +- update container image tccr.io/truecharts/domoticz to v2022.2.20221215 + + + + ## [domoticz-4.0.7](https://github.com/truecharts/charts/compare/domoticz-4.0.6...domoticz-4.0.7) (2022-12-13) ### Chore @@ -88,12 +97,3 @@ ## [domoticz-4.0.2](https://github.com/truecharts/charts/compare/domoticz-4.0.1...domoticz-4.0.2) (2022-11-17) -### Chore - -- update container image tccr.io/truecharts/domoticz to v2022.2.20221117 - - - - -## [domoticz-4.0.1](https://github.com/truecharts/charts/compare/domoticz-4.0.0...domoticz-4.0.1) (2022-11-15) - diff --git a/stable/domoticz/4.0.7/Chart.yaml b/stable/domoticz/4.0.8/Chart.yaml similarity index 98% rename from stable/domoticz/4.0.7/Chart.yaml rename to stable/domoticz/4.0.8/Chart.yaml index d2141c2bc3..757d5b68ba 100644 --- a/stable/domoticz/4.0.7/Chart.yaml +++ b/stable/domoticz/4.0.8/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: domoticz -version: 4.0.7 +version: 4.0.8 appVersion: "2022.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/4.0.7/README.md b/stable/domoticz/4.0.8/README.md similarity index 100% rename from stable/domoticz/4.0.7/README.md rename to stable/domoticz/4.0.8/README.md diff --git a/stable/domoticz/4.0.8/app-changelog.md b/stable/domoticz/4.0.8/app-changelog.md new file mode 100644 index 0000000000..98e0a891d1 --- /dev/null +++ b/stable/domoticz/4.0.8/app-changelog.md @@ -0,0 +1,9 @@ + + +## [domoticz-4.0.8](https://github.com/truecharts/charts/compare/domoticz-4.0.7...domoticz-4.0.8) (2022-12-15) + +### Chore + +- update container image tccr.io/truecharts/domoticz to v2022.2.20221215 + + \ No newline at end of file diff --git a/stable/domoticz/4.0.7/app-readme.md b/stable/domoticz/4.0.8/app-readme.md similarity index 100% rename from stable/domoticz/4.0.7/app-readme.md rename to stable/domoticz/4.0.8/app-readme.md diff --git a/stable/domoticz/4.0.7/charts/common-11.0.7.tgz b/stable/domoticz/4.0.8/charts/common-11.0.7.tgz similarity index 100% rename from stable/domoticz/4.0.7/charts/common-11.0.7.tgz rename to stable/domoticz/4.0.8/charts/common-11.0.7.tgz diff --git a/stable/domoticz/4.0.7/ix_values.yaml b/stable/domoticz/4.0.8/ix_values.yaml similarity index 96% rename from stable/domoticz/4.0.7/ix_values.yaml rename to stable/domoticz/4.0.8/ix_values.yaml index 2cc6d88bbf..72ac96b3ed 100644 --- a/stable/domoticz/4.0.7/ix_values.yaml +++ b/stable/domoticz/4.0.8/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/domoticz pullPolicy: IfNotPresent - tag: 2022.2.20221208 + tag: 2022.2.20221215 securityContext: runAsNonRoot: false diff --git a/stable/domoticz/4.0.7/questions.yaml b/stable/domoticz/4.0.8/questions.yaml similarity index 100% rename from stable/domoticz/4.0.7/questions.yaml rename to stable/domoticz/4.0.8/questions.yaml diff --git a/stable/domoticz/4.0.7/templates/common.yaml b/stable/domoticz/4.0.8/templates/common.yaml similarity index 100% rename from stable/domoticz/4.0.7/templates/common.yaml rename to stable/domoticz/4.0.8/templates/common.yaml diff --git a/stable/domoticz/4.0.7/values.yaml b/stable/domoticz/4.0.8/values.yaml similarity index 100% rename from stable/domoticz/4.0.7/values.yaml rename to stable/domoticz/4.0.8/values.yaml diff --git a/stable/medusa/5.0.5/app-changelog.md b/stable/medusa/5.0.5/app-changelog.md deleted file mode 100644 index 7d84bec460..0000000000 --- a/stable/medusa/5.0.5/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [medusa-5.0.5](https://github.com/truecharts/charts/compare/medusa-5.0.4...medusa-5.0.5) (2022-12-13) - -### Chore - -- update helm general non-major - - \ No newline at end of file diff --git a/stable/medusa/5.0.5/CHANGELOG.md b/stable/medusa/5.0.6/CHANGELOG.md similarity index 90% rename from stable/medusa/5.0.5/CHANGELOG.md rename to stable/medusa/5.0.6/CHANGELOG.md index 33b7dc84ca..4bd795f8b1 100644 --- a/stable/medusa/5.0.5/CHANGELOG.md +++ b/stable/medusa/5.0.6/CHANGELOG.md @@ -4,6 +4,15 @@ +## [medusa-5.0.6](https://github.com/truecharts/charts/compare/medusa-5.0.5...medusa-5.0.6) (2022-12-15) + +### Chore + +- update container image tccr.io/truecharts/medusa to v1.0.10 + + + + ## [medusa-5.0.5](https://github.com/truecharts/charts/compare/medusa-5.0.4...medusa-5.0.5) (2022-12-13) ### Chore @@ -86,14 +95,5 @@ -## [medusa-5.0.1](https://github.com/truecharts/charts/compare/medusa-5.0.0...medusa-5.0.1) (2022-11-15) - -### Chore - -- update helm general non-major ([#4463](https://github.com/truecharts/charts/issues/4463)) - - - - ## [medusa-5.0.1](https://github.com/truecharts/charts/compare/medusa-5.0.0...medusa-5.0.1) (2022-11-15) diff --git a/stable/medusa/5.0.5/Chart.yaml b/stable/medusa/5.0.6/Chart.yaml similarity index 95% rename from stable/medusa/5.0.5/Chart.yaml rename to stable/medusa/5.0.6/Chart.yaml index fd0aa3aa67..453ce9bcdc 100644 --- a/stable/medusa/5.0.5/Chart.yaml +++ b/stable/medusa/5.0.6/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "1.0.9" +appVersion: "1.0.10" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -25,7 +25,7 @@ sources: - https://github.com/linuxserver/docker-medusa - https://pymedusa.com/ type: application -version: 5.0.5 +version: 5.0.6 annotations: truecharts.org/catagories: | - media diff --git a/stable/medusa/5.0.5/README.md b/stable/medusa/5.0.6/README.md similarity index 100% rename from stable/medusa/5.0.5/README.md rename to stable/medusa/5.0.6/README.md diff --git a/stable/medusa/5.0.6/app-changelog.md b/stable/medusa/5.0.6/app-changelog.md new file mode 100644 index 0000000000..12ef3291d7 --- /dev/null +++ b/stable/medusa/5.0.6/app-changelog.md @@ -0,0 +1,9 @@ + + +## [medusa-5.0.6](https://github.com/truecharts/charts/compare/medusa-5.0.5...medusa-5.0.6) (2022-12-15) + +### Chore + +- update container image tccr.io/truecharts/medusa to v1.0.10 + + \ No newline at end of file diff --git a/stable/medusa/5.0.5/app-readme.md b/stable/medusa/5.0.6/app-readme.md similarity index 100% rename from stable/medusa/5.0.5/app-readme.md rename to stable/medusa/5.0.6/app-readme.md diff --git a/stable/medusa/5.0.5/charts/common-11.0.7.tgz b/stable/medusa/5.0.6/charts/common-11.0.7.tgz similarity index 100% rename from stable/medusa/5.0.5/charts/common-11.0.7.tgz rename to stable/medusa/5.0.6/charts/common-11.0.7.tgz diff --git a/stable/medusa/5.0.5/ix_values.yaml b/stable/medusa/5.0.6/ix_values.yaml similarity index 82% rename from stable/medusa/5.0.5/ix_values.yaml rename to stable/medusa/5.0.6/ix_values.yaml index 6c5e084d9b..70d0700a10 100644 --- a/stable/medusa/5.0.5/ix_values.yaml +++ b/stable/medusa/5.0.6/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/medusa pullPolicy: IfNotPresent - tag: 1.0.9@sha256:ab4ed0dac666d958b9d02d147f77a7376cd5bc1566d1e2be72b1f3ea73c63866 + tag: 1.0.10@sha256:4bd9e672f97bd3a8d444a0f4151a07654cb3293f47b92a0f5e690ba9b5a0880c securityContext: readOnlyRootFilesystem: false diff --git a/stable/medusa/5.0.5/questions.yaml b/stable/medusa/5.0.6/questions.yaml similarity index 100% rename from stable/medusa/5.0.5/questions.yaml rename to stable/medusa/5.0.6/questions.yaml diff --git a/stable/medusa/5.0.5/templates/common.yaml b/stable/medusa/5.0.6/templates/common.yaml similarity index 100% rename from stable/medusa/5.0.5/templates/common.yaml rename to stable/medusa/5.0.6/templates/common.yaml diff --git a/stable/medusa/5.0.5/values.yaml b/stable/medusa/5.0.6/values.yaml similarity index 100% rename from stable/medusa/5.0.5/values.yaml rename to stable/medusa/5.0.6/values.yaml