This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jackett](https://truecharts.org/charts/stable/jackett) ([source](https://ghcr.io/elfhosted/jackett)) | patch | `23.3.57` -> `23.3.58` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
69 lines
1.5 KiB
YAML
69 lines
1.5 KiB
YAML
---
|
|
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/helm.toolkit.fluxcd.io/helmrelease_v2.json
|
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: jackett
|
|
namespace: jackett
|
|
spec:
|
|
interval: 10m
|
|
chart:
|
|
spec:
|
|
chart: jackett
|
|
version: 23.3.58
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: truecharts
|
|
namespace: flux-system
|
|
interval: 15m
|
|
timeout: 20m
|
|
maxHistory: 3
|
|
install:
|
|
createNamespace: true
|
|
remediation:
|
|
retries: 3
|
|
upgrade:
|
|
cleanupOnFail: true
|
|
remediation:
|
|
retries: 3
|
|
uninstall:
|
|
keepHistory: false
|
|
values:
|
|
credentials:
|
|
s3:
|
|
type: s3
|
|
url: "${S3URL}"
|
|
bucket: "${S3PREFIX_TC}-jackett"
|
|
accessKey: "${S3ID_TC}"
|
|
secretKey: "${S3KEY_TC}"
|
|
encrKey: "${S3KEY_TC}"
|
|
|
|
persistence:
|
|
config:
|
|
volsync:
|
|
- name: s3
|
|
type: restic
|
|
credentials: s3
|
|
dest:
|
|
enabled: true
|
|
cacheCapacity: 10Gi
|
|
src:
|
|
enabled: true
|
|
cacheCapacity: 10Gi
|
|
|
|
ingress:
|
|
main:
|
|
enabled: true
|
|
ingressClassName: internal
|
|
integrations:
|
|
traefik:
|
|
enabled: false
|
|
certManager:
|
|
enabled: true
|
|
certificateIssuer: le-prod
|
|
hosts:
|
|
- host: jackett.${DOMAIN_1}
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|