Fix resources isues 23

This commit is contained in:
2026-01-22 21:10:02 +01:00
parent 6fdfff6488
commit 429b97b27a
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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