From 0253f9ed46623c2a8cf7234b1dc5400c23fbab78 Mon Sep 17 00:00:00 2001 From: petar-cvit Date: Thu, 26 Jun 2025 15:50:13 +0200 Subject: [PATCH 1/2] create gitops write module --- cyclops-ctrl/internal/controller/modules.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cyclops-ctrl/internal/controller/modules.go b/cyclops-ctrl/internal/controller/modules.go index cb25e3ed..249968bb 100644 --- a/cyclops-ctrl/internal/controller/modules.go +++ b/cyclops-ctrl/internal/controller/modules.go @@ -319,7 +319,6 @@ func (m *Modules) CreateModule(ctx *gin.Context) { fmt.Println(err) ctx.JSON(http.StatusInternalServerError, dto.NewError("Error pushing to git", err.Error())) } - return } err = m.kubernetesClient.CreateModule(module) From 107daf01c264751957082ae2ce085b9f00633a56 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 26 Jun 2025 15:14:17 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20update=20cyclops=20to?= =?UTF-8?q?=20v0.22.0-rc.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/cyclops-install.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/cyclops-install.yaml b/install/cyclops-install.yaml index fbea1744..47d88b44 100644 --- a/install/cyclops-install.yaml +++ b/install/cyclops-install.yaml @@ -458,7 +458,7 @@ spec: spec: containers: - name: cyclops-ui - image: cyclopsui/cyclops-ui:v0.21.0 + image: cyclopsui/cyclops-ui:v0.22.0-rc.1 ports: - containerPort: 80 env: @@ -523,7 +523,7 @@ spec: serviceAccountName: cyclops-ctrl containers: - name: cyclops-ctrl - image: cyclopsui/cyclops-ctrl:v0.21.0 + image: cyclopsui/cyclops-ctrl:v0.22.0-rc.1 ports: - containerPort: 8080 env: