tilt-extensions icon indicating copy to clipboard operation
tilt-extensions copied to clipboard

Extensions for Tilt

Results 68 tilt-extensions issues
Sort by recently updated
recently updated
newest added

Fixes: #384 #193 #332 I smoke tested the case from #193 to confirm that renamed buttons now get cleaned up properly

On Windows, adding `cmd_button`s to the Tiltfile causes evaluation to take several seconds longer per button. ``` Trying to use cmd_button but it seems like each use of it adds...

Many helm_remote and helm calls rely on arrays of set values. If helm_resource could accept that same array it would simplify interopability

enhancement

I created this issue on the tilt-dev/tilt repo [here](https://github.com/tilt-dev/tilt/issues/5860) as well ### Expected Behavior When applying the `kube-prometheus-stack` helm chart I expect all resources to be created ### Current Behavior...

**Note: This is a problem when using Kind integration with Tilt, where the image is injected into the node container using `kind load`** I was trying to replace `k8s_yaml(helm('./chart/app'))` with...

Mikael in the tilt channel reports that when they have a Tiltfile like this, the container doesn't restart properly: ``` load('ext://restart_process', 'docker_build_with_restart') compile_cmd = 'dotnet publish -c {} -o ./bin/out...

bug

Kristinn asked in [Slack](https://kubernetes.slack.com/archives/CESBL84MV/p1650524995275749): > Has anyone gotten kubectl_build to work with dependencies on other images expressed in the tiltfile? We do support `image_deps` in the underlying `custom_build` now, but...

enhancement

Hey, sorry if this is an issue but it is by design. When using the kubefwd extension on mac, it fails with an error about the `--suffix` argument. I believe...

bug

Right now, the cert-manager extension defaults to v1.3.1 This is quite old! As @lentzi90 points out - https://github.com/tilt-dev/tilt-extensions/issues/346 what should be our policy for updating it? Possibilities: - We should...

If a Tiltfile creates multiple buttons with the same name, only the last one will be kept. No error will be generated. This can be solved by migrating the ui_button...