Skip to content

Commit

Permalink
release 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikulas committed Apr 30, 2020
1 parent c9c6013 commit 41bfc67
Show file tree
Hide file tree
Showing 2 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
@@ -1,5 +1,5 @@
REPO = clusterise/rollout-status
TAG = 1.1
TAG = 1.2

all: build publish

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ Docker Image is [available on Docker Hub](https://hub.docker.com/repository/dock
).

```console
docker run -v "$HOME/.kube:/root/.kube:ro" clusterise/rollout-status:1.0 -namespace "$NAMESPACE" -selector "$SELECTOR"
docker run -v "$HOME/.kube:/root/.kube:ro" clusterise/rollout-status:1.2 -namespace "$NAMESPACE" -selector "$SELECTOR"
```

Since the program is intended for a CI/CD pipeline, you will likely copy the binary to your own `linux-amd64` image:

```Dockerfile
# ...

COPY --from=clusterise/rollout-status:1.0 /rollout-status /opt/rollout-status
COPY --from=clusterise/rollout-status:1.2 /rollout-status /opt/rollout-status
```

Overview of handled states
Expand Down

0 comments on commit 41bfc67

Please sign in to comment.