Skip to content

Commit b6455e2

Browse files
author
zhilingc
committed
Bump chart version
1 parent bce068a commit b6455e2

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

infra/charts/feast/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v1
22
description: A Helm chart to install Feast on kubernetes
33
name: feast
4-
version: 0.3.2
4+
version: 0.4.4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v1
22
description: A Helm chart for core component of Feast
33
name: feast-core
4-
version: 0.3.2
4+
version: 0.4.4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v1
22
description: A Helm chart for serving component of Feast
33
name: feast-serving
4-
version: 0.3.2
4+
version: 0.4.4

infra/charts/feast/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)