Skip to content

Commit

Permalink
Merge pull request #18 from junotx/release-0.3
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
Benjamin Huo authored Oct 27, 2021
2 parents b409cc4 + 82cd0ac commit e97ce52
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
Expand Up @@ -4,7 +4,7 @@ REGISTRY?=kubesphere
REPO_OPERATOR?=$(REGISTRY)/kube-events-operator
REPO_EXPORTER?=$(REGISTRY)/kube-events-exporter
REPO_RULER?=$(REGISTRY)/kube-events-ruler
TAG?=latest
TAG?=v0.3.0

GO_PKG?=github.com/kubesphere/kube-events

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ The architecture diagram is as follows:

Install quickly kube-events into your kubernetes cluster with the following commands:
```bash
kubectl apply -f https://raw.githubusercontent.com/kubesphere/kube-events/master/config/bundle.yaml
kubectl apply -f https://raw.githubusercontent.com/kubesphere/kube-events/master/config/crs/bundle.yaml
kubectl apply -f https://raw.githubusercontent.com/kubesphere/kube-events/release-0.3/config/bundle.yaml
kubectl apply -f https://raw.githubusercontent.com/kubesphere/kube-events/release-0.3/config/crs/bundle.yaml
```

Or install it by [helm chart](./helm/README.md).
Expand Down

0 comments on commit e97ce52

Please sign in to comment.