File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ steps:
226
226
commands :
227
227
- ls -la
228
228
- echo "Validating Istio Classic..."
229
- - kubevious guard bookinfo.yaml istio-classic/bookinfo-gateway.yaml istio-classic/destination-rule-all.yaml https://raw.githubusercontent.com/istio/istio/master/manifests/charts/base/crds /crd-all.gen.yaml
229
+ - kubevious guard bookinfo.yaml istio-classic/bookinfo-gateway.yaml istio-classic/destination-rule-all.yaml https://raw.githubusercontent.com/istio/istio/refs/heads/ master/manifests/charts/base/files /crd-all.gen.yaml
230
230
- echo "Validating Istio Gateway API..."
231
231
- kubevious guard bookinfo.yaml gateway-api/mock-gateway-class.yaml gateway-api/bookinfo-gateway.yaml gateway-api/bookinfo-versions.yaml ${{DEMOS_REPO_PATH}}/mocks/istio/secret-gateway-api-admission.yaml ${{DEMOS_REPO_PATH}}/crds/gateway-api/standard.yaml
232
232
@@ -252,7 +252,7 @@ steps:
252
252
image : " ${{docker_build}}"
253
253
working_directory : ${{DEMOS_REPO_PATH}}/guard/01-hipster-shop
254
254
commands :
255
- - kubevious guard hipster-chart istio-chart https://raw.githubusercontent.com/istio/istio/master/manifests/charts/base/crds /crd-all.gen.yaml
255
+ - kubevious guard hipster-chart istio-chart https://raw.githubusercontent.com/istio/istio/refs/heads/ master/manifests/charts/base/files /crd-all.gen.yaml
256
256
257
257
validate_voter :
258
258
title : Validate Voter App
You can’t perform that action at this time.
0 commit comments