Skip to content

Commit

Permalink
latest install tag (#563)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalantar authored Mar 26, 2021
1 parent 0a8341d commit 042771a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mkdocs/docs/getting-started/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ title: Install Iter8

## Step 1: Export TAG
```shell
export TAG=v0.2.5
export TAG=v0.3.0-pre.4
```

## Step 2: Install iter8-monitoring
Expand Down
3 changes: 1 addition & 2 deletions samples/knative/quickstart/platformsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ if [[ ! " ${NETWORK_LAYERS[@]} " =~ " ${1} " ]]; then
fi

# Step 1: Export correct tags for install artifacts
#export TAG=v0.2.5
export TAG="${TAG:-v0.3.0-pre.3}"
export TAG="${TAG:-v0.3.0-pre.4}"
export KNATIVE_TAG="${KNATIVE_TAG:-v0.21.0}"
echo "TAG = $TAG"
echo "KNATIVE_TAG = $KNATIVE_TAG"
Expand Down

0 comments on commit 042771a

Please sign in to comment.