github operator-framework/operator-lifecycle-manager 0.15.1
v0.15.1

latest releases: v0.27.0, v0.26.0, v0.25.0...
3 years ago

Install

Scripted

curl -L https://github.com/operator-framework/operator-lifecycle-manager/releases/download/0.15.1/install.sh -o install.sh
chmod +x install.sh
./install.sh 0.15.1 

Manual

kubectl apply -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/0.15.1/crds.yaml
kubectl apply -f https://github.com/operator-framework/operator-lifecycle-manager/releases/download/0.15.1/olm.yaml

Changelog

0.15.1 (2020-05-21)

Full Changelog

Other changes:

Don't miss a new operator-lifecycle-manager release

NewReleases is sending notifications on new releases.