Skip to content

Commit

Permalink
Bump kyoo chart version to 0.1.4 and update common dependency to v0.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
qjoly committed Dec 15, 2024
1 parent 1a2c98a commit ff6d2ec
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 17 deletions.
16 changes: 8 additions & 8 deletions charts/kyoo/Chart.lock
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
14 changes: 7 additions & 7 deletions charts/kyoo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
8 changes: 6 additions & 2 deletions charts/kyoo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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"
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit ff6d2ec

Please sign in to comment.