From aa504e8b72fb866c9b7d6fdc2edf99462367198f Mon Sep 17 00:00:00 2001 From: Abdul Hameed Date: Tue, 28 Jan 2025 11:17:43 -0500 Subject: [PATCH] fix: Update manifest to add feature server image for odh (#4973) * fix: update manifest to add feature server image for odh Signed-off-by: Abdul Hameed * Update infra/scripts/release/files_to_bump.txt Co-authored-by: Tommy Hughes IV Signed-off-by: Abdul Hameed --------- Signed-off-by: Abdul Hameed Co-authored-by: Tommy Hughes IV --- .../config/overlays/odh/kustomization.yaml | 15 ++++++++++++--- .../feast-operator/config/overlays/odh/params.env | 3 ++- infra/scripts/release/files_to_bump.txt | 2 +- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/infra/feast-operator/config/overlays/odh/kustomization.yaml b/infra/feast-operator/config/overlays/odh/kustomization.yaml index b74a0e4a4d7..508757e76fb 100644 --- a/infra/feast-operator/config/overlays/odh/kustomization.yaml +++ b/infra/feast-operator/config/overlays/odh/kustomization.yaml @@ -5,7 +5,7 @@ namespace: opendatahub resources: -- ../../default + - ../../default patches: @@ -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 diff --git a/infra/feast-operator/config/overlays/odh/params.env b/infra/feast-operator/config/overlays/odh/params.env index df62943fbcf..a5ca4219347 100644 --- a/infra/feast-operator/config/overlays/odh/params.env +++ b/infra/feast-operator/config/overlays/odh/params.env @@ -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 \ No newline at end of file diff --git a/infra/scripts/release/files_to_bump.txt b/infra/scripts/release/files_to_bump.txt index 8dabe1104f5..0ee09ea2c1f 100644 --- a/infra/scripts/release/files_to_bump.txt +++ b/infra/scripts/release/files_to_bump.txt @@ -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