Fix bitnami/kubectl image tag in hook jobs

The bitnami/kubectl:1.31 tag doesn't exist on Docker Hub. Updated all
hook jobs to use bitnami/kubectl:latest.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Scooby Husky
2026-03-10 17:57:08 -05:00
co-authored by Claude Opus 4.6
parent e296400053
commit 306d374ede
9 changed files with 9 additions and 9 deletions
@@ -13,7 +13,7 @@ spec:
serviceAccountName: argocd-hook-sa
containers:
- name: postsync
image: bitnami/kubectl:1.31
image: bitnami/kubectl:latest
command:
- /bin/bash
- -c