ci: update tag in install-manifests for all data connectors

https://hasurahq.atlassian.net/browse/INFRA-1116

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10504
GitOrigin-RevId: d201467d7d1378e258c4eac603c0efa9afb8965a
This commit is contained in:
Divi 2023-11-27 11:03:57 +05:30 committed by hasura-bot
parent 114b29d177
commit 3a2b21fa32

View File

@ -30,7 +30,7 @@ find "$ROOT/install-manifests" \
# replace the data-connector version with latest tag for all references in install-manifests
find "$ROOT/install-manifests" \
-type f -exec sed -i -E \
's#(hasura/graphql-data-connector:)v(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)(\-[0-9A-Za-z-]+(\.[0-9A-Za-z-]+)*)?(\+[0-9A-Za-z-]+(\.[0-9A-Za-z-]+)*)?(.*)*$#\1'"${TAG}"'\9#' {} \;
's#(hasura/[a-Z]+-data-connector:)v(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)(\-[0-9A-Za-z-]+(\.[0-9A-Za-z-]+)*)?(\+[0-9A-Za-z-]+(\.[0-9A-Za-z-]+)*)?(.*)*$#\1'"${TAG}"'\9#' {} \;
# update version in CLI installation instructions