Skip to content

Commit 3d687eb

Browse files
committed
Tooling: Fixes Conformance Path in Quickstart Script
Signed-off-by: Daneyon Hansen <[email protected]>
1 parent 478069d commit 3d687eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/release-quickstart.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ EPP="config/manifests/inferencepool-resources.yaml"
7878
#TODO: Put all helm values files into an array to loop over
7979
EPP_HELM="config/charts/inferencepool/values.yaml"
8080
BBR_HELM="config/charts/body-based-routing/values.yaml"
81-
CONFORMANCE_MANIFESTS="conformance/resources/manifests/manifests.yaml"
81+
CONFORMANCE_MANIFESTS="conformance/resources/base.yaml"
8282
echo "Updating ${EPP}, ${EPP_HELM}, ${BBR_HELM}, and ${CONFORMANCE_MANIFESTS} ..."
8383

8484
# Update the container tag.

0 commit comments

Comments
 (0)