Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
86c72e1730
commit
c6475dd6b7
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [alist-4.0.20](https://github.com/truecharts/charts/compare/alist-4.0.19...alist-4.0.20) (2023-02-25)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/alist to v3.12.1
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [alist-4.0.21](https://github.com/truecharts/charts/compare/alist-4.0.20...alist-4.0.21) (2023-02-25)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/alist to v3.12.2
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [alist-4.0.20](https://github.com/truecharts/charts/compare/alist-4.0.19...alist-4.0.20) (2023-02-25)
|
## [alist-4.0.20](https://github.com/truecharts/charts/compare/alist-4.0.19...alist-4.0.20) (2023-02-25)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
## [alist-4.0.11](https://github.com/truecharts/charts/compare/alist-4.0.10...alist-4.0.11) (2022-12-31)
|
## [alist-4.0.11](https://github.com/truecharts/charts/compare/alist-4.0.10...alist-4.0.11) (2022-12-31)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/alist to v3.7.2 ([#5901](https://github.com/truecharts/charts/issues/5901))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [alist-4.0.10](https://github.com/truecharts/charts/compare/alist-4.0.9...alist-4.0.10) (2022-12-27)
|
|
||||||
|
|
||||||
### Chore
|
|
|
@ -1,8 +1,8 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: alist
|
name: alist
|
||||||
version: 4.0.20
|
version: 4.0.21
|
||||||
appVersion: "3.12.1"
|
appVersion: "3.12.2"
|
||||||
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-4.0.21](https://github.com/truecharts/charts/compare/alist-4.0.20...alist-4.0.21) (2023-02-25)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/alist to v3.12.2
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/alist
|
repository: tccr.io/truecharts/alist
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 3.12.1@sha256:a70c6a2aae3743bc8647960917427e84001600fe550287a6194f5ffd417807f6
|
tag: 3.12.2@sha256:5e31a45b1291a1efb2c87f635c8efac0bf7698be3fc8db4b5e85b520377328eb
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
readOnlyRootFilesystem: false
|
Loading…
Reference in New Issue