From 3670e7a76d1af0357e567e7eeb2e17a6feb11fc2 Mon Sep 17 00:00:00 2001 From: Valentin Gerlach Date: Wed, 11 Jun 2025 10:23:46 +0200 Subject: [PATCH 1/2] fix: image repository --- charts/control-plane-operator/values.yaml | 2 +- charts/control-plane-operator/values.yaml.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/control-plane-operator/values.yaml b/charts/control-plane-operator/values.yaml index 90b676e..4e59388 100644 --- a/charts/control-plane-operator/values.yaml +++ b/charts/control-plane-operator/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: - repository: ghcr.io/openmcp-project/github.com/openmcp-project/control-plane-operator/images/control-plane-operator + repository: ghcr.io/openmcp-project/images/control-plane-operator pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: v0.1.9 diff --git a/charts/control-plane-operator/values.yaml.tpl b/charts/control-plane-operator/values.yaml.tpl index 278c549..2cc0c89 100644 --- a/charts/control-plane-operator/values.yaml.tpl +++ b/charts/control-plane-operator/values.yaml.tpl @@ -5,7 +5,7 @@ replicaCount: 1 image: - repository: ghcr.io/openmcp-project/github.com/openmcp-project/control-plane-operator/images/control-plane-operator + repository: ghcr.io/openmcp-project/images/control-plane-operator pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: $OPERATOR_VERSION From 72686bd11089c847e4f62bcac6d581bb77cb539b Mon Sep 17 00:00:00 2001 From: Valentin Gerlach Date: Wed, 11 Jun 2025 10:30:43 +0200 Subject: [PATCH 2/2] release v0.1.10 --- VERSION | 2 +- charts/control-plane-operator/Chart.yaml | 4 ++-- charts/control-plane-operator/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index ddd9164..f68b119 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.1.9 \ No newline at end of file +v0.1.10 \ No newline at end of file diff --git a/charts/control-plane-operator/Chart.yaml b/charts/control-plane-operator/Chart.yaml index 202f215..6577ca4 100644 --- a/charts/control-plane-operator/Chart.yaml +++ b/charts/control-plane-operator/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: control-plane-operator description: A Helm chart for the Cloud Orchestration Control Plane Operator type: application -version: v0.1.9 -appVersion: v0.1.9 +version: v0.1.10 +appVersion: v0.1.10 home: https://github.com/openmcp-project/control-plane-operator sources: - https://github.com/openmcp-project/control-plane-operator diff --git a/charts/control-plane-operator/values.yaml b/charts/control-plane-operator/values.yaml index 4e59388..b0ddf5a 100644 --- a/charts/control-plane-operator/values.yaml +++ b/charts/control-plane-operator/values.yaml @@ -8,7 +8,7 @@ image: repository: ghcr.io/openmcp-project/images/control-plane-operator pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: v0.1.9 + tag: v0.1.10 imagePullSecrets: [] nameOverride: ""