mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-20 23:16:49 +00:00
Switch hook jobs from bitnami/kubectl to alpine/k8s:1.32.13
bitnami/kubectl has removed all version tags from Docker Hub, leaving only :latest which is blocked by Kyverno disallow-latest-tag policy. Switch to alpine/k8s:1.32.13 which has kubectl, bash, jq, and uses proper version tags. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
263dd3f6cc
commit
af573c647f
@@ -14,7 +14,7 @@ spec:
|
||||
serviceAccountName: argocd-hook-sa
|
||||
containers:
|
||||
- name: vault-init
|
||||
image: bitnami/kubectl:1.29
|
||||
image: alpine/k8s:1.32.13
|
||||
command: ["/bin/bash", "/scripts/vault-init-and-store.sh"]
|
||||
volumeMounts:
|
||||
- name: scripts
|
||||
|
||||
Reference in New Issue
Block a user