Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(container): update kyoo group ( 4.7.0 → 4.7.1 ) (patch) #3475

Merged
merged 1 commit into from
Jan 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions kubernetes/main/apps/media/kyoo/app-template/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@ spec:
name: *secret
image:
repository: ghcr.io/zoriya/kyoo_migrations
tag: 4.7.0@sha256:564c05b0c166c8f20ad52382dc1adf64170274183a154dcefc9ff613c4424a18
tag: 4.7.1@sha256:f7e607f240714bd116699e614c1d4c6d6549aca211fe6ffb3d51ad7f070f52b2
containers:
app:
image:
repository: ghcr.io/zoriya/kyoo_back
tag: 4.7.0@sha256:2a04796840d0d448973ac22046f2b43c70c8667dd2c7c7124332d5dd23d6ffe5
tag: 4.7.1@sha256:416e980f76a6a33609d79f738d8f0280c4337a0ca93fdcc54b5aba001bf2dc57
env:
TRANSCODER_URL: http://kyoo-transcoder:7666
envFrom:
Expand All @@ -128,7 +128,7 @@ spec:
app:
image:
repository: ghcr.io/zoriya/kyoo_front
tag: 4.7.0@sha256:4907a5208e2a7cf357c7d40164b90ebc22d956db87b77f179bc91bbcf28aae55
tag: 4.7.1@sha256:d7f76c9c65d930b156aa1f828d8439a2bbb3e34e5d43c720b7a96bbb3e33c641
envFrom: *envFrom
resources:
requests:
Expand All @@ -146,7 +146,7 @@ spec:
app:
image:
repository: &scannerimage ghcr.io/zoriya/kyoo_scanner
tag: &scannertag 4.7.0@sha256:38daf3226b3884a2fb91e597f4061556b897a54bb418cf0b0519c426bcdb66b1
tag: &scannertag 4.7.1@sha256:7dc0ee57b628550cc1c98d359d31e1fb225b9f8ad58ff1fe82070602647db6b1
envFrom: *envFrom
resources:
requests:
Expand Down Expand Up @@ -183,7 +183,7 @@ spec:
app:
image:
repository: ghcr.io/zoriya/kyoo_autosync
tag: 4.7.0@sha256:eca5415548a41181a59251b42c5ad8daa2b7a4f847d8c0f780b25a8da75a102f
tag: 4.7.1@sha256:fbba58ddb1a60466c641b5d3673299a4bb0e60d90ed2162eca551d3fcbd62c4b
envFrom: *envFrom
resources:
requests:
Expand All @@ -200,7 +200,7 @@ spec:
app:
image:
repository: ghcr.io/zoriya/kyoo_transcoder
tag: 4.7.0@sha256:30c5ae13dc7b9934e5eb45c345eaf16db750861c6ef7d8b92afed83e6298c524
tag: 4.7.1@sha256:2dadea51a91e93bf7bf858a4dcfe9a253dd11fc316bc4c032381861b3ac4fb5c
envFrom: *envFrom
resources:
requests:
Expand Down
Loading