From 588b3c2d30b7e5b5c7dcb8d6bebcf84d82b2f98c Mon Sep 17 00:00:00 2001 From: Moritz Reich Date: Thu, 27 Mar 2025 15:30:06 +0100 Subject: [PATCH] fix: bump version for correct release --- Makefile | 2 +- VERSION | 2 +- charts/control-plane-operator/Chart.yaml | 4 ++-- charts/control-plane-operator/values.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 40dfccc..e7d274a 100644 --- a/Makefile +++ b/Makefile @@ -251,7 +251,7 @@ flux-install: ### ------------------------------------ HELM ------------------------------------ ### .PHONY: helm-chart -helm-chart: helm-templates +helm-chart: OPERATOR_VERSION=$(shell cat VERSION) envsubst < charts/$(PROJECT_FULL_NAME)/Chart.yaml.tpl > charts/$(PROJECT_FULL_NAME)/Chart.yaml OPERATOR_VERSION=$(shell cat VERSION) envsubst < charts/$(PROJECT_FULL_NAME)/values.yaml.tpl > charts/$(PROJECT_FULL_NAME)/values.yaml diff --git a/VERSION b/VERSION index a345ba2..027a383 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.1.4-dev +v0.1.5 diff --git a/charts/control-plane-operator/Chart.yaml b/charts/control-plane-operator/Chart.yaml index ddc21d7..38b4ba1 100644 --- a/charts/control-plane-operator/Chart.yaml +++ b/charts/control-plane-operator/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: co-control-plane-operator description: A Helm chart for the Cloud Orchestration Control Plane Operator type: application -version: 0.1.3 -appVersion: 0.1.3 +version: v0.1.5 +appVersion: v0.1.5 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 e542010..a2b3892 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/github.com/openmcp-project/control-plane-operator/images/control-plane-operator pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: 0.1.3 + tag: v0.1.5 imagePullSecrets: [] nameOverride: ""