From 429b97b27ac25fc7d600309449ac1bae715fc7c4 Mon Sep 17 00:00:00 2001 From: Bakery Admin Date: Thu, 22 Jan 2026 21:10:02 +0100 Subject: [PATCH] Fix resources isues 23 --- .../cicd/tekton-helm/templates/task-kaniko-build.yaml | 2 +- infrastructure/cicd/tekton-helm/templates/task-run-tests.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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