Skip to content

Commit 67bda54

Browse files
Shu Hengkhorshuheng
authored andcommitted
Bump chart version to 0.4.5
1 parent ddad1c4 commit 67bda54

6 files changed

Lines changed: 12 additions & 12 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.4.4
4+
version: 0.4.5

infra/charts/feast/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The following table lists the configurable parameters of the Feast chart and the
8585
| `feast-core.prometheus-statsd-exporter.*` | Refer to this [link](charts/feast-core/charts/prometheus-statsd-exporter/values.yaml |
8686
| `feast-core.replicaCount` | No of pods to create | `1`
8787
| `feast-core.image.repository` | Repository for Feast Core Docker image | `gcr.io/kf-feast/feast-core`
88-
| `feast-core.image.tag` | Tag for Feast Core Docker image | `0.4.4`
88+
| `feast-core.image.tag` | Tag for Feast Core Docker image | `0.4.5`
8989
| `feast-core.image.pullPolicy` | Image pull policy for Feast Core Docker image | `IfNotPresent`
9090
| `feast-core.prometheus.enabled` | Add annotations to enable Prometheus scraping | `false`
9191
| `feast-core.application.yaml` | Configuration for Feast Core application | Refer to this [link](charts/feast-core/values.yaml)
@@ -126,7 +126,7 @@ The following table lists the configurable parameters of the Feast chart and the
126126
| `feast-serving-online.core.enabled` | Flag for Feast Serving to use Feast Core in the same Helm release | `true`
127127
| `feast-serving-online.replicaCount` | No of pods to create | `1`
128128
| `feast-serving-online.image.repository` | Repository for Feast Serving Docker image | `gcr.io/kf-feast/feast-serving`
129-
| `feast-serving-online.image.tag` | Tag for Feast Serving Docker image | `0.4.4`
129+
| `feast-serving-online.image.tag` | Tag for Feast Serving Docker image | `0.4.5`
130130
| `feast-serving-online.image.pullPolicy` | Image pull policy for Feast Serving Docker image | `IfNotPresent`
131131
| `feast-serving-online.prometheus.enabled` | Add annotations to enable Prometheus scraping | `true`
132132
| `feast-serving-online.application.yaml` | Application configuration for Feast Serving | Refer to this [link](charts/feast-serving/values.yaml)
@@ -168,7 +168,7 @@ The following table lists the configurable parameters of the Feast chart and the
168168
| `feast-serving-batch.core.enabled` | Flag for Feast Serving to use Feast Core in the same Helm release | `true`
169169
| `feast-serving-batch.replicaCount` | No of pods to create | `1`
170170
| `feast-serving-batch.image.repository` | Repository for Feast Serving Docker image | `gcr.io/kf-feast/feast-serving`
171-
| `feast-serving-batch.image.tag` | Tag for Feast Serving Docker image | `0.4.4`
171+
| `feast-serving-batch.image.tag` | Tag for Feast Serving Docker image | `0.4.5`
172172
| `feast-serving-batch.image.pullPolicy` | Image pull policy for Feast Serving Docker image | `IfNotPresent`
173173
| `feast-serving-batch.prometheus.enabled` | Add annotations to enable Prometheus scraping | `true`
174174
| `feast-serving-batch.application.yaml` | Application configuration for Feast Serving | Refer to this [link](charts/feast-serving/values.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 for core component of Feast
33
name: feast-core
4-
version: 0.4.4
4+
version: 0.4.5
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.4.4
4+
version: 0.4.5
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
dependencies:
22
- name: feast-core
3-
version: 0.4.4
3+
version: 0.4.5
44
condition: feast-core.enabled
55
- name: feast-serving
66
alias: feast-serving-batch
7-
version: 0.4.4
7+
version: 0.4.5
88
condition: feast-serving-batch.enabled
99
- name: feast-serving
1010
alias: feast-serving-online
11-
version: 0.4.4
11+
version: 0.4.5
1212
condition: feast-serving-online.enabled

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.4"
56+
tag: "0.4.5"
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.4"
124+
tag: "0.4.5"
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.4"
183+
tag: "0.4.5"
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)