From 82cd0ac181dd60570567a99de3d3f4de4826e32f Mon Sep 17 00:00:00 2001 From: junot Date: Mon, 25 Oct 2021 14:36:38 +0800 Subject: [PATCH] update version Signed-off-by: junot --- Makefile | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index a37dc15..87ace10 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/README.md b/README.md index 0b3ba39..99b5566 100644 --- a/README.md +++ b/README.md @@ -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).