Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit 27d5f2f

Browse files
committed
build: controller-gen 0.8.0
No particular reason for it, just staying up-to-date. operator-sdk cannot be updated because of #1069 = operator-framework/operator-sdk#5574 OLM cannot be updated because of operator-framework/operator-sdk#5410
1 parent 53f443f commit 27d5f2f

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

deploy/crd/pmem-csi.intel.com_pmemcsideployments.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
# This file was generated by controller-gen v0.7.0 via 'make operator-generate-crd'
2-
1+
# This file was generated by controller-gen v0.8.0 via 'make operator-generate-crd'
32
---
43
apiVersion: apiextensions.k8s.io/v1
54
kind: CustomResourceDefinition
65
metadata:
76
annotations:
8-
controller-gen.kubebuilder.io/version: v0.7.0
7+
controller-gen.kubebuilder.io/version: v0.8.0
98
creationTimestamp: null
109
name: pmemcsideployments.pmem-csi.intel.com
1110
spec:

operator/operator.make

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
# https://github.com/operator-framework/operator-sdk/releases
12
OPERATOR_SDK_VERSION=1.17.0
2-
CONTROLLER_GEN_VERSION=v0.7.0
3+
# https://github.com/kubernetes-sigs/controller-tools/releases
4+
CONTROLLER_GEN_VERSION=v0.8.0
35
CONTROLLER_GEN=_work/bin/controller-gen-$(CONTROLLER_GEN_VERSION)
46

57
# download operator-sdk binary

test/start-stop-olm.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ CLUSTER=${CLUSTER:-pmem-govm}
1616
CLUSTER_DIR="${CLUSTER_DIRECTORY:-${REPO_DIR}/_work/${CLUSTER}}"
1717
SSH="${CLUSTER_DIR}/ssh.0"
1818
KUBECTL="${SSH} kubectl" # Always use the kubectl installed in the cluster.
19+
20+
# https://github.com/operator-framework/operator-lifecycle-manager/releases
21+
# Not the latest because of https://github.com/operator-framework/operator-sdk/issues/5410
1922
OLM_VERSION=v0.18.3
2023

2124
function usage() {

0 commit comments

Comments
 (0)