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) diff --git a/install/cyclops-install.yaml b/install/cyclops-install.yaml index 679785f0..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.1 + 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.1 + image: cyclopsui/cyclops-ctrl:v0.22.0-rc.1 ports: - containerPort: 8080 env: