Skip to content

Commit 4c2e085

Browse files
committed
Bump Chart to 0.7.0
1 parent 146e07a commit 4c2e085

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,6 @@ You can install the livebox-exporter in your Kubernetes cluster using Helm:
109109
```console
110110
helm upgrade livebox-exporter oci://ghcr.io/tomy2e/livebox-exporter/charts/livebox-exporter \
111111
--install \
112-
--version 0.6.0 \
112+
--version 0.7.0 \
113113
--set livebox.adminPassword.value=YOUR_LIVEBOX_ADMIN_PASSWORD
114114
```

charts/livebox-exporter/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: livebox-exporter
33
description: A prometheus exporter for Livebox
44
type: application
5-
version: 0.6.0
6-
appVersion: "v0.6.0"
5+
version: 0.7.0
6+
appVersion: "v0.7.0"

0 commit comments

Comments
 (0)