No description
Find a file
Daniel Sy 9bbcf4efca
fix(secrets-backup): 🐛 add openssl install + upgrade image to 1.32.0
alpine/k8s:1.28.0 does not ship openssl. Script calls openssl enc
on line 116 causing exit 127 on every run since initial deploy.

Fix:
- apk add --no-cache openssl at script start (defensive, idempotent)
- upgrade image 1.28.0 -> 1.32.0 (kubectl client was 5 minor versions
  behind cluster v1.33, outside supported skew of +/-1)
2026-06-12 09:32:48 +02:00
otc fix(secrets-backup): 🐛 add openssl install + upgrade image to 1.32.0 2026-06-12 09:32:48 +02:00
.gitignore chore(repository): updated .gitignore file to ignore idea files 2025-07-28 13:22:51 +02:00
README.md first commit 2025-04-22 21:27:51 +02:00