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 ghcr.io/onedr0p/prowlarr-nightly ( 1.21.0.4610 β†’ 1.21.0.4614 ) #2527

Merged
merged 1 commit into from
Jul 12, 2024
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/app-template-3.0.1/charts/other/app-template/schemas/helmrelease-helm-v2beta2.schema.json

Check failure on line 2 in kubernetes/darkstar/apps/downloads/prowlarr/app/helm-release.yaml

View workflow job for this annotation

GitHub Actions / MegaLinter

2:81 [line-length] line too long (173 > 80 characters)
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
Expand Down Expand Up @@ -33,7 +33,7 @@
app:
image:
repository: ghcr.io/onedr0p/prowlarr-nightly
tag: 1.21.0.4610@sha256:4f284a8cc6d89fd8b089620ab6e68fb55b54e4d496646787e17c371cacafd2d9
tag: 1.21.0.4614@sha256:69c73af75616819ef483860ccc39d68de3be9dc08dc2e712bdeeca037664791d

Check failure on line 36 in kubernetes/darkstar/apps/downloads/prowlarr/app/helm-release.yaml

View workflow job for this annotation

GitHub Actions / MegaLinter

36:81 [line-length] line too long (102 > 80 characters)
env:
PROWLARR__API_KEY: ${PROWLARR_API_KEY}
PROWLARR__INSTANCE_NAME: Prowlarr
Expand Down
Loading