From 7c61372470e75e9230960c7aa40355790edfc4dc Mon Sep 17 00:00:00 2001 From: aphilippejolivel Date: Mon, 13 Oct 2025 08:22:38 +0000 Subject: [PATCH] Update image repositories to use docker.io explicitly for fusionauth and busybox --- chart/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/values.yaml b/chart/values.yaml index 24098da..1367767 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -7,7 +7,7 @@ replicaCount: 1 image: # image.repository -- The name of the docker repository for fusionauth-app - repository: fusionauth/fusionauth-app + repository: docker.io/fusionauth/fusionauth-app # image.tag -- The docker tag to pull for fusionauth-app tag: ${APP_VERSION} # image.pullPolicy -- Kubernetes image pullPolicy to use for fusionauth-app @@ -31,7 +31,7 @@ initContainers: # This image should contain `nc`, `wget` and a shell of some kind to do a simple loop. image: # initContainers.image.repository -- Docker image to use for initContainers - repository: busybox + repository: docker.io/library/busybox # initContainers.image.tag -- Tag to use for initContainers docker image tag: 1.36.1 # initContainers.resources -- Resource requests and limits to use for initContainers