diff --git a/VERSION b/VERSION index 25e09ee..5eb9675 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.34.0-dev \ No newline at end of file +v0.34.1 \ No newline at end of file diff --git a/charts/mcp-operator/Chart.yaml b/charts/mcp-operator/Chart.yaml index 77fec86..2e1c37b 100644 --- a/charts/mcp-operator/Chart.yaml +++ b/charts/mcp-operator/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: mcp-operator description: A Helm chart for the mcp-operator type: application -version: v0.34.0 -appVersion: v0.34.0 +version: v0.34.1 +appVersion: v0.34.1 home: https://github.com/openmcp-project/mcp-operator sources: - https://github.com/openmcp-project/mcp-operator \ No newline at end of file diff --git a/charts/mcp-operator/templates/configmap-mcp-operator-config.yaml b/charts/mcp-operator/templates/configmap-mcp-operator-config.yaml index 9ca0d9b..efad422 100644 --- a/charts/mcp-operator/templates/configmap-mcp-operator-config.yaml +++ b/charts/mcp-operator/templates/configmap-mcp-operator-config.yaml @@ -18,6 +18,7 @@ data: version: {{ .Values.apiserver.architecture.version | default "v1" }} allowOverride: {{ .Values.apiserver.architecture.allowOverride | default false }} {{- end }} + {{- if and .Values.landscaper .Values.landscaper.architecture }} landscaper: version: {{ .Values.landscaper.architecture.version | default "v1" }} allowOverride: {{ .Values.landscaper.architecture.allowOverride | default false }} diff --git a/charts/mcp-operator/values.yaml b/charts/mcp-operator/values.yaml index f6bb45d..8bad902 100644 --- a/charts/mcp-operator/values.yaml +++ b/charts/mcp-operator/values.yaml @@ -14,7 +14,7 @@ deployment: image: repository: ghcr.io/openmcp-project/images/mcp-operator - tag: v0.34.0 + tag: v0.34.1 pullPolicy: IfNotPresent imagePullSecrets: [] diff --git a/go.mod b/go.mod index 90a8bad..1131c67 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,7 @@ require ( github.com/openmcp-project/cluster-provider-gardener/api v0.2.0 github.com/openmcp-project/control-plane-operator v0.1.10 github.com/openmcp-project/controller-utils v0.13.1 - github.com/openmcp-project/mcp-operator/api v0.34.0 + github.com/openmcp-project/mcp-operator/api v0.34.1 github.com/openmcp-project/openmcp-operator/api v0.9.0 github.com/openmcp-project/openmcp-operator/lib v0.9.0 github.com/openmcp-project/service-provider-landscaper v0.4.0