Skip to content

Commit

Permalink
specify the version of the nats helm chart
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse White <jesse.white.oss@gmail.com>
  • Loading branch information
j-white committed Aug 2, 2023
1 parent 15ad9f9 commit 6525d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 6525d05

Please sign in to comment.