File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ metadata:
1616 }
1717 ]
1818 capabilities : Basic Install
19- createdAt : " 2025-01-20T18:09:06Z "
19+ createdAt : " 2025-01-16T22:15:56Z "
2020 operators.operatorframework.io/builder : operator-sdk-v1.38.0
2121 operators.operatorframework.io/project_layout : go.kubebuilder.io/v4
22- name : feast-operator.v0.43 .0
22+ name : feast-operator.v0.42 .0
2323 namespace : placeholder
2424spec :
2525 apiservicedefinitions : {}
@@ -150,10 +150,10 @@ spec:
150150 - /manager
151151 env :
152152 - name : RELATED_IMAGE_FEATURE_SERVER
153- value : docker.io/feastdev/feature-server:0.43 .0
153+ value : docker.io/feastdev/feature-server:0.42 .0
154154 - name : RELATED_IMAGE_GRPC_CURL
155155 value : docker.io/fullstorydev/grpcurl:v1.9.1-alpine
156- image : feastdev/feast-operator:0.43 .0
156+ image : feastdev/feast-operator:0.42 .0
157157 livenessProbe :
158158 httpGet :
159159 path : /healthz
@@ -243,8 +243,8 @@ spec:
243243 name : Feast Community
244244 url : https://lf-aidata.atlassian.net/wiki/spaces/FEAST/
245245 relatedImages :
246- - image : docker.io/feastdev/feature-server:0.43 .0
246+ - image : docker.io/feastdev/feature-server:0.42 .0
247247 name : feature-server
248248 - image : docker.io/fullstorydev/grpcurl:v1.9.1-alpine
249249 name : grpc-curl
250- version : 0.43 .0
250+ version : 0.42 .0
Original file line number Diff line number Diff line change @@ -28,15 +28,11 @@ resources:
2828# [METRICS] Expose the controller manager metrics service.
2929- metrics_service.yaml
3030
31-
31+ # Uncomment the patches line if you enable Metrics, and/or are using webhooks and cert-manager
3232patches :
33- - path : related_image_fs_patch .yaml
33+ - path : manager_related_images_patch .yaml
3434 target :
3535 kind : Deployment
36- - path : related_image_grpc_patch.yaml
37- target :
38- kind : Deployment
39- # Uncomment the patches line if you enable Metrics, and/or are using webhooks and cert-manager
4036# [METRICS] The following patch will enable the metrics endpoint using HTTPS and the port :8443.
4137# More info: https://book.kubebuilder.io/reference/metrics
4238- path : manager_metrics_patch.yaml
You can’t perform that action at this time.
0 commit comments