Skip to content

Commit 6969c01

Browse files
committed
fix: update manifest to add feature server image for odh
Signed-off-by: Abdul Hameed <ahameed@redhat.com>
1 parent 439e0b9 commit 6969c01

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

infra/feast-operator/config/overlays/odh/kustomization.yaml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace: opendatahub
55

66

77
resources:
8-
- ../../default
8+
- ../../default
99

1010

1111
patches:
@@ -25,11 +25,20 @@ replacements:
2525
kind: ConfigMap
2626
name: feast-operator-parameters
2727
version: v1
28-
fieldPath: data.odh-feast-operator-controller-image
28+
fieldPath: data.RELATED_IMAGE_FEAST_OPERATOR
2929
targets:
3030
- select:
3131
kind: Deployment
3232
name: controller-manager
3333
fieldPaths:
3434
- spec.template.spec.containers.[name=manager].image
35-
35+
- source:
36+
kind: ConfigMap
37+
name: feast-operator-parameters
38+
fieldPath: data.RELATED_IMAGE_FEATURE_SERVER
39+
targets:
40+
- select:
41+
kind: Deployment
42+
name: controller-manager
43+
fieldPaths:
44+
- spec.template.spec.containers.[name=manager].env.[name=RELATED_IMAGE_FEATURE_SERVER].value
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
odh-feast-operator-controller-image=docker.io/feastdev/feast-operator:0.43.0
1+
RELATED_IMAGE_FEAST_OPERATOR=docker.io/feastdev/feast-operator:0.43.0
2+
RELATED_IMAGE_FEATURE_SERVER=docker.io/feastdev/feature-server:0.43.0

infra/scripts/release/files_to_bump.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ infra/feast-helm-operator/config/manager/kustomization.yaml 8
1515
infra/feast-operator/Makefile 6
1616
infra/feast-operator/config/manager/kustomization.yaml 8
1717
infra/feast-operator/config/overlays/odh/params.env 1
18+
infra/feast-operator/config/overlays/odh/params.env 2
1819
infra/feast-operator/api/feastversion/version.go 20
1920
java/pom.xml 38
2021
ui/package.json 3

0 commit comments

Comments
 (0)