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

With the aim of exploring Timoni, I have begun developing a Timoni module for deploying [Keycloak](https://www.keycloak.org/) . Is there a specific location where existing Timoni Bundles are listed? If anyone...

timoni looks like a very promising tool. From reading the docs, specially this: https://timoni.sh/comparison/ I was not able to map the ideas from helm to timoni. And in the [concepts...

Hey, really like the project and it seems like it’s the right path forward. My only concern is that to drive adoption there should be a way to covert a...

The import function vendor crd not correctly converting fields that have constraints 'oneOf', 'not', and 'anyOf' Not sure if the bug is on Timoni or in Cue, perhaps around it...

Hey, this project looks _very_ promising! Seems like it's still early days, so this is just a feature request for getting this to work with ArgoCD (see you already have...

Timoni apply is timing out when waiting for `ValidatingWebhookConfiguration` and `MutatingWebhookConfiguration`: ```sh ❯ timoni apply -n cert-manager cert-manager ./modules/cert-manager 8:15PM INF i:cert-manager > building ./modules/cert-manager 8:15PM INF i:cert-manager > using...

Currently a dry-run without a force will display something like that for immutable resources ```trace 2:20PM ERR i:object-name> Deployment/namesapce/my-app immutable (server dry run) ``` However it will exit with status...

I was expecting this to work, but it fails: ``` /tmp ➜ timoni version api: timoni.sh/v1alpha1 client: 0.17.0 cue: 0.6.0 /tmp ➜ timoni mod init myapp . 4:12PM ERR pulling...

Hello! I might be thinking about this in the wrong way so please do correct me! I'm creating a Timoni module that, before conversion to CUE, was using Kustomize to...

Hello! First of all, thanks for such a great tool. I'm enjoying playing around with Timoni. I'm trying to learn how to work with CUE, and I want to ask...