From 6525d05316e474babc5199cbc05f3387a57c7b86 Mon Sep 17 00:00:00 2001 From: Jesse White Date: Wed, 2 Aug 2023 09:40:58 -0400 Subject: [PATCH] specify the version of the nats helm chart Signed-off-by: Jesse White --- Tiltfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tiltfile b/Tiltfile index 48c515f546..3d03dca33e 100644 --- a/Tiltfile +++ b/Tiltfile @@ -2,7 +2,7 @@ allow_k8s_contexts('kind-kind') analytics_settings(enable=False) load('ext://helm_remote', 'helm_remote') -helm_remote('nats', repo_url='https://nats-io.github.io/k8s/helm/charts/', repo_name='nats', values='k8s/tilt-nats-values.yaml') +helm_remote('nats', repo_url='https://nats-io.github.io/k8s/helm/charts/', repo_name='nats', version='0.19.17', values='k8s/tilt-nats-values.yaml') custom_build('local-organic-guac', "export GUAC_IMAGE=\"$EXPECTED_IMAGE\" && make container", deps='pkg/', tag="latest") k8s_yaml('k8s/k8s.yaml')