Skip to content

Commit e0b9ede

Browse files
authored
fix install tag (#877)
Signed-off-by: Srinivasan Parthasarathy <[email protected]>
1 parent c2de7c1 commit e0b9ede

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

install/docker/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ docker build -t ind:latest .
2121

2222
> If you want to run using the local image, replace iter8/ind:latest with ind:latest below.
2323
24-
> If you want to run a specific version, replace iter8/ind:latest with iter8/ind:<tag> below. For example, `iter8/ind:0.7.10`.
24+
> If you want to run a specific version, replace iter8/ind:latest with iter8/ind:<tag> below. For example, `iter8/ind:0.7.11`.
2525
2626
1. Start Iter8 container
2727
```shell
2828
docker run --name ind --privileged -d iter8/ind:latest
2929
```
30-
To pin the version of Iter8, replace `latest` above with tag (for example, with `0.7.10`)
30+
To pin the version of Iter8, replace `latest` above with tag (for example, with `0.7.11`)
3131

3232
2. Setup Iter8 within container
3333
```shell

mkdocs/docs/getting-started/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ hide:
99
Install Iter8 in your Kubernetes cluster as follows. This step requires [Kustomize v3+](https://kubectl.docs.kubernetes.io/installation/kustomize/).
1010

1111
```shell
12-
export TAG=v0.7.10
12+
export TAG=v0.7.11
1313
kustomize build https://github.com/iter8-tools/iter8/install/core/?ref=${TAG} | kubectl apply -f -
1414
kubectl wait crd -l creator=iter8 --for condition=established --timeout=120s
1515
kustomize build https://github.com/iter8-tools/iter8/install/builtin-metrics/?ref=${TAG} | kubectl apply -f -

0 commit comments

Comments
 (0)