How to use the chartpress.image_needs_pushing function in chartpress

To help you get started, we’ve selected a few chartpress examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github jupyterhub / chartpress / tests / test_helpers.py View on Github external
def test_image_needs_pushing():
    assert image_needs_pushing("jupyterhub/image-not-to-be-found:latest")
    assert not image_needs_pushing("jupyterhub/k8s-hub:0.8.2")
github jupyterhub / chartpress / tests / test_helpers.py View on Github external
def test_image_needs_pushing():
    assert image_needs_pushing("jupyterhub/image-not-to-be-found:latest")
    assert not image_needs_pushing("jupyterhub/k8s-hub:0.8.2")