File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -112,20 +112,20 @@ tools/$(SYSTEM)/jq:
112
112
tools : tools/$(SYSTEM ) /kubectl
113
113
tools/$(SYSTEM ) /kubectl :
114
114
install -d ' $(dir $@)'
115
- curl -fSL -o ' $@' ' https://dl.k8s.io/release/$(shell curl -Ls https://dl.k8s.io/release/stable-1.21 .txt)/bin/$(OS_KERNEL)/$(OS_MACHINE)/kubectl'
115
+ curl -fSL -o ' $@' ' https://dl.k8s.io/release/$(shell curl -Ls https://dl.k8s.io/release/stable-1.31 .txt)/bin/$(OS_KERNEL)/$(OS_MACHINE)/kubectl'
116
116
chmod u+x ' $@'
117
117
118
118
# quay.io/operator-framework/operator-sdk
119
119
tools : tools/$(SYSTEM ) /operator-sdk
120
120
tools/$(SYSTEM ) /operator-sdk :
121
121
install -d ' $(dir $@)'
122
- curl -fSL -o ' $@' ' https://github.com/operator-framework/operator-sdk/releases/download/v1.19 .1/operator-sdk_$(OS_KERNEL)_$(OS_MACHINE)'
122
+ curl -fSL -o ' $@' ' https://github.com/operator-framework/operator-sdk/releases/download/v1.39 .1/operator-sdk_$(OS_KERNEL)_$(OS_MACHINE)'
123
123
chmod u+x ' $@'
124
124
125
125
tools : tools/$(SYSTEM ) /opm
126
126
tools/$(SYSTEM ) /opm :
127
127
install -d ' $(dir $@)'
128
- curl -fSL -o ' $@' ' https://github.com/operator-framework/operator-registry/releases/download/v1.33 .0/$(OS_KERNEL)-$(OS_MACHINE)-opm'
128
+ curl -fSL -o ' $@' ' https://github.com/operator-framework/operator-registry/releases/download/v1.50 .0/$(OS_KERNEL)-$(OS_MACHINE)-opm'
129
129
chmod u+x ' $@'
130
130
131
131
tools/$(SYSTEM ) /venv :
You can’t perform that action at this time.
0 commit comments