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 3afac1c commit a0ce0d4Copy full SHA for a0ce0d4
VERSION
@@ -1 +1 @@
1
-v0.7.1-dev
+v0.8.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.7.1
6
-appVersion: v0.7.1
+version: v0.8.0
+appVersion: v0.8.0
charts/metrics-operator/values.yaml
@@ -8,7 +8,7 @@ image:
8
repository: ghcr.io/openmcp-project/images/metrics-operator
9
pullPolicy: IfNotPresent
10
# Overrides the image tag whose default is the chart appVersion.
11
- tag: v0.7.1
+ tag: v0.8.0
12
13
imagePullSecrets: []
14
nameOverride: ""
0 commit comments