Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
b6fee4ea82
commit
05186c6446
|
@ -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))
|
|
@ -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))
|
||||
|
|
@ -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
|
|
@ -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))
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: benzino77/tasmocompiler
|
||||
tag: latest@sha256:d2df0ef394c2b387e8a9a9dc0282fc448148c07f2341ec21a9100a4967e0aee1
|
||||
tag: latest@sha256:3d8a61ac32c454691fe8824fb4cf5a568d114ea644f589e304a6b606a51c69ca
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
|
@ -234,6 +234,17 @@ questions:
|
|||
items:
|
||||
- variable: pullsecretentry
|
||||
label: "Pull Secret"
|
||||
schema:
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: enabled
|
||||
label: Enabled
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
- variable: data
|
||||
label: Data
|
||||
schema:
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
|
@ -255,6 +266,7 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
required: true
|
||||
private: true
|
||||
default: ""
|
||||
- variable: email
|
||||
label: "Email"
|
Loading…
Reference in New Issue