diff --git a/infrastructure/cicd/tekton-helm/templates/task-kaniko-build.yaml b/infrastructure/cicd/tekton-helm/templates/task-kaniko-build.yaml index 38bc45b5..102441b9 100644 --- a/infrastructure/cicd/tekton-helm/templates/task-kaniko-build.yaml +++ b/infrastructure/cicd/tekton-helm/templates/task-kaniko-build.yaml @@ -39,7 +39,7 @@ spec: description: Status of the build operation steps: - name: build-and-push - image: gcr.io/kaniko-project/executor:v1.15.0 + image: gcr.io/kaniko-project/executor:v1.15.0-debug securityContext: runAsNonRoot: true runAsUser: 65532 diff --git a/infrastructure/cicd/tekton-helm/templates/task-run-tests.yaml b/infrastructure/cicd/tekton-helm/templates/task-run-tests.yaml index 20791411..e928789c 100644 --- a/infrastructure/cicd/tekton-helm/templates/task-run-tests.yaml +++ b/infrastructure/cicd/tekton-helm/templates/task-run-tests.yaml @@ -23,7 +23,7 @@ spec: default: "false" steps: - name: run-unit-tests - image: registry.bakewise.ai/bakery-admin/python:3.11-slim + image: python:3.11-slim securityContext: runAsNonRoot: true runAsUser: 65532 @@ -66,7 +66,7 @@ spec: cpu: 200m memory: 512Mi - name: run-integration-tests - image: registry.bakewise.ai/bakery-admin/python:3.11-slim + image: python:3.11-slim securityContext: runAsNonRoot: true runAsUser: 65532