From ab636ffa96a899202e860d5206ccdd68ec429cc9 Mon Sep 17 00:00:00 2001 From: Jake Klein Date: Wed, 4 Sep 2024 14:14:07 +0100 Subject: [PATCH] chore: Kratix distribution references scarf images (#235) --- scripts/make-distribution | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/make-distribution b/scripts/make-distribution index fb5e3cc8..ae21f9f1 100755 --- a/scripts/make-distribution +++ b/scripts/make-distribution @@ -15,8 +15,8 @@ export PIPELINE_ADAPTER_VERSION_MANIFEST_DIGEST KRATIX_PLATFORM_MANIFEST_DIGEST=$(docker buildx imagetools inspect syntasso/kratix-platform --raw | yq -r '.manifests[] | select(.platform.architecture=="amd64").digest') export KRATIX_PLATFORM_MANIFEST_DIGEST -export WC_IMG=docker.io/syntasso/kratix-platform-pipeline-adapter@${PIPELINE_ADAPTER_VERSION_MANIFEST_DIGEST} -export IMG_TAG=docker.io/syntasso/kratix-platform@${KRATIX_PLATFORM_MANIFEST_DIGEST} +export WC_IMG=syntasso.docker.scarf.sh/syntasso/kratix-platform-pipeline-adapter@${PIPELINE_ADAPTER_VERSION_MANIFEST_DIGEST} +export IMG_TAG=syntasso.docker.scarf.sh/syntasso/kratix-platform@${KRATIX_PLATFORM_MANIFEST_DIGEST} if [ -z "${KRATIX_PLATFORM_MANIFEST_DIGEST}" ]; then echo "Error: KRATIX_PLATFORM_MANIFEST_DIGEST is empty" @@ -38,4 +38,4 @@ hack/platform/minio-install.yaml > distribution/single-cluster/install-all-in-on cat config/samples/platform_v1alpha1_worker.yaml <(echo "---") \ config/samples/platform_v1alpha1_bucketstatestore.yaml <(echo "---") \ -hack/destination/gitops-tk-resources-single-cluster.yaml > distribution/single-cluster/config-all-in-one.yaml \ No newline at end of file +hack/destination/gitops-tk-resources-single-cluster.yaml > distribution/single-cluster/config-all-in-one.yaml