File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apiVersion : v1
22description : A Helm chart to install Feast on kubernetes
33name : feast
4- version : 0.3.2
4+ version : 0.4.4
Original file line number Diff line number Diff line change 11apiVersion : v1
22description : A Helm chart for core component of Feast
33name : feast-core
4- version : 0.3.2
4+ version : 0.4.4
Original file line number Diff line number Diff line change 11apiVersion : v1
22description : A Helm chart for serving component of Feast
33name : feast-serving
4- version : 0.3.2
4+ version : 0.4.4
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ feast-core:
5454 enabled : true
5555 # Specify what image tag to use. Keep this consistent for all components
5656 image :
57- tag : " 0.4.3 "
57+ tag : " 0.4.4 "
5858 # jvmOptions are options that will be passed to the Java Virtual Machine (JVM)
5959 # running Feast Core.
6060 #
@@ -119,7 +119,7 @@ feast-serving-online:
119119 enabled : true
120120 # Specify what image tag to use. Keep this consistent for all components
121121 image :
122- tag : " 0.4.3 "
122+ tag : " 0.4.4 "
123123 # redis.enabled specifies whether Redis should be installed as part of Feast Serving.
124124 #
125125 # If enabled is set to "false", Feast admin has to ensure there is an
@@ -178,7 +178,7 @@ feast-serving-batch:
178178 enabled : true
179179 # Specify what image tag to use. Keep this consistent for all components
180180 image :
181- tag : " 0.4.3 "
181+ tag : " 0.4.4 "
182182 # redis.enabled specifies whether Redis should be installed as part of Feast Serving.
183183 #
184184 # This is usually set to "false" for Feast Serving Batch because the default
You can’t perform that action at this time.
0 commit comments