timoni icon indicating copy to clipboard operation
timoni copied to clipboard

Timoni is a package manager for Kubernetes, powered by CUE and inspired by Helm.

Results 38 timoni issues
Sort by recently updated
recently updated
newest added

Bumps the ci group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.1.3` |...

area/ci
dependencies

Appreciate it’s early days with this project so settling on an API interface at this point may a bit eager, but do you have plans to allow Timoni to be...

When spec is generated from object with no properties, it creates a closed struct inside a "definition" which doesn't allow to extend objects Example CRD: https://github.com/Altinity/clickhouse-operator/blob/master/deploy/operatorhub/0.23.5/clickhouseinstallations.clickhouse.altinity.com.crd.yaml#L1112-L1118 example result: ``` #ClickHouseInstallationSpec:...

We have a module that needs some per-cluster values that we have stored in a ConfigMap under a defined name in a defined namespace. Currently we have a python wrapper...

This would be a follow-up feature to #9. It would be useful to be able to read a JSON or YAML document and pick some paths from it. I was...

Based on feedback in https://github.com/cue-lang/cue/discussions/2783 this PR updates the Markdown document generation to pull the optional fields into the table data. This is done via the `cue.Value.Fields()` iterator.

I am debugging some things and I don't want to wait for the control loops to run to trigger events (e.g. authentication to helm repositories). To do this I can...

Is it possible to reference the name of a module in `timoni.cue` or the `templates`? Specifically I am only meaning the unqualified name, eg. if the fully-qualified module name is:...

A module can declare a list of exported value. On _timoni.cue_ we should able to declare exported value like ``` // Define how Timoni should build, validate and // apply...