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

# Context The following is a proposal for supporting the encryption of Timoni values (based on prior art, see: https://github.com/phoban01/cue-sops). The proposal was first mooted in #71. # Proposal Timoni...

enhancement

The `podinfo` example provided [here](https://github.com/stefanprodan/timoni/tree/main/examples/podinfo) has some test files. Documentation around this would be great!

looks like 3 files: - timoni.ignore - go.{mod,sum} ![image](https://github.com/stefanprodan/timoni/assets/1390600/eba072e9-de48-4a0e-9bbb-7f5abe852a51)

Currently in order to push / pull an image from Google Artifact Registry, we have to use [GoogleCloudPlatform/docker-credential-gcr](https://github.com/GoogleCloudPlatform/docker-credential-gcr) to generate the proper `~/.docker/config.json`. It works but there's a simpler UX...

[Renovate](https://github.com/renovatebot/renovate) should be able to automatically update dependencies to avoid the need for manual upgrades like with https://github.com/stefanprodan/timoni/issues/77.

When working with an existing CUE project, Timoni doesn't recognise the top-most `cue.mod` dir as it just copies the module directory to a `/tmp`, and thereby isolates it from the...

We should try to add the Timoni Module as a supported type in ArtifactHub. Modules which are published on public container registries could then be listed on https://artifacthub.io. A Timoni...

help wanted

Due to that modules are copied to a temporary directory, errors like this can occur: ``` ✗ open /var/folders/gm/dnc405js6nlb275l4v2gh_b40000gn/T/timoni1961184784/module/cue.mod/module.cue: no such file or directory ``` This is a little disorienting...