Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
8db9caec4b
commit
077d22bb46
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [alist-4.0.15](https://github.com/truecharts/charts/compare/alist-4.0.14...alist-4.0.15) (2023-01-30)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/alist to v3.9.2
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [alist-4.0.16](https://github.com/truecharts/charts/compare/alist-4.0.15...alist-4.0.16) (2023-02-06)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/alist to v3.10.1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [alist-4.0.15](https://github.com/truecharts/charts/compare/alist-4.0.14...alist-4.0.15) (2023-01-30)
|
## [alist-4.0.15](https://github.com/truecharts/charts/compare/alist-4.0.14...alist-4.0.15) (2023-01-30)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
## [alist-4.0.6](https://github.com/truecharts/charts/compare/alist-4.0.5...alist-4.0.6) (2022-12-13)
|
## [alist-4.0.6](https://github.com/truecharts/charts/compare/alist-4.0.5...alist-4.0.6) (2022-12-13)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
|
||||||
- update helm general non-major
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [alist-4.0.5](https://github.com/truecharts/charts/compare/alist-4.0.4...alist-4.0.5) (2022-12-06)
|
|
||||||
|
|
||||||
### 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.15
|
version: 4.0.16
|
||||||
appVersion: "3.9.2"
|
appVersion: "3.10.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
|
||||||
|
@ -17,6 +17,7 @@ keywords:
|
||||||
- baiduyun
|
- baiduyun
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/alist
|
- https://github.com/truecharts/charts/tree/master/charts/stable/alist
|
||||||
|
- https://hub.docker.com/xhofe/alist
|
||||||
- https://github.com/Xhofe/alist
|
- https://github.com/Xhofe/alist
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [alist-4.0.16](https://github.com/truecharts/charts/compare/alist-4.0.15...alist-4.0.16) (2023-02-06)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/alist to v3.10.1
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/alist
|
repository: tccr.io/truecharts/alist
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 3.9.2@sha256:6db08c080580253262b5ce507d329065a23b5c04afd18d488957597fe32ae690
|
tag: 3.10.1@sha256:579d76d45a4e3110898fe558122360f1cdb178434a46eb22699d8fd88ae28ae1
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: false
|
readOnlyRootFilesystem: false
|
Loading…
Reference in New Issue