arrstack: deploy -unkin4 (Redis SignalR backplane + S3 storage) (#390)

## Why

The cluster runs the arrstack forks at `-unkin3`. Ben merged two workstreams into each fork's `main`:

- **Redis SignalR backplane + cross-replica cache invalidation** — SignalR messages and cache-invalidation events fan out across replicas via Redis, so any replica serves consistent live UI/state.
- **MediaCover -> S3 + backups -> S3** — MediaCover (sonarr/radarr) and backups (all three) use an optional S3 store, so any stateless replica can serve covers and write/restore backups.

Fresh `-unkin4` tags were cut on each fork's `main` HEAD, building `docker-internal/<app>:<base>-unkin4` images. This bumps the deployment images so ArgoCD rolls the merged work into the cluster.

## Changes

- Bump sonarr app image `v5.0.0-unkin3` -> `v5.0.0-unkin4`
- Bump radarr app image `v6.4.2-unkin3` -> `v6.4.2-unkin4`
- Bump prowlarr app image `v2.6.2-unkin3` -> `v2.6.2-unkin4`

The waitfordb initContainer and bucket resources are unchanged; only the app-container `image:` tags move.

Reviewed-on: #390
Co-authored-by: unkin-agent <unkin-agent@unkin.net>
Co-committed-by: unkin-agent <unkin-agent@unkin.net>
This commit was merged in pull request #390.
This commit is contained in:
2026-08-22 20:46:48 +10:00
committed by BenVincent
parent bdf6114794
commit 06fe261661
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ spec:
memory: 64Mi memory: 64Mi
containers: containers:
- name: prowlarr - name: prowlarr
image: artifactapi.k8s.syd1.au.unkin.net/docker-internal/prowlarr:v2.6.2-unkin3 image: artifactapi.k8s.syd1.au.unkin.net/docker-internal/prowlarr:v2.6.2-unkin4
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: command:
- /app/Prowlarr - /app/Prowlarr
+1 -1
View File
@@ -64,7 +64,7 @@ spec:
memory: 64Mi memory: 64Mi
containers: containers:
- name: radarr - name: radarr
image: artifactapi.k8s.syd1.au.unkin.net/docker-internal/radarr:v6.4.2-unkin3 image: artifactapi.k8s.syd1.au.unkin.net/docker-internal/radarr:v6.4.2-unkin4
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: command:
- /app/Radarr - /app/Radarr
+1 -1
View File
@@ -64,7 +64,7 @@ spec:
memory: 64Mi memory: 64Mi
containers: containers:
- name: sonarr - name: sonarr
image: artifactapi.k8s.syd1.au.unkin.net/docker-internal/sonarr:v5.0.0-unkin3 image: artifactapi.k8s.syd1.au.unkin.net/docker-internal/sonarr:v5.0.0-unkin4
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: command:
- /app/Sonarr - /app/Sonarr