Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
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
2 changes: 1 addition & 1 deletion infra/scripts/release/files_to_bump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ infra/feast-helm-operator/Makefile 6
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 1 2
infra/feast-operator/api/feastversion/version.go 20
java/pom.xml 38
ui/package.json 3
Loading