Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Philipsen authored and Ronald Philipsen committed Feb 1, 2025
1 parent a4ee2e4 commit a5b8a9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions kubernetes/apps/default/lidarr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ spec:
version: 3.6.1
sourceRef:
kind: HelmRepository
name: bjw-s-charts
name: bjw-s
namespace: flux-system
interval: 15m
maxHistory: 3
install:
remediation:
Expand Down
4 changes: 0 additions & 4 deletions kubernetes/apps/default/radarr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ kind: HelmRelease
metadata:
name: &app radarr
namespace: default

spec:
interval: 30m
chart:
Expand All @@ -17,7 +16,6 @@ spec:
kind: HelmRepository
name: bjw-s
namespace: flux-system

maxHistory: 3
install:
createNamespace: true
Expand Down Expand Up @@ -55,7 +53,6 @@ spec:
image:
repository: ghcr.io/onedr0p/radarr-develop
tag: 5.18.1.9612@sha256:f19b5e8f22e1b807a563d50ebef0b47aca1a2d61cea63599c2c4ca85425a2320

env:
TZ: ${TIMEZONE}
RADARR__APP__INSTANCENAME: Radarr
Expand All @@ -66,7 +63,6 @@ spec:
RADARR__LOG__LEVEL: info
RADARR__SERVER__PORT: &port 80
RADARR__UPDATE__BRANCH: develop

envFrom: *envFrom
securityContext:
privileged: true
Expand Down

0 comments on commit a5b8a9c

Please sign in to comment.