Skip to content

Commit d7f05ad

Browse files
committed
feat: initialize project with v0.0.1 baseline
- Set Helm chart version to 0.0.1 to match initial release - Update default image tag to 0.0.1 - Establish clean baseline for future releases
1 parent e7becdf commit d7f05ad

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

helm/oom-watcher/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: oom-watcher
33
description: eBPF-based OOM watcher for Kubernetes with Prometheus integration
44
type: application
5-
version: 0.1.0
6-
appVersion: "0.1.0"
5+
version: 0.0.1
6+
appVersion: "0.0.1"
77
keywords:
88
- ebpf
99
- oom

helm/oom-watcher/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image:
22
repository: ghcr.io/perun-engineering/ebpf-oom-watcher
33
pullPolicy: IfNotPresent
4-
tag: "0.1.0"
4+
tag: "0.0.1"
55

66
imagePullSecrets: []
77

0 commit comments

Comments
 (0)