Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deploy: avoid replacing socat image #34

Merged
merged 2 commits into from
Apr 10, 2019

Commits on Apr 10, 2019

  1. deploy: avoid replacing socat image

    Setting IMAGE_TAG or IMAGE_REGISTRY unintentionally also affected the
    socat image. Now we disable updating that image completely,
    i.e. SOCAT_IMAGE_TAG/REGISTRY also have no effect, but that should not
    be needed and wasn't documented either.
    pohly committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    0bd3181 View commit details
    Browse the repository at this point in the history
  2. deploy: use "apply" instead of "create" for snapshotter class

    This makes it possible to run the script repeatedly to update
    a deployment. "kubectl apply" was already used for the other
    .yaml files.
    pohly committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    0ed022c View commit details
    Browse the repository at this point in the history