Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.39.0-dev
v0.40.0
4 changes: 2 additions & 2 deletions charts/mcp-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: mcp-operator
description: A Helm chart for the mcp-operator
type: application
version: v0.39.0
appVersion: v0.39.0
version: v0.40.0
appVersion: v0.40.0
home: https://github.com/openmcp-project/mcp-operator
sources:
- https://github.com/openmcp-project/mcp-operator
2 changes: 1 addition & 1 deletion charts/mcp-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ deployment:

image:
repository: ghcr.io/openmcp-project/images/mcp-operator
tag: v0.39.0
tag: v0.40.0
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/openmcp-project/cluster-provider-gardener/api v0.7.0
github.com/openmcp-project/control-plane-operator v0.1.14
github.com/openmcp-project/controller-utils v0.22.0
github.com/openmcp-project/mcp-operator/api v0.39.0
github.com/openmcp-project/mcp-operator/api v0.40.0
github.com/openmcp-project/openmcp-operator/api v0.14.0
github.com/openmcp-project/openmcp-operator/lib v0.14.0
github.com/openmcp-project/service-provider-landscaper v0.7.0
Expand Down