Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
6af8abdcec
commit
73bce14ba1
|
@ -1,10 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [tasmoadmin-4.0.12](https://github.com/truecharts/charts/compare/tasmoadmin-4.0.11...tasmoadmin-4.0.12) (2023-12-03)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- bump everything to ensure catalog has latest versions
|
|
||||||
- move new-common incubator stuff to stable ([#15646](https://github.com/truecharts/charts/issues/15646))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [tasmoadmin-4.0.13](https://github.com/truecharts/charts/compare/tasmoadmin-4.0.12...tasmoadmin-4.0.13) (2023-12-04)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/tasmoadmin to v3.0.8[@b669fa9](https://github.com/b669fa9) ([#15693](https://github.com/truecharts/charts/issues/15693))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [tasmoadmin-4.0.12](https://github.com/truecharts/charts/compare/tasmoadmin-4.0.11...tasmoadmin-4.0.12) (2023-12-03)
|
## [tasmoadmin-4.0.12](https://github.com/truecharts/charts/compare/tasmoadmin-4.0.11...tasmoadmin-4.0.12) (2023-12-03)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
|
@ -1,8 +1,8 @@
|
||||||
kubeVersion: ">=1.24.0"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: tasmoadmin
|
name: tasmoadmin
|
||||||
version: 4.0.12
|
version: 4.0.13
|
||||||
appVersion: 3.0.5
|
appVersion: 3.0.8
|
||||||
description: A administrative platform for devices flashed with Tasmota.
|
description: A administrative platform for devices flashed with Tasmota.
|
||||||
home: https://truecharts.org/charts/incubator/tasmoadmin
|
home: https://truecharts.org/charts/incubator/tasmoadmin
|
||||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmoadmin.png
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmoadmin.png
|
|
@ -5,7 +5,7 @@
|
||||||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||||
However only installations using the TrueNAS SCALE Apps system are supported.
|
However only installations using the TrueNAS SCALE Apps system are supported.
|
||||||
|
|
||||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/)
|
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/)
|
||||||
|
|
||||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [tasmoadmin-4.0.13](https://github.com/truecharts/charts/compare/tasmoadmin-4.0.12...tasmoadmin-4.0.13) (2023-12-04)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/tasmoadmin to v3.0.8[@b669fa9](https://github.com/b669fa9) ([#15693](https://github.com/truecharts/charts/issues/15693))
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: tccr.io/truecharts/tasmoadmin
|
repository: tccr.io/truecharts/tasmoadmin
|
||||||
tag: v3.0.5@sha256:7fb29077382634fbe08ba81725cb72d06e8c4be5a3b5293d347abac1f07271c0
|
tag: v3.0.8@sha256:b669fa9293bda148c04dec6cf802bda1ddcb0b20d037532617f17ca2f9b5dbdd
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
container:
|
container:
|
Loading…
Reference in New Issue