Skip to content
Prev Previous commit
Next Next commit
Bump chart version
  • Loading branch information
zhilingc authored and Shu Heng committed Feb 13, 2020
commit e1671db61d51f428453f7d79b3b0c93e449a9a33
2 changes: 1 addition & 1 deletion infra/charts/feast/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: A Helm chart to install Feast on kubernetes
name: feast
version: 0.3.2
version: 0.4.4
2 changes: 1 addition & 1 deletion infra/charts/feast/charts/feast-core/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: A Helm chart for core component of Feast
name: feast-core
version: 0.3.2
version: 0.4.4
2 changes: 1 addition & 1 deletion infra/charts/feast/charts/feast-serving/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: A Helm chart for serving component of Feast
name: feast-serving
version: 0.3.2
version: 0.4.4
6 changes: 3 additions & 3 deletions infra/charts/feast/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ feast-core:
enabled: true
# Specify what image tag to use. Keep this consistent for all components
image:
tag: "0.4.3"
tag: "0.4.4"
# jvmOptions are options that will be passed to the Java Virtual Machine (JVM)
# running Feast Core.
#
Expand Down Expand Up @@ -119,7 +119,7 @@ feast-serving-online:
enabled: true
# Specify what image tag to use. Keep this consistent for all components
image:
tag: "0.4.3"
tag: "0.4.4"
# redis.enabled specifies whether Redis should be installed as part of Feast Serving.
#
# If enabled is set to "false", Feast admin has to ensure there is an
Expand Down Expand Up @@ -178,7 +178,7 @@ feast-serving-batch:
enabled: true
# Specify what image tag to use. Keep this consistent for all components
image:
tag: "0.4.3"
tag: "0.4.4"
# redis.enabled specifies whether Redis should be installed as part of Feast Serving.
#
# This is usually set to "false" for Feast Serving Batch because the default
Expand Down