This repository was archived by the owner on Oct 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 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'
3
2
---
4
3
apiVersion : apiextensions.k8s.io/v1
5
4
kind : CustomResourceDefinition
6
5
metadata :
7
6
annotations :
8
- controller-gen.kubebuilder.io/version : v0.7 .0
7
+ controller-gen.kubebuilder.io/version : v0.8 .0
9
8
creationTimestamp : null
10
9
name : pmemcsideployments.pmem-csi.intel.com
11
10
spec :
Original file line number Diff line number Diff line change
1
+ # https://github.com/operator-framework/operator-sdk/releases
1
2
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
3
5
CONTROLLER_GEN =_work/bin/controller-gen-$(CONTROLLER_GEN_VERSION )
4
6
5
7
# download operator-sdk binary
Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ CLUSTER=${CLUSTER:-pmem-govm}
16
16
CLUSTER_DIR=" ${CLUSTER_DIRECTORY:- ${REPO_DIR} / _work/ ${CLUSTER} } "
17
17
SSH=" ${CLUSTER_DIR} /ssh.0"
18
18
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
19
22
OLM_VERSION=v0.18.3
20
23
21
24
function usage() {
You can’t perform that action at this time.
0 commit comments