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: ""