File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
DOCKER_FILE_PATH : Dockerfile
10
10
GOLANG_VERSION : 1.16
11
11
OPERATOR_SDK_VERSION : " 1.7.1"
12
- KUSTOMIZE_VERSION : " 3.5.4 "
12
+ KUSTOMIZE_VERSION : " 3.8.7 "
13
13
KUBERNETES_VERSION : " 1.20.2"
14
14
KIND_VERSION : " 0.10.0"
15
15
GOLANG_CI_LINT_VERSION : v1.39.0
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ endef
112
112
113
113
# Generate bundle manifests and metadata, then validate generated files.
114
114
.PHONY : bundle
115
- bundle : manifests
115
+ bundle : manifests kustomize # # Generate bundle manifests and metadata, then validate generated files.
116
116
operator-sdk generate kustomize manifests -q
117
117
cd config/manager && $(KUSTOMIZE ) edit set image controller=$(IMG )
118
118
$(KUSTOMIZE ) build config/manifests | operator-sdk generate bundle -q --overwrite --version $(VERSION ) $(BUNDLE_METADATA_OPTS )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ metadata:
4
4
annotations :
5
5
alm-examples : ' []'
6
6
capabilities : Basic Install
7
- operators.operatorframework.io/builder : operator-sdk-v1.6.2
7
+ operators.operatorframework.io/builder : operator-sdk-v1.7.1
8
8
operators.operatorframework.io/project_layout : go.kubebuilder.io/v3
9
9
name : slack-operator.vX.Y.Z
10
10
namespace : placeholder
You can’t perform that action at this time.
0 commit comments