We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 232c3ae commit b24b457Copy full SHA for b24b457
VERSION
@@ -1 +1 @@
1
-v0.6.1
+v0.7.0
charts/metrics-operator/Chart.yaml
@@ -2,5 +2,5 @@ apiVersion: v2
2
name: metrics-operator
3
description: A Helm chart for the metrics-operator
4
type: application
5
-version: v0.6.1
6
-appVersion: v0.6.1
+version: v0.7.0
+appVersion: v0.7.0
charts/metrics-operator/values.yaml
@@ -8,7 +8,7 @@ image:
8
repository: ghcr.io/openmcp-project/github.com/openmcp-project/metrics-operator/images/metrics-operator
9
pullPolicy: IfNotPresent
10
# Overrides the image tag whose default is the chart appVersion.
11
- tag: v0.6.1
+ tag: v0.7.0
12
13
imagePullSecrets: []
14
nameOverride: ""
0 commit comments