Skip to content

Commit ef9eb46

Browse files
authored
📖 Update OLM version in installation-macos.md (#309)
v0.21.2 fails on Apple Silicon ARM due to this operator-framework/operator-lifecycle-manager#2823 (comment) A minimum of 0.24.0 is required, I managed to install it on my machine with 0.27.0 Signed-off-by: Luca Molteni <[email protected]>
1 parent 5c4c8d4 commit ef9eb46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation-macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ podman machine start
1616
3. Install ingress addon
1717
`minikube addons enable ingress`
1818
4. Install OLM to manage Konveyor operator
19-
`curl -sL https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.21.2/install.sh | bash -s v0.21.2`
19+
`curl -sL https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.27.0/install.sh | bash -s v0.27.0`
2020
5. Install Konveyor operator
2121
`kubectl create -f https://operatorhub.io/install/konveyor-operator.yaml`
2222
6. Verify if the Konveyor operator pod is running or not

0 commit comments

Comments
 (0)