Skip to content

Commit cf39a2b

Browse files
committed
draft
1 parent 70a7c58 commit cf39a2b

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ SDK_BIN = $(LOCALBIN)/operator-sdk
283283
KUSTOMIZE_VERSION ?= v3.8.7
284284
CONTROLLER_TOOLS_VERSION ?= v0.16.5
285285
CRD_MARKDOWN_VERSION ?= v0.0.3
286-
OPERATOR_SDK_VERSION ?= v1.29.0
286+
OPERATOR_SDK_VERSION ?= v1.31.0
287287

288288
KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh"
289289
.PHONY: kustomize

0 commit comments

Comments
 (0)