From ff6d2ec716c7228295dcf5ef2128366501dc463e Mon Sep 17 00:00:00 2001 From: Quentin Joly Date: Sun, 15 Dec 2024 18:12:12 +0100 Subject: [PATCH] Bump kyoo chart version to 0.1.4 and update common dependency to v0.3.11 --- charts/kyoo/Chart.lock | 16 ++++++++-------- charts/kyoo/Chart.yaml | 14 +++++++------- charts/kyoo/values.yaml | 8 ++++++-- 3 files changed, 21 insertions(+), 17 deletions(-) diff --git a/charts/kyoo/Chart.lock b/charts/kyoo/Chart.lock index dbbdbeb7..2a46fadf 100644 --- a/charts/kyoo/Chart.lock +++ b/charts/kyoo/Chart.lock @@ -1,22 +1,22 @@ dependencies: - name: common repository: https://rubxkube.github.io/common-charts - version: v0.3.10 + version: v0.3.11 - name: common repository: https://rubxkube.github.io/common-charts - version: v0.3.10 + version: v0.3.11 - name: common repository: https://rubxkube.github.io/common-charts - version: v0.3.10 + version: v0.3.11 - name: common repository: https://rubxkube.github.io/common-charts - version: v0.3.10 + version: v0.3.11 - name: common repository: https://rubxkube.github.io/common-charts - version: v0.3.10 + version: v0.3.11 - name: common repository: https://rubxkube.github.io/common-charts - version: v0.3.10 + version: v0.3.11 - name: meilisearch repository: https://meilisearch.github.io/meilisearch-kubernetes version: 0.10.2 @@ -26,5 +26,5 @@ dependencies: - name: rabbitmq repository: https://charts.bitnami.com/bitnami version: 15.1.0 -digest: sha256:b7c559a1108b106279b252423edffe581881b6e4b243c37011adcf4f5195a6a3 -generated: "2024-12-15T17:42:53.452675+01:00" +digest: sha256:9a741bf890e500fb8c131572b90c54fdaeea5ff9abffba9d9bf53bd23d1b4d15 +generated: "2024-12-15T18:10:29.992528+01:00" diff --git a/charts/kyoo/Chart.yaml b/charts/kyoo/Chart.yaml index 1d0714b9..91b42b16 100644 --- a/charts/kyoo/Chart.yaml +++ b/charts/kyoo/Chart.yaml @@ -3,7 +3,7 @@ apiVersion: v2 type: application name: kyoo description: Kyoo is a media manager and transcoder for your media files. -version: 0.1.3 +version: 0.1.4 appVersion: "4.7.0" icon: https://github.com/zoriya/Kyoo/blob/master/icons/icon-256x256.png?raw=true # Maintainer of the Chart @@ -21,32 +21,32 @@ sources: dependencies: - name: common repository: https://rubxkube.github.io/common-charts - version: v0.3.10 + version: v0.3.11 alias: front condition: front.enabled - name: common repository: https://rubxkube.github.io/common-charts - version: v0.3.10 + version: v0.3.11 alias: back condition: back.enabled - name: common repository: https://rubxkube.github.io/common-charts - version: v0.3.10 + version: v0.3.11 alias: transcoder condition: transcoder.enabled - name: common repository: https://rubxkube.github.io/common-charts - version: v0.3.10 + version: v0.3.11 alias: scanner condition: scanner.enabled - name: common repository: https://rubxkube.github.io/common-charts - version: v0.3.10 + version: v0.3.11 alias: autosync condition: autosync.enabled - name: common repository: https://rubxkube.github.io/common-charts - version: v0.3.10 + version: v0.3.11 alias: matcher condition: matcher.enabled - condition: meilisearch.enabled diff --git a/charts/kyoo/values.yaml b/charts/kyoo/values.yaml index cc3bd301..6950fc68 100644 --- a/charts/kyoo/values.yaml +++ b/charts/kyoo/values.yaml @@ -281,8 +281,8 @@ matcher: # Match back service name (see .back.name) KYOO_URL: "http://back:5000" secret: - data: - THEMOVIEDB_APIKEY: your-tmdb-api + data: {} + # THEMOVIEDB_APIKEY: your-tmdb-api #TVDB_APIKEY: your-tvdb-api #TVDB_PIN: existingSecret: @@ -296,6 +296,9 @@ matcher: - name: "kyoo-secrets" key: "kyoo-apikeys" envName: "KYOO_APIKEYS" + - name: "kyoo-secrets" + key: "tmdb-api" + envName: "THEMOVIEDB_APIKEY" # If you need to add extra secrets, you can do it like this extraExistingSecrets: # - name: "kyoo-secrets" @@ -343,6 +346,7 @@ secrets: data: # Should match .back.variables.secret.existingSecret[0].envName kyoo-apikeys: "your_api_keys" + tmdb-api: "your_tmdb_api" # Since PostgreSQL already has a secret, we don't need to create a new one # However, you can create a new one here if you want to use it in the postgresql chart postgres: