Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nirs committed Aug 23, 2024
1 parent 55296bf commit 8c3698e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
REGISTRY ?= quay.io
REPO ?= nirsof
IMAGE ?= gather
TAG ?= 0.5.0
TAG ?= 0.5.1

image := $(REGISTRY)/$(REPO)/$(IMAGE):$(TAG)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ install in the PATH.
Example for GNU/Linux on X86_64, installing in /usr/local/bin:

```
curl -L -o kubectl-gather https://github.com/nirs/kubectl-gather/releases/download/v0.5.0/kubectl-gather-v0.5.0-linux-amd64
curl -L -o kubectl-gather https://github.com/nirs/kubectl-gather/releases/download/v0.5.1/kubectl-gather-v0.5.1-linux-amd64
sudo install kubectl-gather /usr/local/bin
rm kubectl-gather
```
Expand Down
2 changes: 1 addition & 1 deletion cmd/remote.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"time"
)

const remoteDefaultImage = "quay.io/nirsof/gather:0.5.0"
const remoteDefaultImage = "quay.io/nirsof/gather:0.5.1"

func remoteGather(clusters []*clusterConfig) {
start := time.Now()
Expand Down

0 comments on commit 8c3698e

Please sign in to comment.