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