Skip to content

Commit

Permalink
chore: Kratix distribution references scarf images (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
aclevername authored Sep 4, 2024
1 parent 62da6df commit ab636ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/make-distribution
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
hack/destination/gitops-tk-resources-single-cluster.yaml > distribution/single-cluster/config-all-in-one.yaml

0 comments on commit ab636ff

Please sign in to comment.