Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 365 Bytes

RELEASE.adoc

File metadata and controls

13 lines (9 loc) · 365 Bytes

Releasing the Jaeger Operator for Kubernetes

  1. Test!

    export BUILD_IMAGE_TEST="${USER}/jaeger-operator:latest"
    export BUILD_IMAGE="${BUILD_IMAGE_TEST}"
    make all
  2. Tag and push

    git checkout master ## it's only possible to release from master for now!
    git tag release/v1.6.1
    git push [email protected]:jaegertracing/jaeger-operator.git release/v1.6.1