Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
Binary file not shown.
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [kavita-6.0.1](https://github.com/truecharts/charts/compare/kavita-6.0.0...kavita-6.0.1) (2023-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/kavita to v0.7.8 ([#9524](https://github.com/truecharts/charts/issues/9524))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [kavita-6.0.0](https://github.com/truecharts/charts/compare/kavita-5.0.26...kavita-6.0.0) (2023-07-31)
|
||||
|
||||
@@ -88,12 +97,3 @@
|
||||
|
||||
## [kavita-5.0.18](https://github.com/truecharts/charts/compare/kavita-5.0.17...kavita-5.0.18) (2023-05-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9156](https://github.com/truecharts/charts/issues/9156))
|
||||
|
||||
|
||||
|
||||
|
||||
## [kavita-5.0.17](https://github.com/truecharts/charts/compare/kavita-5.0.16...kavita-5.0.17) (2023-05-24)
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: kavita
|
||||
version: 6.0.0
|
||||
appVersion: "0.7.2"
|
||||
version: 6.0.1
|
||||
appVersion: "0.7.8"
|
||||
description: Kavita is a rocket fueled self-hosted digital library which supports a vast array of file formats
|
||||
type: application
|
||||
deprecated: false
|
||||
@@ -19,7 +19,7 @@ sources:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 14.0.1
|
||||
version: 14.0.6
|
||||
# condition:
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
9
stable/kavita/6.0.1/app-changelog.md
Normal file
9
stable/kavita/6.0.1/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [kavita-6.0.1](https://github.com/truecharts/charts/compare/kavita-6.0.0...kavita-6.0.1) (2023-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/kavita to v0.7.8 ([#9524](https://github.com/truecharts/charts/issues/9524))
|
||||
|
||||
|
||||
BIN
stable/kavita/6.0.1/charts/common-14.0.6.tgz
Normal file
BIN
stable/kavita/6.0.1/charts/common-14.0.6.tgz
Normal file
Binary file not shown.
@@ -1,13 +1,22 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/kavita
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.7.2@sha256:f179e4b32af7fce6d51276bc7077118156d8e5652d04b95eca7ae388a8206680
|
||||
tag: v0.7.8@sha256:5f679aaab6f65a5b01e7fc9b773eab6b0bc13c8d0e576c6bee38d6acf39050fb
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
targetPort: 5000
|
||||
port: 10189
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
@@ -15,12 +24,9 @@ persistence:
|
||||
manga:
|
||||
enabled: true
|
||||
mountPath: "/manga"
|
||||
tmp:
|
||||
enabled: false
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
Reference in New Issue
Block a user