mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-20 23:16:49 +00:00
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:
co-authored by
Claude Opus 4.6
parent
e296400053
commit
306d374ede
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user