Skip to content

Commit d9d181a

Browse files
committed
Update README.md deployment instructions
1 parent 7aa457c commit d9d181a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,24 @@ This tool allows exporting the often missed Kubernetes events to various outputs
2222
observability or alerting purposes. You won't believe what you are missing.
2323

2424
## Deployment
25+
You can check the latest image in our [Packages Section](https://github.com/civitatis/kubernetes-event-exporter/pkgs/container/kubernetes-event-exporter)
26+
2527

2628
Head on to `deploy/` folder and apply the YAMLs in the given filename order. Do not forget to modify the
2729
`deploy/01-config.yaml` file to your configuration needs. The additional information for configuration is as follows:
30+
### Helm
31+
32+
Please use [Bitnami Chart](https://github.com/bitnami/charts/tree/main/bitnami/kubernetes-event-exporter/) which is
33+
comprehensive.
34+
35+
**You need to set our image in the Chart Values. For instance:**
36+
37+
```yaml
38+
image:
39+
registry: ghcr.io
40+
repository: civitatis/kubernetes-event-exporter
41+
tag: 1.8
42+
```
2843
2944
### Kustomize
3045

0 commit comments

Comments
 (0)