diff --git a/.github/workflows/scripts/istio_deploy.sh b/.github/workflows/scripts/istio_deploy.sh index dd08306..6ef30e1 100644 --- a/.github/workflows/scripts/istio_deploy.sh +++ b/.github/workflows/scripts/istio_deploy.sh @@ -31,7 +31,7 @@ curl -fsL http://raw.githubusercontent.com/service-mesh-patterns/service-mesh-pa yq e -i '.services.istioinstallation.settings.profile = "default"' minimalistiobookinfo.yaml cat minimalistiobookinfo.yaml -mesheryctl pattern apply -f "./minimalistiobookinfo.yaml" --token "./.github/workflows/auth.json" +mesheryctl design apply -f "./minimalistiobookinfo.yaml" --token "./.github/workflows/auth.json" # Wait for the application to be ready sleep 300 diff --git a/.github/workflows/scripts/linkerd_deploy.sh b/.github/workflows/scripts/linkerd_deploy.sh index 47a8a3a..a2d6a1c 100644 --- a/.github/workflows/scripts/linkerd_deploy.sh +++ b/.github/workflows/scripts/linkerd_deploy.sh @@ -28,7 +28,7 @@ echo | mesheryctl mesh deploy adapter meshery-linkerd:10001 --token "./.github/w sleep 200 echo "Onboarding application... Standby for few minutes..." #mesheryctl app onboard -f "./emojivoto.yml" -s "Kubernetes Manifest" --token "./.github/workflows/auth.json" -mesheryctl app onboard -f "./emojivoto.yml" --token "./.github/workflows/auth.json" +mesheryctl design onboard -f "./emojivoto.yml" --token "./.github/workflows/auth.json" # Wait for the application to be ready sleep 100 diff --git a/.github/workflows/scripts/osm_deploy.sh b/.github/workflows/scripts/osm_deploy.sh index e9e0bcf..c8335f0 100755 --- a/.github/workflows/scripts/osm_deploy.sh +++ b/.github/workflows/scripts/osm_deploy.sh @@ -28,7 +28,7 @@ echo | mesheryctl mesh deploy adapter meshery-osm:10009 --token "./.github/workf sleep 200 echo "Onboarding application... Standby for few minutes..." #mesheryctl app onboard -f "./bookstore.yaml" -s "Kubernetes Manifest" --token "./.github/workflows/auth.json" -mesheryctl pattern apply -f "https://raw.githubusercontent.com/openservicemesh/osm-docs/main/manifests/apps/bookstore.yaml" --token "./.github/workflows/auth.json" +mesheryctl design apply -f "https://raw.githubusercontent.com/openservicemesh/osm-docs/main/manifests/apps/bookstore.yaml" --token "./.github/workflows/auth.json" # Wait for the application to be ready sleep 100