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 201c85d commit 27d2a99Copy full SHA for 27d2a99
VERSION
@@ -1 +1 @@
1
-v0.5.1
+v0.5.1-dev
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.5.1
6
-appVersion: v0.5.1
+version: v0.5.1-dev
+appVersion: v0.5.1-dev
charts/metrics-operator/values.yaml
@@ -8,7 +8,7 @@ image:
8
repository: deploy-releases-hyperspace-docker.common.cdn.repositories.cloud.sap/cloud-orchestration/co-metrics-operator
9
pullPolicy: IfNotPresent
10
# Overrides the image tag whose default is the chart appVersion.
11
- tag: v0.5.1
+ tag: v0.5.1-dev
12
13
imagePullSecrets: []
14
nameOverride: ""
0 commit comments