From 1711363e91b8b3b651dd9ac43b26e911ac5d281d Mon Sep 17 00:00:00 2001 From: ondal Date: Mon, 1 Dec 2025 11:16:01 +0900 Subject: [PATCH] =?UTF-8?q?Jenkinsfile=20kubectl=20=EC=9D=B4=EB=AF=B8?= =?UTF-8?q?=EC=A7=80=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - bitnami/kubectl → lachlanevenson/k8s-kubectl로 변경 - non-root 사용자 권한 문제 해결 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- deployment/cicd/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/cicd/Jenkinsfile b/deployment/cicd/Jenkinsfile index 5426395..425f07b 100644 --- a/deployment/cicd/Jenkinsfile +++ b/deployment/cicd/Jenkinsfile @@ -48,7 +48,7 @@ podTemplate( ), containerTemplate( name: 'kubectl', - image: 'bitnami/kubectl:latest', + image: 'lachlanevenson/k8s-kubectl:latest', command: 'cat', ttyEnabled: true, resourceRequestCpu: '200m',