Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
ac5862cc1d
commit
4f6cf49ef5
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [alist-6.0.1](https://github.com/truecharts/charts/compare/alist-6.0.0...alist-6.0.1) (2023-08-12)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/alist to v3.25.1 ([#11489](https://github.com/truecharts/charts/issues/11489))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [alist-6.0.0](https://github.com/truecharts/charts/compare/alist-5.0.31...alist-6.0.0) (2023-07-31)
|
## [alist-6.0.0](https://github.com/truecharts/charts/compare/alist-5.0.31...alist-6.0.0) (2023-07-31)
|
||||||
|
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
- update helm general non-major ([#9457](https://github.com/truecharts/charts/issues/9457))
|
- update helm general non-major ([#9457](https://github.com/truecharts/charts/issues/9457))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [alist-5.0.22](https://github.com/truecharts/charts/compare/alist-5.0.21...alist-5.0.22) (2023-06-07)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#9423](https://github.com/truecharts/charts/issues/9423))
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: alist
|
name: alist
|
||||||
version: 6.0.0
|
version: 6.0.1
|
||||||
appVersion: "3.24.0"
|
appVersion: "3.25.1"
|
||||||
description: Alist program that supports multiple storage, powered by Gin and React
|
description: Alist program that supports multiple storage, powered by Gin and React
|
||||||
type: application
|
type: application
|
||||||
deprecated: false
|
deprecated: false
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [alist-6.0.1](https://github.com/truecharts/charts/compare/alist-6.0.0...alist-6.0.1) (2023-08-12)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/alist to v3.25.1 ([#11489](https://github.com/truecharts/charts/issues/11489))
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/alist
|
repository: tccr.io/truecharts/alist
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: v3.24.0@sha256:c16a8a5f972fe1fa79fb4bb507150746732020bc155908b02466497e13366133
|
tag: v3.25.1@sha256:f2e1413c66938dff2bba07c6ce4b2e1379b679cc45163ee3439a62455fff4335
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
container:
|
container:
|
Loading…
Reference in New Issue