Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
86e4592564
commit
b273ba3091
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [alist-4.0.17](https://github.com/truecharts/charts/compare/alist-4.0.16...alist-4.0.17) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure new helm deps repo is used in latest releases as well.
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [alist-4.0.18](https://github.com/truecharts/charts/compare/alist-4.0.17...alist-4.0.18) (2023-02-14)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/alist to v3.11.0
|
||||
|
||||
|
||||
|
||||
|
||||
## [alist-4.0.17](https://github.com/truecharts/charts/compare/alist-4.0.16...alist-4.0.17) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [alist-4.0.8](https://github.com/truecharts/charts/compare/alist-4.0.7...alist-4.0.8) (2022-12-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [alist-4.0.7](https://github.com/truecharts/charts/compare/alist-4.0.6...alist-4.0.7) (2022-12-19)
|
||||
|
||||
### Chore
|
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: alist
|
||||
version: 4.0.17
|
||||
appVersion: "3.10.1"
|
||||
version: 4.0.18
|
||||
appVersion: "3.11.0"
|
||||
description: Alist program that supports multiple storage, powered by Gin and React
|
||||
type: application
|
||||
deprecated: false
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [alist-4.0.18](https://github.com/truecharts/charts/compare/alist-4.0.17...alist-4.0.18) (2023-02-14)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/alist to v3.11.0
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/alist
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 3.10.1@sha256:579d76d45a4e3110898fe558122360f1cdb178434a46eb22699d8fd88ae28ae1
|
||||
tag: 3.11.0@sha256:313d6d163348f4099b43947f9dceff648036741c37a1a77c2cf00d2e6d4b4087
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
Loading…
Reference in New Issue