Deploy arrstack S3 TLS-trust fix (arrstack images -unkin4 -> -unkin5) #392
Reference in New Issue
Block a user
Delete Branch "benvin/arrstack-unkin5"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
Ben merged the S3 TLS-trust fix into each Servarr fork's
main(sonarr#10, radarr#11, prowlarr#10, branchbenvin/s3-tls-trust-fix). The fix corrects TLS trust for the leaf-only certificate presentation of the Ceph RGW endpoint, so backups and MediaCover uploads to S3 succeed across all replicas instead of failing the TLS handshake.The
-unkin5images carrying the fix are built and pushed toartifactapi.k8s.syd1.au.unkin.net/docker-internal/<app>. This PR rolls them out.Changes
apps/base/arrstack/sonarr/deployment.yamlapp imagev5.0.0-unkin4->v5.0.0-unkin5apps/base/arrstack/radarr/deployment.yamlapp imagev6.4.2-unkin4->v6.4.2-unkin5apps/base/arrstack/prowlarr/deployment.yamlapp imagev2.6.2-unkin4->v2.6.2-unkin5Only the application container
image:line changes in each file; thewaitfordbinitContainer and bucket YAML are untouched.