From 34765a022143134f4385c51a41b4f507e2bb78db Mon Sep 17 00:00:00 2001 From: Kentaro1043 <71170923+Kentaro1043@users.noreply.github.com> Date: Sat, 29 Nov 2025 22:05:50 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Use=20fully=20qualified?= =?UTF-8?q?=20image=20names=20for=20CRI-O=201.34+=20compatibility=20github?= =?UTF-8?q?.com/cri-o/cri-o/pull/9401?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stable/semaphore/templates/tests/test-connection.yaml | 2 +- stable/semaphore/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/semaphore/templates/tests/test-connection.yaml b/stable/semaphore/templates/tests/test-connection.yaml index dcc3491..b21c2f1 100644 --- a/stable/semaphore/templates/tests/test-connection.yaml +++ b/stable/semaphore/templates/tests/test-connection.yaml @@ -13,7 +13,7 @@ spec: containers: - name: wget - image: busybox + image: docker.io/library/busybox command: - wget args: diff --git a/stable/semaphore/values.yaml b/stable/semaphore/values.yaml index 75c4e69..b152bba 100644 --- a/stable/semaphore/values.yaml +++ b/stable/semaphore/values.yaml @@ -15,7 +15,7 @@ config: image: # -- Image repository used by deployment - repository: semaphoreui/semaphore + repository: docker.io/semaphoreui/semaphore # -- Optional tag for the repository, defaults to app version tag: ""