From 3d4cff112b8240e4ddbfc72f863f5270bb0926ed Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Wed, 27 Oct 2021 21:57:43 +0000 Subject: [PATCH] Commit new App releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/esphome/{9.0.2 => 9.0.3}/CHANGELOG.md | 18 +++++++++--------- stable/esphome/{9.0.2 => 9.0.3}/CONFIG.md | 0 stable/esphome/{9.0.2 => 9.0.3}/Chart.lock | 2 +- stable/esphome/{9.0.2 => 9.0.3}/Chart.yaml | 4 ++-- stable/esphome/{9.0.2 => 9.0.3}/README.md | 0 stable/esphome/{9.0.2 => 9.0.3}/app-readme.md | 0 .../{9.0.2 => 9.0.3}/charts/common-8.3.16.tgz | Bin .../esphome/{9.0.2 => 9.0.3}/helm-values.md | 2 +- .../esphome/{9.0.2 => 9.0.3}/ix_values.yaml | 2 +- .../esphome/{9.0.2 => 9.0.3}/questions.yaml | 0 .../{9.0.2 => 9.0.3}/templates/common.yaml | 0 stable/esphome/{9.0.2 => 9.0.3}/values.yaml | 0 12 files changed, 14 insertions(+), 14 deletions(-) rename stable/esphome/{9.0.2 => 9.0.3}/CHANGELOG.md (90%) rename stable/esphome/{9.0.2 => 9.0.3}/CONFIG.md (100%) rename stable/esphome/{9.0.2 => 9.0.3}/Chart.lock (78%) rename stable/esphome/{9.0.2 => 9.0.3}/Chart.yaml (95%) rename stable/esphome/{9.0.2 => 9.0.3}/README.md (100%) rename stable/esphome/{9.0.2 => 9.0.3}/app-readme.md (100%) rename stable/esphome/{9.0.2 => 9.0.3}/charts/common-8.3.16.tgz (100%) rename stable/esphome/{9.0.2 => 9.0.3}/helm-values.md (91%) rename stable/esphome/{9.0.2 => 9.0.3}/ix_values.yaml (84%) rename stable/esphome/{9.0.2 => 9.0.3}/questions.yaml (100%) rename stable/esphome/{9.0.2 => 9.0.3}/templates/common.yaml (100%) rename stable/esphome/{9.0.2 => 9.0.3}/values.yaml (100%) diff --git a/stable/esphome/9.0.2/CHANGELOG.md b/stable/esphome/9.0.3/CHANGELOG.md similarity index 90% rename from stable/esphome/9.0.2/CHANGELOG.md rename to stable/esphome/9.0.3/CHANGELOG.md index 223418a29dc..3ddd0000264 100644 --- a/stable/esphome/9.0.2/CHANGELOG.md +++ b/stable/esphome/9.0.3/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [esphome-9.0.3](https://github.com/truecharts/apps/compare/esphome-9.0.2...esphome-9.0.3) (2021-10-27) + +#### Chore + +* update container image ghcr.io/truecharts/esphome to v2021.10.3 ([#1251](https://github.com/truecharts/apps/issues/1251)) + + + ### [esphome-9.0.2](https://github.com/truecharts/apps/compare/esphome-9.0.1...esphome-9.0.2) (2021-10-26) @@ -88,12 +97,3 @@ - -### [esphome-8.0.11](https://github.com/truecharts/apps/compare/esphome-8.0.10...esphome-8.0.11) (2021-10-18) - -#### Chore - -* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172)) - -#### Refactor - diff --git a/stable/esphome/9.0.2/CONFIG.md b/stable/esphome/9.0.3/CONFIG.md similarity index 100% rename from stable/esphome/9.0.2/CONFIG.md rename to stable/esphome/9.0.3/CONFIG.md diff --git a/stable/esphome/9.0.2/Chart.lock b/stable/esphome/9.0.3/Chart.lock similarity index 78% rename from stable/esphome/9.0.2/Chart.lock rename to stable/esphome/9.0.3/Chart.lock index 2cf624cf78d..08260be5861 100644 --- a/stable/esphome/9.0.2/Chart.lock +++ b/stable/esphome/9.0.3/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 8.3.16 digest: sha256:6c16b453aa059cb6d78f591974e7f24b3a90cbe0381df81e252905a8b3f3007f -generated: "2021-10-26T19:28:04.262934598Z" +generated: "2021-10-27T21:54:01.152336996Z" diff --git a/stable/esphome/9.0.2/Chart.yaml b/stable/esphome/9.0.3/Chart.yaml similarity index 95% rename from stable/esphome/9.0.2/Chart.yaml rename to stable/esphome/9.0.3/Chart.yaml index 457299f88e5..7777bea0079 100644 --- a/stable/esphome/9.0.2/Chart.yaml +++ b/stable/esphome/9.0.3/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2021.10.2" +appVersion: "2021.10.3" dependencies: - name: common repository: https://truecharts.org @@ -24,7 +24,7 @@ sources: - https://github.com/esphome/esphome - https://hub.docker.com/u/esphome type: application -version: 9.0.2 +version: 9.0.3 annotations: truecharts.org/catagories: | - tools diff --git a/stable/esphome/9.0.2/README.md b/stable/esphome/9.0.3/README.md similarity index 100% rename from stable/esphome/9.0.2/README.md rename to stable/esphome/9.0.3/README.md diff --git a/stable/esphome/9.0.2/app-readme.md b/stable/esphome/9.0.3/app-readme.md similarity index 100% rename from stable/esphome/9.0.2/app-readme.md rename to stable/esphome/9.0.3/app-readme.md diff --git a/stable/esphome/9.0.2/charts/common-8.3.16.tgz b/stable/esphome/9.0.3/charts/common-8.3.16.tgz similarity index 100% rename from stable/esphome/9.0.2/charts/common-8.3.16.tgz rename to stable/esphome/9.0.3/charts/common-8.3.16.tgz diff --git a/stable/esphome/9.0.2/helm-values.md b/stable/esphome/9.0.3/helm-values.md similarity index 91% rename from stable/esphome/9.0.2/helm-values.md rename to stable/esphome/9.0.3/helm-values.md index 1f2e4dac58b..c26ea0ea317 100644 --- a/stable/esphome/9.0.2/helm-values.md +++ b/stable/esphome/9.0.3/helm-values.md @@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here | env | object | `{}` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"ghcr.io/truecharts/esphome"` | | -| image.tag | string | `"v2021.10.2@sha256:eb0e5f3b6b50d492848ad8ee6b2a41d414b4ee405ac361d10a147d676c21300c"` | | +| image.tag | string | `"v2021.10.3@sha256:317f8351a5d2857511cfc04bcf11a3d070037763195d6b80ef4b28b88857a3ba"` | | | persistence.config.accessMode | string | `"ReadWriteOnce"` | | | persistence.config.enabled | bool | `true` | | | persistence.config.mountPath | string | `"/config"` | | diff --git a/stable/esphome/9.0.2/ix_values.yaml b/stable/esphome/9.0.3/ix_values.yaml similarity index 84% rename from stable/esphome/9.0.2/ix_values.yaml rename to stable/esphome/9.0.3/ix_values.yaml index 28a66af58bc..9afb08da097 100644 --- a/stable/esphome/9.0.2/ix_values.yaml +++ b/stable/esphome/9.0.3/ix_values.yaml @@ -3,7 +3,7 @@ image: repository: ghcr.io/truecharts/esphome pullPolicy: IfNotPresent - tag: v2021.10.2@sha256:eb0e5f3b6b50d492848ad8ee6b2a41d414b4ee405ac361d10a147d676c21300c + tag: v2021.10.3@sha256:317f8351a5d2857511cfc04bcf11a3d070037763195d6b80ef4b28b88857a3ba service: main: diff --git a/stable/esphome/9.0.2/questions.yaml b/stable/esphome/9.0.3/questions.yaml similarity index 100% rename from stable/esphome/9.0.2/questions.yaml rename to stable/esphome/9.0.3/questions.yaml diff --git a/stable/esphome/9.0.2/templates/common.yaml b/stable/esphome/9.0.3/templates/common.yaml similarity index 100% rename from stable/esphome/9.0.2/templates/common.yaml rename to stable/esphome/9.0.3/templates/common.yaml diff --git a/stable/esphome/9.0.2/values.yaml b/stable/esphome/9.0.3/values.yaml similarity index 100% rename from stable/esphome/9.0.2/values.yaml rename to stable/esphome/9.0.3/values.yaml