From bd24f4b3533c85c05cdd3ae00de8ff4d52816afe Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 7 Oct 2023 19:04:34 +0200 Subject: [PATCH] chore(deps): update container image tccr.io/truecharts/kavita to v0.7.8 (#9524) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tccr.io/truecharts/kavita](https://togithub.com/truecharts/containers) | patch | `v0.7.2` -> `v0.7.8` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --------- Signed-off-by: TrueCharts-Bot Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros kois Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- charts/stable/kavita/Chart.yaml | 6 +++--- charts/stable/kavita/values.yaml | 20 +++++++++++++------- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/charts/stable/kavita/Chart.yaml b/charts/stable/kavita/Chart.yaml index 0e131991a60..dde1804daf2 100644 --- a/charts/stable/kavita/Chart.yaml +++ b/charts/stable/kavita/Chart.yaml @@ -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 diff --git a/charts/stable/kavita/values.yaml b/charts/stable/kavita/values.yaml index c6367b8d4af..3f14c4eaafb 100644 --- a/charts/stable/kavita/values.yaml +++ b/charts/stable/kavita/values.yaml @@ -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