Skip to content

Commit

Permalink
Merge branch 'main' of github.com:geek-cookbook/elf-charts
Browse files Browse the repository at this point in the history
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
  • Loading branch information
funkypenguin committed Jan 30, 2024
2 parents 826ca32 + c9651c6 commit 8aa8a99
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
2 changes: 1 addition & 1 deletion charts/other/myprecious/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.2856-pre-05
version: 1.0.2858-pre-01

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
23 changes: 14 additions & 9 deletions charts/other/myprecious/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4451,7 +4451,7 @@ plex: &plex
image:
registry: ghcr.io
repository: geek-cookbook/plex
tag: 1.32.8.7639-fb6452ebf@sha256:499434258ef59db03be2c8b46abc1720c2fa827284cf6f40c7feea48d991a19a
tag: 1.32.8.7639-fb6452ebf@sha256:2a8ada863f53a2ff85420bec88422032dc0cd75da09d699f0ff7fd8b48cd99a1
persistence:
<<: *appmounts
config:
Expand Down Expand Up @@ -8241,15 +8241,20 @@ rdtclient:
podLabels:
app.elfhosted.com/class: debrid
image:
repository: ghcr.io/geek-cookbook/rdtclient-laster13
tag: rolling@sha256:f777bfef3658775a55d015652172b1b95b985d1f4fae967559df11d56531a681
repository: laster13/rdtclient
tag: amd64
# repository: ghcr.io/geek-cookbook/rdtclient-laster13
# tag: rolling@sha256:f777bfef3658775a55d015652172b1b95b985d1f4fae967559df11d56531a681
env:
PUID: 568
PGID: 568
controller:
annotations:
configmap.reloader.stakater.com/reload: "elfbot-all,storage-changed,elfbot-rdtclient"
securityContext:
seccompProfile:
type: RuntimeDefault
readOnlyRootFilesystem: true
readOnlyRootFilesystem: false # until we can fix it
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand Down Expand Up @@ -8284,10 +8289,10 @@ rdtclient:
podSecurityContext:
seccompProfile:
type: RuntimeDefault
runAsUser: 568
runAsGroup: 568
# runAsUser: 568
# runAsGroup: 568
fsGroup: 568
fsGroupChangePolicy: "Always" # Fix me later
fsGroupChangePolicy: "OnRootMismatch"
automountServiceAccountToken: false
persistence:
<<: *appmounts
Expand Down Expand Up @@ -9124,7 +9129,7 @@ iceberg:
enabled: false
image:
repository: ghcr.io/geek-cookbook/iceberg
tag: rolling@sha256:786890e8bf0dcde508f0d8e9d464a77d9786d517677539107a72462e86cecae6
tag: rolling@sha256:7cee929202520b3d21286e18ff6968f5fefae8d6ebb1f1fadb3d7878fcfccc82
priorityClassName: tenant-normal
controller:
annotations:
Expand Down Expand Up @@ -9185,7 +9190,7 @@ iceberg:
bootstrap: *bootstrap
additionalContainers:
frontend:
image: ghcr.io/geek-cookbook/iceberg:rolling@sha256:786890e8bf0dcde508f0d8e9d464a77d9786d517677539107a72462e86cecae6
image: ghcr.io/geek-cookbook/iceberg:rolling@sha256:7cee929202520b3d21286e18ff6968f5fefae8d6ebb1f1fadb3d7878fcfccc82
command:
- node
- /iceberg/frontend/build
Expand Down

0 comments on commit 8aa8a99

Please sign in to comment.