kaniko.yaml aktualisiert

This commit is contained in:
2025-03-10 23:47:21 +00:00
parent 10a42a53ec
commit ba2386b29b
-5
View File
@@ -8,11 +8,6 @@ metadata:
name: kaniko
spec:
containers:
- name: jnlp
# Overwriting the jnlp container's default "image" parameter, this will be
# merged automatically with the Kubernetes plugin's built-in jnlp container
# configuration, ensuring that the pod comes up and is accessible
image: 'our-awesome-registry/rtyler/jenkins-agent:latest'
- name: kaniko
image: gcr.io/kaniko-project/executor:debug
imagePullPolicy: Always