Skip to content

Commit e9069a8

Browse files
authored
Fix helm chart image tag default value (#549)
Co-authored-by: Khor Shu Heng <khor.heng@gojek.com>
1 parent c4ccee8 commit e9069a8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

infra/charts/feast/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ feast-core:
5353

5454
# Specify which image tag to use. Keep this consistent for all components
5555
image:
56-
tag: "0.4.5"
56+
tag: "0.4.7"
5757

5858
# jvmOptions are options that will be passed to the Java Virtual Machine (JVM)
5959
# running Feast Core.
@@ -121,7 +121,7 @@ feast-serving-online:
121121
enabled: true
122122
# Specify what image tag to use. Keep this consistent for all components
123123
image:
124-
tag: "0.4.5"
124+
tag: "0.4.7"
125125
# redis.enabled specifies whether Redis should be installed as part of Feast Serving.
126126
#
127127
# If enabled is set to "false", Feast admin has to ensure there is an
@@ -180,7 +180,7 @@ feast-serving-batch:
180180
enabled: true
181181
# Specify what image tag to use. Keep this consistent for all components
182182
image:
183-
tag: "0.4.5"
183+
tag: "0.4.7"
184184
# redis.enabled specifies whether Redis should be installed as part of Feast Serving.
185185
#
186186
# This is usually set to "false" for Feast Serving Batch because the default

0 commit comments

Comments
 (0)