Skip to content

Commit 5f6594f

Browse files
authored
Bump version to 3.1 (#8)
1 parent cdbce86 commit 5f6594f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
default: image
1616

1717
HUB ?= quay.io/sail-dev
18-
TAG ?= 3.0
18+
TAG ?= 3.1
1919

2020
lint:
2121
find . -name '*.sh' -print0 | xargs -0 -r shellcheck

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Istio must-gather
1212

1313
### Usage
1414
```sh
15-
oc adm must-gather --image=quay.io/sail-dev/istio-must-gather:3.0
15+
oc adm must-gather --image=quay.io/sail-dev/istio-must-gather:3.1
1616
```
1717

1818
The command above will create a local directory with a dump of the OpenShift Service Mesh state. Note that this command will only get data related to the Service Mesh part of the OpenShift cluster.

0 commit comments

Comments
 (0)