Skip to content

Instantly share code, notes, and snippets.

@henchc
Created July 14, 2019 20:57
Show Gist options
  • Save henchc/dc164a43d133c5bcd34c4dcc6f537491 to your computer and use it in GitHub Desktop.
Save henchc/dc164a43d133c5bcd34c4dcc6f537491 to your computer and use it in GitHub Desktop.
url_helm_chart = "https://raw.githubusercontent.com/jupyterhub/mybinder.org-deploy/master/mybinder/values.yaml"
helm_chart = requests.get(url_helm_chart)
helm_chart = load(helm_chart.text)
r2d_live = helm_chart['binderhub']['config']['BinderHub']['build_image'].split(':')[-1]
print(r2d_live)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment