Skip to content

Commit 5b5b833

Browse files
removing yamls
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
1 parent d7d9a5b commit 5b5b833

2 files changed

Lines changed: 8 additions & 12 deletions

File tree

infra/feast-operator/bundle/manifests/feast-operator.clusterserviceversion.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
2424
spec:
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

infra/feast-operator/config/default/kustomization.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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
3232
patches:
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

0 commit comments

Comments
 (0)