You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expand all lines: .github/workflows/scripts/osm_deploy.sh
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,16 @@ export MESH_NAME='Open Service Mesh'
9
9
export SERVICE_MESH='OPEN_SERVICE_MESH'
10
10
11
11
system=$(uname -s)
12
-
release=v0.11.1
13
-
curl -L https://github.com/openservicemesh/osm/releases/download/${release}/osm-${release}-${system}-amd64.tar.gz | tar -vxzf - ./${system}-amd64/osm version
14
-
osm install \
12
+
release=v1.0.0
13
+
curl -L https://github.com/openservicemesh/osm/releases/download/${release}/osm-${release}-${system,,}-amd64.tar.gz | tar -vxzf -
0 commit comments