Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: update manifest to add feature server image for odh
Signed-off-by: Abdul Hameed <ahameed@redhat.com>
  • Loading branch information
redhatHameed committed Jan 28, 2025
commit 02a1fc4303c086b905c1212e23c5224bd89a4298
15 changes: 12 additions & 3 deletions infra/feast-operator/config/overlays/odh/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace: opendatahub


resources:
- ../../default
- ../../default


patches:
Expand All @@ -25,11 +25,20 @@ replacements:
kind: ConfigMap
name: feast-operator-parameters
version: v1
fieldPath: data.odh-feast-operator-controller-image
fieldPath: data.RELATED_IMAGE_FEAST_OPERATOR
targets:
- select:
kind: Deployment
name: controller-manager
fieldPaths:
- spec.template.spec.containers.[name=manager].image

- source:
kind: ConfigMap
name: feast-operator-parameters
fieldPath: data.RELATED_IMAGE_FEATURE_SERVER
targets:
- select:
kind: Deployment
name: controller-manager
fieldPaths:
- spec.template.spec.containers.[name=manager].env.[name=RELATED_IMAGE_FEATURE_SERVER].value
3 changes: 2 additions & 1 deletion infra/feast-operator/config/overlays/odh/params.env
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
odh-feast-operator-controller-image=docker.io/feastdev/feast-operator:0.43.0
RELATED_IMAGE_FEAST_OPERATOR=docker.io/feastdev/feast-operator:0.43.0
RELATED_IMAGE_FEATURE_SERVER=docker.io/feastdev/feature-server:0.43.0
1 change: 1 addition & 0 deletions infra/scripts/release/files_to_bump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ infra/feast-helm-operator/config/manager/kustomization.yaml 8
infra/feast-operator/Makefile 6
infra/feast-operator/config/manager/kustomization.yaml 8
infra/feast-operator/config/overlays/odh/params.env 1
infra/feast-operator/config/overlays/odh/params.env 2
Comment thread
redhatHameed marked this conversation as resolved.
Outdated
infra/feast-operator/api/feastversion/version.go 20
java/pom.xml 38
ui/package.json 3