Skip to content

Commit fabd573

Browse files
authored
Revert "chore: migrate to immutable image digests, move to home-operations (#45)"
This reverts commit 1902e4e.
1 parent 84330e6 commit fabd573

File tree

10 files changed

+19
-19
lines changed

10 files changed

+19
-19
lines changed

kubernetes/apps/actions-runner-system/actions-runner-controller/runners/helmrelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ spec:
4646
spec:
4747
containers:
4848
- name: runner
49-
image: ghcr.io/home-operations/actions-runner:2.322.0@sha256:d43550ef9d5655d4380da07cde8d0b67e2c54e8f4e9894a240b8e1bbc83557fa
49+
image: ghcr.io/onedr0p/actions-runner:2.322.0@sha256:9db27092b7caab08b1dc08d5e639a3340f6e0d6ae2f91aaf93e740bd28ad9306
5050
command: ["/home/runner/run.sh"]
5151
env:
5252
- name: ACTIONS_RUNNER_REQUIRE_JOB_CONTAINER

kubernetes/apps/default/home-assistant/app/helmrelease.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ spec:
3535
containers:
3636
app:
3737
image:
38-
repository: ghcr.io/home-operations/home-assistant
39-
tag: rolling@sha256:e3031ef1c4aaf1a6c22eecf3439bfb097dcf15e2519041eeea3d7aa6041b8809
38+
repository: ghcr.io/onedr0p/home-assistant
39+
tag: 2025.3.2@sha256:bc6ac31069eae42f4ff41d2dd0d600aaf8f02b109664cd6aff46709d13eff779
4040
env:
4141
TZ: America/New_York
4242
HASS_HTTP_TRUSTED_PROXY_1: 10.43.0.0/16

kubernetes/apps/media/lidarr/app/helmrelease.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ spec:
5050
containers:
5151
main:
5252
image:
53-
repository: ghcr.io/home-operations/lidarr
54-
tag: rolling@sha256:651c5f4f16bdb51cb5ef383dc43d930a4a9c154a94825f357cc3d590dc763c7c
53+
repository: ghcr.io/onedr0p/lidarr-develop
54+
tag: 2.5.2.4316@sha256:6b1b51ca85dad4f0376b6f86df4cb24d1d6c621ba9d47c1bde26cdb940f2aeb6
5555
env:
5656
TZ: "${TIMEZONE}"
5757
LIDARR__INSTANCE_NAME: Lidarr

kubernetes/apps/media/plex/app/helmrelease.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ spec:
3838
containers:
3939
main:
4040
image:
41-
repository: ghcr.io/home-operations/plex
42-
tag: rolling@sha256:59286dc90c7a0bab47602f6dbbb07ab48f4d919f2a5011932fbc76190654da2c
41+
repository: ghcr.io/onedr0p/plex-beta
42+
tag: 1.41.3.9314-a0bfb8370
4343
env:
4444
TZ: America/New_York
4545
NVIDIA_DRIVER_CAPABILITIES: all

kubernetes/apps/media/prowlarr/app/helmrelease.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ spec:
3939
containers:
4040
main:
4141
image:
42-
repository: ghcr.io/home-operations/prowlarr
43-
tag: rolling@sha256:951fd4f076a117effe552e5f7b7811b5ef75f6019fc64534008356e9b7ab88be
42+
repository: ghcr.io/onedr0p/prowlarr-develop
43+
tag: 1.31.2.4975@sha256:fa776c72b6cdd900f36df88a8c3980ac91da16830157ae19eb1c044e2c09e2a7
4444
env:
4545
# https://github.com/Radarr/Radarr/issues/7030#issuecomment-1039689518
4646
# https://github.com/dotnet/runtime/issues/9336

kubernetes/apps/media/radarr/app/helmrelease.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ spec:
4242
containers:
4343
main:
4444
image:
45-
repository: ghcr.io/home-operations/radarr
46-
tag: rolling@sha256:ae48a7e3060a849dbe266084cad892b324155359242dcaaeddb6ba11ea70f3e1
45+
repository: ghcr.io/onedr0p/radarr
46+
tag: 5.19.3.9730@sha256:7218cd42b646bb773a2c683b95860c51103c3ca7e0b9171b4bc549b95ddc6896
4747
env:
4848
# https://github.com/Radarr/Radarr/issues/7030#issuecomment-1039689518
4949
# https://github.com/dotnet/runtime/issues/9336

kubernetes/apps/media/sabnzbd/app/helmrelease.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ spec:
3636
containers:
3737
main:
3838
image:
39-
repository: ghcr.io/home-operations/sabnzbd
40-
tag: rolling@sha256:b26d5abc3e2572e35f251abf2d8ec6ee657599e5f69238c39bd41847a4d0016e
39+
repository: ghcr.io/onedr0p/sabnzbd
40+
tag: 4.4.1@sha256:b7380cd5a93a0a232c5ce25803531b1575453953e99de4e6b8a1398e73442e5b
4141
env:
4242
TZ: America/New_York
4343
SABNZBD__PORT: &port 80

kubernetes/apps/media/sonarr/app/helmrelease.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ spec:
4242
containers:
4343
main:
4444
image:
45-
repository: ghcr.io/home-operations/sonarr
46-
tag: rolling@sha256:dbd17368d7c24511d5e3a0dacb11d699d52457d5cf3eb48c9b46fc0e3ac6c4eb
45+
repository: ghcr.io/onedr0p/sonarr
46+
tag: 4.0.13.2932@sha256:b2217e5c81155ba002e0497932c2de197b8f5c1ac9c9fff7210e9a6381caab41
4747
env:
4848
# https://github.com/Radarr/Radarr/issues/7030#issuecomment-1039689518
4949
# https://github.com/dotnet/runtime/issues/9336

kubernetes/apps/media/tautulli/app/helmrelease.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ spec:
3636
containers:
3737
main:
3838
image:
39-
repository: ghcr.io/home-operations/tautulli
40-
tag: rolling@sha256:eb003c796104556ae3ac5e84892641801688c1b0ec7a25eec6a8aba9a0d60c95
39+
repository: ghcr.io/onedr0p/tautulli
40+
tag: 2.15.1@sha256:2d5a1bce27a8e29e287aec1735001e68fc23dea08806c7124587cdbfaf0ddcff
4141
env:
4242
TZ: America/New_York
4343
probes:

kubernetes/apps/storage/volsync/app/helmrelease.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ spec:
3030
manageCRDs: true
3131
image:
3232
# https://github.com/backube/volsync/issues/828
33-
repository: &image ghcr.io/home-operations/volsync
34-
tag: &tag v0.12.0@sha256:95a572c6a9937ac8e7f1e7c82466e6ab4cf5914078ddbef27d11293e4659716f
33+
repository: &image ghcr.io/onedr0p/volsync
34+
tag: &tag 0.12.0
3535
rclone:
3636
repository: *image
3737
tag: *tag

0 commit comments

Comments
 (0)