From ec3d5d0c9dfd6b59453de1f3833d8f88e4447090 Mon Sep 17 00:00:00 2001 From: TheIceCreamTroll <33820904+TheIceCreamTroll@users.noreply.github.com> Date: Sat, 2 Dec 2023 08:20:14 -0500 Subject: [PATCH] update to new kavita image repo (#15350) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Kavita's images have been moved from `kizaing/kavita` to `jvmilazz0/kavita`. This PR updates the repository and tag to the most recent. **โš™๏ธ Type of change** - [ ] โš™๏ธ Feature/App addition - [ ] ๐Ÿช› Bugfix - [ ] โš ๏ธ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [X] ๐Ÿ”ƒ Refactor of current code **โœ”๏ธ Checklist:** - [X] โš–๏ธ My code follows the style guidelines of this project - [ ] ๐Ÿ‘€ I have performed a self-review of my own code - [ ] #๏ธโƒฃ I have commented my code, particularly in hard-to-understand areas - [ ] ๐Ÿ“„ I have made corresponding changes to the documentation - [ ] โš ๏ธ My changes generate no new warnings - [ ] ๐Ÿงช I have added tests to this description that prove my fix is effective or that my feature works - [x] โฌ†๏ธ I increased versions for any altered app according to semantic versioning Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- charts/stable/kavita/Chart.yaml | 4 ++-- charts/stable/kavita/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/stable/kavita/Chart.yaml b/charts/stable/kavita/Chart.yaml index 5de15416242..eb38cca4ab7 100644 --- a/charts/stable/kavita/Chart.yaml +++ b/charts/stable/kavita/Chart.yaml @@ -1,8 +1,8 @@ kubeVersion: '>=1.24.0' apiVersion: v2 name: kavita -version: 6.0.10 -appVersion: 0.7.8 +version: 6.0.11 +appVersion: 0.7.10 description: Kavita is a rocket fueled self-hosted digital library which supports a vast array of file formats home: https://truecharts.org/charts/stable/kavita diff --git a/charts/stable/kavita/values.yaml b/charts/stable/kavita/values.yaml index 72514037bd9..a9145d2a0c6 100644 --- a/charts/stable/kavita/values.yaml +++ b/charts/stable/kavita/values.yaml @@ -1,7 +1,7 @@ image: - repository: kizaing/kavita + repository: jvmilazz0/kavita pullPolicy: IfNotPresent - tag: 0.7.8@sha256:48b3c2c07f90feb4641ddb791f96a1bf6e70a2b27da8c8b2ca0cc2c627b91d72 + tag: 0.7.10@sha256:73c42f14a2a70f3110f8d38e1b975797e0cb2b529ebb4d336a14fdf44e8930ef securityContext: container: readOnlyRootFilesystem: false