Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
cac235008e
commit
4cf7a46b3f
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [dashdot-5.0.1](https://github.com/truecharts/charts/compare/dashdot-5.0.0...dashdot-5.0.1) (2023-08-26)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/dashdot to v5.2.3 ([#11913](https://github.com/truecharts/charts/issues/11913))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [dashdot-5.0.0](https://github.com/truecharts/charts/compare/dashdot-4.0.26...dashdot-5.0.0) (2023-07-31)
|
## [dashdot-5.0.0](https://github.com/truecharts/charts/compare/dashdot-4.0.26...dashdot-5.0.0) (2023-07-31)
|
||||||
|
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
## [dashdot-4.0.18](https://github.com/truecharts/charts/compare/dashdot-4.0.17...dashdot-4.0.18) (2023-05-26)
|
## [dashdot-4.0.18](https://github.com/truecharts/charts/compare/dashdot-4.0.17...dashdot-4.0.18) (2023-05-26)
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#9156](https://github.com/truecharts/charts/issues/9156))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [dashdot-4.0.17](https://github.com/truecharts/charts/compare/dashdot-4.0.16...dashdot-4.0.17) (2023-05-24)
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "5.2.1"
|
appVersion: "5.2.3"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
|
@ -19,7 +19,7 @@ name: dashdot
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/dashdot
|
- https://github.com/truecharts/charts/tree/master/charts/stable/dashdot
|
||||||
- https://github.com/MauriceNino/dashdot
|
- https://github.com/MauriceNino/dashdot
|
||||||
version: 5.0.0
|
version: 5.0.1
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [dashdot-5.0.1](https://github.com/truecharts/charts/compare/dashdot-5.0.0...dashdot-5.0.1) (2023-08-26)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/dashdot to v5.2.3 ([#11913](https://github.com/truecharts/charts/issues/11913))
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/dashdot
|
repository: tccr.io/truecharts/dashdot
|
||||||
tag: v5.2.1@sha256:6d5fd05e4bad6d97bf5d0840d3cf4a9bbad81647b2cc7d5a77f36c81a4236470
|
tag: v5.2.3@sha256:fca025f425415a246400fd937bf0bf7a5912f76df8130d615a95ea8aa6e16b41
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
Loading…
Reference in New Issue