Skip to content

Commit 2b99a7f

Browse files
Anthony Landrethtony-landreth
authored andcommitted
Upgrade opm version
Issue: PGO-429
1 parent b28dfce commit 2b99a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installers/olm/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ tools/$(SYSTEM)/operator-sdk:
8888
tools: tools/$(SYSTEM)/opm
8989
tools/$(SYSTEM)/opm:
9090
install -d '$(dir $@)'
91-
curl -fSL -o '$@' 'https://github.com/operator-framework/operator-registry/releases/download/v1.20.0/$(OS_KERNEL)-$(OS_MACHINE)-opm'
91+
curl -fSL -o '$@' 'https://github.com/operator-framework/operator-registry/releases/download/v1.33.0/$(OS_KERNEL)-$(OS_MACHINE)-opm'
9292
chmod u+x '$@'
9393

9494
tools/$(SYSTEM)/venv:

0 commit comments

Comments
 (0)