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

Merged
benvin merged 1 commits from benvin/arrstack-unkin4 into main 2026-08-22 20:46:48 +10:00
Member

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.

## 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.
unkin-agent added 1 commit 2026-08-22 18:47:08 +10:00
arrstack: bump sonarr/radarr/prowlarr images to -unkin4
ci/woodpecker/pr/vector-test Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
fb74128d8a
Deploy the merged Redis SignalR backplane + cross-replica cache
invalidation and MediaCover/backups S3 storage work into the cluster.

- Bump sonarr app image to v5.0.0-unkin4
- Bump radarr app image to v6.4.2-unkin4
- Bump prowlarr app image to v2.6.2-unkin4
benvin merged commit 06fe261661 into main 2026-08-22 20:46:48 +10:00
benvin deleted branch benvin/arrstack-unkin4 2026-08-22 20:46:49 +10:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unkin/argocd-apps#390