We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7becdf commit d7f05adCopy full SHA for d7f05ad
2 files changed
helm/oom-watcher/Chart.yaml
@@ -2,8 +2,8 @@ apiVersion: v2
2
name: oom-watcher
3
description: eBPF-based OOM watcher for Kubernetes with Prometheus integration
4
type: application
5
-version: 0.1.0
6
-appVersion: "0.1.0"
+version: 0.0.1
+appVersion: "0.0.1"
7
keywords:
8
- ebpf
9
- oom
helm/oom-watcher/values.yaml
@@ -1,7 +1,7 @@
1
image:
repository: ghcr.io/perun-engineering/ebpf-oom-watcher
pullPolicy: IfNotPresent
- tag: "0.1.0"
+ tag: "0.0.1"
imagePullSecrets: []
0 commit comments