We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 146e07a commit 4c2e085Copy full SHA for 4c2e085
2 files changed
README.md
@@ -109,6 +109,6 @@ You can install the livebox-exporter in your Kubernetes cluster using Helm:
109
```console
110
helm upgrade livebox-exporter oci://ghcr.io/tomy2e/livebox-exporter/charts/livebox-exporter \
111
--install \
112
- --version 0.6.0 \
+ --version 0.7.0 \
113
--set livebox.adminPassword.value=YOUR_LIVEBOX_ADMIN_PASSWORD
114
```
charts/livebox-exporter/Chart.yaml
@@ -2,5 +2,5 @@ apiVersion: v2
2
name: livebox-exporter
3
description: A prometheus exporter for Livebox
4
type: application
5
-version: 0.6.0
6
-appVersion: "v0.6.0"
+version: 0.7.0
+appVersion: "v0.7.0"
0 commit comments