File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -83,12 +83,12 @@ jobs:
8383 cache : false
8484 - name : Install kind
8585 run : |
86- .ci/scripts/kind_with_registry.sh v1.32.2
86+ .ci/scripts/kind_with_registry.sh v1.31.6
8787 shell : bash
8888 - name : Install OLM
8989 run : |
90- make sdkbin OPERATOR_SDK_VERSION=v1.29 .0 LOCALBIN=/tmp
91- /tmp/operator-sdk olm install
90+ make sdkbin OPERATOR_SDK_VERSION=v1.31 .0 LOCALBIN=/tmp
91+ /tmp/operator-sdk olm install --version v0.31.0
9292 shell : bash
9393 - uses : actions/checkout@v4
9494 with :
@@ -186,7 +186,6 @@ jobs:
186186 make docker-build deploy
187187 kubectl get namespace
188188 kubectl config set-context --current --namespace=pulp-operator-system
189- kubectl apply -f .ci/assets/kubernetes/pulp-admin-password.secret.yaml
190189 kubectl apply -f config/samples/simple.yaml
191190 shell : bash
192191 - name : Check and wait pulp-operator deploy
Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ SDK_BIN = $(LOCALBIN)/operator-sdk
283283KUSTOMIZE_VERSION ?= v3.8.7
284284CONTROLLER_TOOLS_VERSION ?= v0.16.5
285285CRD_MARKDOWN_VERSION ?= v0.0.3
286- OPERATOR_SDK_VERSION ?= v1.29 .0
286+ OPERATOR_SDK_VERSION ?= v1.31 .0
287287
288288KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh"
289289.PHONY : kustomize
You can’t perform that action at this time.
0 commit comments