diff --git a/VERSION b/VERSION index 123e8b9..5db15ea 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.30.0-dev \ No newline at end of file +v0.30.1 \ No newline at end of file diff --git a/charts/mcp-operator/Chart.yaml b/charts/mcp-operator/Chart.yaml index 100f7eb..ae7ff73 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.30.0 -appVersion: v0.30.0 +version: v0.30.1 +appVersion: v0.30.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/values.yaml b/charts/mcp-operator/values.yaml index b0750d4..73cc5aa 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.30.0@sha256:ace306a4b2b0ebe4fd3de42d705d9c0088363cbec5a572cc1cbf8047b05e1040 + tag: v0.30.1 pullPolicy: IfNotPresent imagePullSecrets: [] diff --git a/go.mod b/go.mod index d8baca2..43d04c5 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,7 @@ require ( github.com/onsi/gomega v1.37.0 github.com/openmcp-project/control-plane-operator v0.1.9 github.com/openmcp-project/controller-utils v0.10.0 - github.com/openmcp-project/mcp-operator/api v0.30.0 + github.com/openmcp-project/mcp-operator/api v0.30.1 github.com/spf13/cobra v1.9.1 github.com/spf13/pflag v1.0.6 github.com/stretchr/testify v1.10.0