Skip to content

Commit

Permalink
build: controller-gen 0.8.0
Browse files Browse the repository at this point in the history
No particular reason for it, just staying up-to-date.

operator-sdk cannot be updated because of
intel#1069 =
operator-framework/operator-sdk#5574

OLM cannot be updated because of
operator-framework/operator-sdk#5410
  • Loading branch information
pohly committed Apr 13, 2022
1 parent 53f443f commit 27d5f2f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
5 changes: 2 additions & 3 deletions deploy/crd/pmem-csi.intel.com_pmemcsideployments.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# This file was generated by controller-gen v0.7.0 via 'make operator-generate-crd'

# This file was generated by controller-gen v0.8.0 via 'make operator-generate-crd'
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.7.0
controller-gen.kubebuilder.io/version: v0.8.0
creationTimestamp: null
name: pmemcsideployments.pmem-csi.intel.com
spec:
Expand Down
4 changes: 3 additions & 1 deletion operator/operator.make
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# https://github.com/operator-framework/operator-sdk/releases
OPERATOR_SDK_VERSION=1.17.0
CONTROLLER_GEN_VERSION=v0.7.0
# https://github.com/kubernetes-sigs/controller-tools/releases
CONTROLLER_GEN_VERSION=v0.8.0
CONTROLLER_GEN=_work/bin/controller-gen-$(CONTROLLER_GEN_VERSION)

# download operator-sdk binary
Expand Down
3 changes: 3 additions & 0 deletions test/start-stop-olm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ CLUSTER=${CLUSTER:-pmem-govm}
CLUSTER_DIR="${CLUSTER_DIRECTORY:-${REPO_DIR}/_work/${CLUSTER}}"
SSH="${CLUSTER_DIR}/ssh.0"
KUBECTL="${SSH} kubectl" # Always use the kubectl installed in the cluster.

# https://github.com/operator-framework/operator-lifecycle-manager/releases
# Not the latest because of https://github.com/operator-framework/operator-sdk/issues/5410
OLM_VERSION=v0.18.3

function usage() {
Expand Down

0 comments on commit 27d5f2f

Please sign in to comment.