diff --git a/src/app/scripts/deploy_image_from_artifact.sh b/src/app/scripts/deploy_image_from_artifact.sh index 595cb50..69c174b 100755 --- a/src/app/scripts/deploy_image_from_artifact.sh +++ b/src/app/scripts/deploy_image_from_artifact.sh @@ -20,7 +20,7 @@ APP_ARTIFACT_NAME=$(cat $ROOT_DIRECTORY/${{ appManifestPath }} | jq -r .name | t APP_NAME_LOWERCASE=$(echo $APP_ARTIFACT_NAME | tr '[:upper:]' '[:lower:]') APP_PORT=50008 APP_REGISTRY="k3d-registry.localhost:12345" -RUNTIME_VERSION=$(cat $ROOT_DIRECTORY/.velocitas.json | jq -r '.packages[]| select(.name=="devenv-runtimes")'.version) +RUNTIME_VERSION=$(cat $ROOT_DIRECTORY/.velocitas.json | jq -r '.packages[]| select(.name | contains("devenv-runtimes"))'.version) HELM_CONFIG_DIR="$HOME/.velocitas/packages/devenv-runtimes/$RUNTIME_VERSION/runtime_k3d/src/app_deployment/config/helm" local_tag="$APP_REGISTRY/$APP_NAME_LOWERCASE:local"