From 0df8e38a8c995154c175963c3c1eee4a87d60371 Mon Sep 17 00:00:00 2001 From: Maximilian Techritz Date: Tue, 7 Oct 2025 10:06:36 +0200 Subject: [PATCH] feat: release v0.7.0 --- VERSION | 2 +- charts/metrics-operator/Chart.yaml | 4 ++-- charts/metrics-operator/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 1490961..e7f5d1a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.6.1 +v0.7.0 \ No newline at end of file diff --git a/charts/metrics-operator/Chart.yaml b/charts/metrics-operator/Chart.yaml index 6730b1b..b879a20 100644 --- a/charts/metrics-operator/Chart.yaml +++ b/charts/metrics-operator/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: metrics-operator description: A Helm chart for the metrics-operator type: application -version: v0.6.1 -appVersion: v0.6.1 +version: v0.7.0 +appVersion: v0.7.0 diff --git a/charts/metrics-operator/values.yaml b/charts/metrics-operator/values.yaml index 27aa3c3..6fa260e 100644 --- a/charts/metrics-operator/values.yaml +++ b/charts/metrics-operator/values.yaml @@ -8,7 +8,7 @@ image: repository: ghcr.io/openmcp-project/github.com/openmcp-project/metrics-operator/images/metrics-operator pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: v0.6.1 + tag: v0.7.0 imagePullSecrets: [] nameOverride: ""