Skip to content

Commit

Permalink
chore: Fix operator release for 0.43.0 (#4938)
Browse files Browse the repository at this point in the history
fix operator release for 0.43.0

Signed-off-by: Tommy Hughes <[email protected]>
  • Loading branch information
tchughesiv authored Jan 20, 2025
1 parent 6968b8d commit 28252ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ metadata:
}
]
capabilities: Basic Install
createdAt: "2025-01-16T22:15:56Z"
createdAt: "2025-01-20T18:02:18Z"
operators.operatorframework.io/builder: operator-sdk-v1.38.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
name: feast-operator.v0.42.0
name: feast-operator.v0.43.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -150,10 +150,10 @@ spec:
- /manager
env:
- name: RELATED_IMAGE_FEATURE_SERVER
value: docker.io/feastdev/feature-server:0.42.0
value: docker.io/feastdev/feature-server:0.43.0
- name: RELATED_IMAGE_GRPC_CURL
value: docker.io/fullstorydev/grpcurl:v1.9.1-alpine
image: feastdev/feast-operator:0.42.0
image: feastdev/feast-operator:0.43.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -243,8 +243,8 @@ spec:
name: Feast Community
url: https://lf-aidata.atlassian.net/wiki/spaces/FEAST/
relatedImages:
- image: docker.io/feastdev/feature-server:0.42.0
- image: docker.io/feastdev/feature-server:0.43.0
name: feature-server
- image: docker.io/fullstorydev/grpcurl:v1.9.1-alpine
name: grpc-curl
version: 0.42.0
version: 0.43.0
4 changes: 2 additions & 2 deletions infra/feast-operator/dist/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3580,10 +3580,10 @@ spec:
- /manager
env:
- name: RELATED_IMAGE_FEATURE_SERVER
value: docker.io/feastdev/feature-server:0.42.0
value: docker.io/feastdev/feature-server:0.43.0
- name: RELATED_IMAGE_GRPC_CURL
value: docker.io/fullstorydev/grpcurl:v1.9.1-alpine
image: feastdev/feast-operator:0.42.0
image: feastdev/feast-operator:0.43.0
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 28252ed

Please sign in to comment.