From 9e17f6d430ea01c93ccdae9f1df9d997412114c8 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Fri, 23 Jun 2023 08:11:32 +0200
Subject: [PATCH] OZG-3961 - try other kubernetes sdk version

---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index aa2e942..a4f00ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
 	<parent>
 		<groupId>org.springframework.boot</groupId>
 		<artifactId>spring-boot-starter-parent</artifactId>
-		<version>3.1.0</version>
+		<version>3.1.1</version>
 		<relativePath/> <!-- lookup parent from repository -->
 	</parent>
 
@@ -24,7 +24,7 @@
 	<name>OZG Cloud Operator</name>
 	<description>OZG Cloud Operator</description>
 	<properties>
-		<operator-sdk.version>5.1.0</operator-sdk.version>
+		<operator-sdk.version>4.2.8</operator-sdk.version>
 		<spring-boot.build-image.imageName>docker.ozg-sh.de/ozg-operator:build-latest</spring-boot.build-image.imageName>
 		
 		<mapstruct.version>1.5.5.Final</mapstruct.version>
-- 
GitLab