From 05186c6446c72ff1d6abb3a8a9ceeee0ecd1b47b Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 8 Jan 2024 00:34:30 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/tasmocompiler/5.1.8/app-changelog.md | 9 --- .../{5.1.8 => 5.1.9}/CHANGELOG.md | 18 +++--- .../tasmocompiler/{5.1.8 => 5.1.9}/Chart.yaml | 4 +- .../tasmocompiler/{5.1.8 => 5.1.9}/README.md | 0 stable/tasmocompiler/5.1.9/app-changelog.md | 9 +++ .../{5.1.8 => 5.1.9}/app-readme.md | 0 .../charts/common-17.2.21.tgz | Bin .../{5.1.8 => 5.1.9}/ix_values.yaml | 2 +- .../{5.1.8 => 5.1.9}/questions.yaml | 56 +++++++++++------- .../{5.1.8 => 5.1.9}/templates/common.yaml | 0 .../{5.1.8 => 5.1.9}/values.yaml | 0 11 files changed, 55 insertions(+), 43 deletions(-) delete mode 100644 stable/tasmocompiler/5.1.8/app-changelog.md rename stable/tasmocompiler/{5.1.8 => 5.1.9}/CHANGELOG.md (89%) rename stable/tasmocompiler/{5.1.8 => 5.1.9}/Chart.yaml (98%) rename stable/tasmocompiler/{5.1.8 => 5.1.9}/README.md (100%) create mode 100644 stable/tasmocompiler/5.1.9/app-changelog.md rename stable/tasmocompiler/{5.1.8 => 5.1.9}/app-readme.md (100%) rename stable/tasmocompiler/{5.1.8 => 5.1.9}/charts/common-17.2.21.tgz (100%) rename stable/tasmocompiler/{5.1.8 => 5.1.9}/ix_values.yaml (79%) rename stable/tasmocompiler/{5.1.8 => 5.1.9}/questions.yaml (98%) rename stable/tasmocompiler/{5.1.8 => 5.1.9}/templates/common.yaml (100%) rename stable/tasmocompiler/{5.1.8 => 5.1.9}/values.yaml (100%) diff --git a/stable/tasmocompiler/5.1.8/app-changelog.md b/stable/tasmocompiler/5.1.8/app-changelog.md deleted file mode 100644 index 92f7ee31118..00000000000 --- a/stable/tasmocompiler/5.1.8/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [tasmocompiler-5.1.8](https://github.com/truecharts/charts/compare/tasmocompiler-5.1.7...tasmocompiler-5.1.8) (2024-01-03) - -### Chore - - - -- update container image benzino77/tasmocompiler to latest[@d2df0ef](https://github.com/d2df0ef) by renovate ([#16756](https://github.com/truecharts/charts/issues/16756)) \ No newline at end of file diff --git a/stable/tasmocompiler/5.1.8/CHANGELOG.md b/stable/tasmocompiler/5.1.9/CHANGELOG.md similarity index 89% rename from stable/tasmocompiler/5.1.8/CHANGELOG.md rename to stable/tasmocompiler/5.1.9/CHANGELOG.md index d2ce3c4223d..37148a3aa49 100644 --- a/stable/tasmocompiler/5.1.8/CHANGELOG.md +++ b/stable/tasmocompiler/5.1.9/CHANGELOG.md @@ -7,6 +7,15 @@ title: Changelog +## [tasmocompiler-5.1.9](https://github.com/truecharts/charts/compare/tasmocompiler-5.1.8...tasmocompiler-5.1.9) (2024-01-08) + +### Chore + + + +- update container image benzino77/tasmocompiler to latest[@3d8a61a](https://github.com/3d8a61a) by renovate ([#16922](https://github.com/truecharts/charts/issues/16922)) + + ## [tasmocompiler-5.1.8](https://github.com/truecharts/charts/compare/tasmocompiler-5.1.7...tasmocompiler-5.1.8) (2024-01-03) ### Chore @@ -88,12 +97,3 @@ title: Changelog ## [tasmocompiler-5.0.1](https://github.com/truecharts/charts/compare/tasmocompiler-5.0.0...tasmocompiler-5.0.1) (2023-12-26) ### Chore - -- update helm general non-major by renovate ([#16545](https://github.com/truecharts/charts/issues/16545)) - -## [tasmocompiler-5.0.0](https://github.com/truecharts/charts/compare/tasmocompiler-4.0.11...tasmocompiler-5.0.0) (2023-12-25) - -### Chore - -- update helm chart common to 17.1.0 by renovate ([#16532](https://github.com/truecharts/charts/issues/16532)) - diff --git a/stable/tasmocompiler/5.1.8/Chart.yaml b/stable/tasmocompiler/5.1.9/Chart.yaml similarity index 98% rename from stable/tasmocompiler/5.1.8/Chart.yaml rename to stable/tasmocompiler/5.1.9/Chart.yaml index 4ff96773e6a..f9c6c1f4986 100644 --- a/stable/tasmocompiler/5.1.8/Chart.yaml +++ b/stable/tasmocompiler/5.1.9/Chart.yaml @@ -1,16 +1,16 @@ kubeVersion: ">=1.24.0-0" apiVersion: v2 name: tasmocompiler -version: 5.1.8 +version: 5.1.9 appVersion: latest description: TasmoCompiler is a simple web GUI which allows you to compile fantastic Tasmota firmware with your own settings home: https://truecharts.org/charts/incubator/tasmocompiler icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmocompiler.png deprecated: false sources: - - https://hub.docker.com/r/benzino77/tasmocompiler - https://github.com/benzino77/tasmocompiler - https://github.com/truecharts/charts/tree/master/charts/incubator/tasmocompiler + - https://hub.docker.com/r/benzino77/tasmocompiler maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/tasmocompiler/5.1.8/README.md b/stable/tasmocompiler/5.1.9/README.md similarity index 100% rename from stable/tasmocompiler/5.1.8/README.md rename to stable/tasmocompiler/5.1.9/README.md diff --git a/stable/tasmocompiler/5.1.9/app-changelog.md b/stable/tasmocompiler/5.1.9/app-changelog.md new file mode 100644 index 00000000000..9b45fc4334e --- /dev/null +++ b/stable/tasmocompiler/5.1.9/app-changelog.md @@ -0,0 +1,9 @@ + + +## [tasmocompiler-5.1.9](https://github.com/truecharts/charts/compare/tasmocompiler-5.1.8...tasmocompiler-5.1.9) (2024-01-08) + +### Chore + + + +- update container image benzino77/tasmocompiler to latest[@3d8a61a](https://github.com/3d8a61a) by renovate ([#16922](https://github.com/truecharts/charts/issues/16922)) \ No newline at end of file diff --git a/stable/tasmocompiler/5.1.8/app-readme.md b/stable/tasmocompiler/5.1.9/app-readme.md similarity index 100% rename from stable/tasmocompiler/5.1.8/app-readme.md rename to stable/tasmocompiler/5.1.9/app-readme.md diff --git a/stable/tasmocompiler/5.1.8/charts/common-17.2.21.tgz b/stable/tasmocompiler/5.1.9/charts/common-17.2.21.tgz similarity index 100% rename from stable/tasmocompiler/5.1.8/charts/common-17.2.21.tgz rename to stable/tasmocompiler/5.1.9/charts/common-17.2.21.tgz diff --git a/stable/tasmocompiler/5.1.8/ix_values.yaml b/stable/tasmocompiler/5.1.9/ix_values.yaml similarity index 79% rename from stable/tasmocompiler/5.1.8/ix_values.yaml rename to stable/tasmocompiler/5.1.9/ix_values.yaml index bc8f61ff7a1..2b21efdc91e 100644 --- a/stable/tasmocompiler/5.1.8/ix_values.yaml +++ b/stable/tasmocompiler/5.1.9/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: benzino77/tasmocompiler - tag: latest@sha256:d2df0ef394c2b387e8a9a9dc0282fc448148c07f2341ec21a9100a4967e0aee1 + tag: latest@sha256:3d8a61ac32c454691fe8824fb4cf5a568d114ea644f589e304a6b606a51c69ca pullPolicy: IfNotPresent securityContext: diff --git a/stable/tasmocompiler/5.1.8/questions.yaml b/stable/tasmocompiler/5.1.9/questions.yaml similarity index 98% rename from stable/tasmocompiler/5.1.8/questions.yaml rename to stable/tasmocompiler/5.1.9/questions.yaml index 9c3694d5626..cc0fa788869 100644 --- a/stable/tasmocompiler/5.1.8/questions.yaml +++ b/stable/tasmocompiler/5.1.9/questions.yaml @@ -238,30 +238,42 @@ questions: type: dict additional_attrs: true attrs: - - variable: registry - label: "Registry" + - variable: enabled + label: Enabled schema: - type: string - required: true - default: "https://index.docker.io/v1/" - - variable: username - label: "Username" + type: boolean + default: true + - variable: data + label: Data schema: - type: string - required: true - default: "" - - variable: password - label: "Password" - schema: - type: string - required: true - default: "" - - variable: email - label: "Email" - schema: - type: string - required: true - default: "" + type: dict + additional_attrs: true + attrs: + - variable: registry + label: "Registry" + schema: + type: string + required: true + default: "https://index.docker.io/v1/" + - variable: username + label: "Username" + schema: + type: string + required: true + default: "" + - variable: password + label: "Password" + schema: + type: string + required: true + private: true + default: "" + - variable: email + label: "Email" + schema: + type: string + required: true + default: "" - variable: service group: Networking and Services label: Configure Service(s) diff --git a/stable/tasmocompiler/5.1.8/templates/common.yaml b/stable/tasmocompiler/5.1.9/templates/common.yaml similarity index 100% rename from stable/tasmocompiler/5.1.8/templates/common.yaml rename to stable/tasmocompiler/5.1.9/templates/common.yaml diff --git a/stable/tasmocompiler/5.1.8/values.yaml b/stable/tasmocompiler/5.1.9/values.yaml similarity index 100% rename from stable/tasmocompiler/5.1.8/values.yaml rename to stable/tasmocompiler/5.1.9/values.yaml