Skip to content

Commit 5746929

Browse files
authored
fix: Update manifest to add feature server image for odh (v0.43) (#4978)
1 parent 089ec93 commit 5746929

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ infra/feast-helm-operator/Makefile 6
1414
infra/feast-helm-operator/config/manager/kustomization.yaml 8
1515
infra/feast-operator/Makefile 6
1616
infra/feast-operator/config/manager/kustomization.yaml 8
17-
infra/feast-operator/config/overlays/odh/params.env 1
17+
infra/feast-operator/config/overlays/odh/params.env 1 2
1818
infra/feast-operator/api/feastversion/version.go 20
1919
java/pom.xml 38
2020
ui/package.json 3

0 commit comments

Comments
 (0)