Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
f976820176
commit
57714d6596
|
@ -1,4 +0,0 @@
|
|||
|
||||
|
||||
## [qdirstat-5.0.10](https://github.com/truecharts/charts/compare/qdirstat-5.0.9...qdirstat-5.0.10) (2023-11-17)
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [qdirstat-5.0.11](https://github.com/truecharts/charts/compare/qdirstat-5.0.10...qdirstat-5.0.11) (2023-11-20)
|
||||
|
||||
### Fix
|
||||
|
||||
- update container image jlesage/qdirstat to v23.11.2 ([#15158](https://github.com/truecharts/charts/issues/15158))
|
||||
|
||||
|
||||
|
||||
|
||||
## [qdirstat-5.0.10](https://github.com/truecharts/charts/compare/qdirstat-5.0.9...qdirstat-5.0.10) (2023-11-17)
|
||||
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
|
||||
## [qdirstat-4.0.18](https://github.com/truecharts/charts/compare/qdirstat-4.0.17...qdirstat-4.0.18) (2023-07-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955))
|
||||
|
||||
|
||||
|
||||
|
||||
## [qdirstat-4.0.17](https://github.com/truecharts/charts/compare/qdirstat-4.0.16...qdirstat-4.0.17) (2023-07-01)
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "23.11.1"
|
||||
appVersion: 3.11.2
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -21,7 +21,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/qdirstat
|
||||
- https://github.com/jlesage/docker-qdirstat
|
||||
type: application
|
||||
version: 5.0.10
|
||||
version: 5.0.11
|
||||
annotations:
|
||||
truecharts.org/category: media
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [qdirstat-5.0.11](https://github.com/truecharts/charts/compare/qdirstat-5.0.10...qdirstat-5.0.11) (2023-11-20)
|
||||
|
||||
### Fix
|
||||
|
||||
- update container image jlesage/qdirstat to v23.11.2 ([#15158](https://github.com/truecharts/charts/issues/15158))
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: jlesage/qdirstat
|
||||
tag: v23.11.1@sha256:7298a5b70f3a03fd3ab1a382d5a5e720fcc040507b96fdb5fdd880323cade942
|
||||
tag: v23.11.2@sha256:8aba2823aa59ff777b350e0980a964bc6a8f3b926d62b6e9eb45e7b9d6ef9776
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
Loading…
Reference in New Issue