File tree Expand file tree Collapse file tree 3 files changed +15
-5
lines changed
feast-operator/config/overlays/odh Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ namespace: opendatahub
55
66
77resources :
8- - ../../default
8+ - ../../default
99
1010
1111patches :
@@ -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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ infra/feast-helm-operator/Makefile 6
1414infra/feast-helm-operator/config/manager/kustomization.yaml 8
1515infra/feast-operator/Makefile 6
1616infra/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
1818infra/feast-operator/api/feastversion/version.go 20
1919java/pom.xml 38
2020ui/package.json 3
You can’t perform that action at this time.
0 commit comments