Petar Cvitanović

Results 174 comments of Petar Cvitanović

Oh, sorry, I misread and thought you had issues with editing templates. Current implementation does not allow you to change the `sourceType` through the UI while editing modules. If you...

Hey @halworsen, you are right. The `sourceType` was not passed in the edit module screen. We will test the PR and release v0.14.0 by the beginning of next week. Thanks...

Hey @halworsen, we have just released `v0.14.0`, which should resolve all the issues regarding template source. You can install it with the following command: ``` kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.14.0/install/cyclops-install.yaml &&...

Hey @sarthakladhwe, sure thing. Let us know if you have any questions

Hey @jrbe228, thanks for raising this! Cyclops renders UIs based on the helm chart schema in [`values.schema.json`](https://cyclops-ui.com/docs/templates/). You are seeing this issue on argo workflows chart because those charts do...

@jrbe228, we added a short section to our docs on how to add a helm schema [here](https://cyclops-ui.com/docs/templates/#generating-helm-chart-schema). We fixed the error you got, and Cyclops will now allow you to...

Hey @jrbe228, Cyclops currently shows only modules, which are a Cyclops CRD, that reference a Helm chart and values to be used with the chart. It doesn't show existing Helm...

@jrbe228 I implemented a first draft of what the Helm chart management would look like and attached a screen recording. We are considering adding a new tab on the sidebar...

> I guess advanced features like "rollback" can be accessed after migration to Modules @jrbe228 my thoughts as well. We could implement editing releases directly, but you can migrate to...