File tree Expand file tree Collapse file tree 5 files changed +21
-18
lines changed Expand file tree Collapse file tree 5 files changed +21
-18
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ GH_CLI ?= $(LOCALBIN)/gh
240240SED ?= /usr/bin/sed
241241
242242# # Tool Versions
243- KUSTOMIZE_VERSION ?= v4.5.4
243+ KUSTOMIZE_VERSION ?= v5.4.3
244244CODEGEN_VERSION ?= v0.27.2
245245CONTROLLER_TOOLS_VERSION ?= v0.9.2
246246YQ_VERSION ?= v4.35.2 # # latest version that works with go1.20
Original file line number Diff line number Diff line change @@ -9,20 +9,19 @@ namespace: openshift-operators
99namePrefix : codeflare-operator-
1010
1111# Labels to add to all resources and selectors.
12- commonLabels :
13- app.kubernetes.io/name : codeflare-operator
14- app.kubernetes.io/part-of : codeflare
15-
16- bases :
12+ labels :
13+ - pairs :
14+ app.kubernetes.io/name : codeflare-operator
15+ app.kubernetes.io/part-of : codeflare
16+ includeSelectors : true
17+ resources :
1718 - ../crd
1819 - ../rbac
1920 - ../manager
2021 - ../webhook
22+ - metrics_service.yaml
2123# [PROMETHEUS] To enable prometheus monitor, uncomment all sections with 'PROMETHEUS'.
2224# - ../prometheus
2325
24- resources :
25- - metrics_service.yaml
26-
2726patches :
2827 - path : manager_webhook_patch.yaml
Original file line number Diff line number Diff line change 11namespace : openshift-operators
22
3- bases :
3+ resources :
44- config.yaml
55- ../default
66
Original file line number Diff line number Diff line change @@ -11,11 +11,15 @@ configMapGenerator:
1111configurations :
1212 - params.yaml
1313
14- vars :
15- - name : codeflare_operator_controller_image
16- objref :
14+ replacements :
15+ - source :
1716 kind : ConfigMap
1817 name : stack-config
19- apiVersion : v1
20- fieldref :
21- fieldpath : data.codeflare-operator-controller-image
18+ version : v1
19+ fieldPath : data.codeflare-operator-controller-image
20+ targets :
21+ - select :
22+ kind : Deployment
23+ name : manager
24+ fieldPaths :
25+ - spec.template.spec.containers.0.image
Original file line number Diff line number Diff line change 11resources :
22- bases/config.yaml
3- patchesJson6902 :
3+ patches :
44- path : patches/basic.config.yaml
55 target :
66 group : scorecard.operatorframework.io
@@ -13,4 +13,4 @@ patchesJson6902:
1313 version : v1alpha3
1414 kind : Configuration
1515 name : config
16- # +kubebuilder:scaffold:patchesJson6902
16+ # +kubebuilder:scaffold:patches
You can’t perform that action at this time.
0 commit comments