@@ -39,7 +39,7 @@ helm repo update
3939Install Feast release with minimal features, without batch serving and persistency:
4040``` bash
4141RELEASE_NAME=demo
42- helm install feast-charts/feast --name $RELEASE_NAME --version 0.3.2 -f values-demo.yaml
42+ helm install feast-charts/feast --name $RELEASE_NAME --version 0.3.8 -f values-demo.yaml
4343```
4444
4545Install Feast release for typical use cases, with batch and online serving:
@@ -60,7 +60,7 @@ PROJECT_ID=google-cloud-project-id
6060DATASET_ID=bigquery-dataset-id
6161
6262# Install the Helm release using default values.yaml
63- helm install feast-charts/feast --name feast --version 0.3.2 \
63+ helm install feast-charts/feast --name feast --version 0.3.8 \
6464 --set feast-serving-batch." application\.yaml" .feast.jobs.staging-location=$STAGING_LOCATION \
6565 --set feast-serving-batch." store\.yaml" .bigquery_config.project_id=$PROJECT_ID \
6666 --set feast-serving-batch." store\.yaml" .bigquery_config.dataset_id=$DATASET_ID
@@ -83,7 +83,7 @@ The following table lists the configurable parameters of the Feast chart and the
8383| ` feast-core.kafka.topics[0].partitions ` | No of partitions for the topic | ` 1 `
8484| ` feast-core.replicaCount ` | No of pods to create | ` 1 `
8585| ` feast-core.image.repository ` | Repository for Feast Core Docker image | ` gcr.io/kf-feast/feast-core `
86- | ` feast-core.image.tag ` | Tag for Feast Core Docker image | ` 0.3.2 `
86+ | ` feast-core.image.tag ` | Tag for Feast Core Docker image | ` 0.3.8 `
8787| ` feast-core.image.pullPolicy ` | Image pull policy for Feast Core Docker image | ` IfNotPresent `
8888| ` feast-core.application.yaml ` | Configuration for Feast Core application | Refer to this [ link] ( charts/feast-core/values.yaml )
8989| ` feast-core.springConfigMountPath ` | Directory to mount application.yaml | ` /etc/feast/feast-core `
@@ -116,7 +116,7 @@ The following table lists the configurable parameters of the Feast chart and the
116116| ` feast-serving-online.core.enabled ` | Flag for Feast Serving to use Feast Core in the same Helm release | ` true `
117117| ` feast-serving-online.replicaCount ` | No of pods to create | ` 1 `
118118| ` feast-serving-online.image.repository ` | Repository for Feast Serving Docker image | ` gcr.io/kf-feast/feast-serving `
119- | ` feast-serving-online.image.tag ` | Tag for Feast Serving Docker image | ` 0.3.2 `
119+ | ` feast-serving-online.image.tag ` | Tag for Feast Serving Docker image | ` 0.3.8 `
120120| ` feast-serving-online.image.pullPolicy ` | Image pull policy for Feast Serving Docker image | ` IfNotPresent `
121121| ` feast-serving-online.application.yaml ` | Application configuration for Feast Serving | Refer to this [ link] ( charts/feast-serving/values.yaml )
122122| ` feast-serving-online.store.yaml ` | Store configuration for Feast Serving | Refer to this [ link] ( charts/feast-serving/values.yaml )
@@ -150,7 +150,7 @@ The following table lists the configurable parameters of the Feast chart and the
150150| ` feast-serving-batch.core.enabled ` | Flag for Feast Serving to use Feast Core in the same Helm release | ` true `
151151| ` feast-serving-batch.replicaCount ` | No of pods to create | ` 1 `
152152| ` feast-serving-batch.image.repository ` | Repository for Feast Serving Docker image | ` gcr.io/kf-feast/feast-serving `
153- | ` feast-serving-batch.image.tag ` | Tag for Feast Serving Docker image | ` 0.3.2 `
153+ | ` feast-serving-batch.image.tag ` | Tag for Feast Serving Docker image | ` 0.3.8 `
154154| ` feast-serving-batch.image.pullPolicy ` | Image pull policy for Feast Serving Docker image | ` IfNotPresent `
155155| ` feast-serving-batch.application.yaml ` | Application configuration for Feast Serving | Refer to this [ link] ( charts/feast-serving/values.yaml )
156156| ` feast-serving-batch.store.yaml ` | Store configuration for Feast Serving | Refer to this [ link] ( charts/feast-serving/values.yaml )
@@ -176,4 +176,4 @@ The following table lists the configurable parameters of the Feast chart and the
176176| ` feast-serving-batch.http.targetPort ` | Container port for HTTP request | ` 8080 `
177177| ` feast-serving-batch.grpc.port ` | Kubernetes Service port for GRPC request| ` 6566 `
178178| ` feast-serving-batch.grpc.targetPort ` | Container port for GRPC request| ` 6566 `
179- | ` feast-serving-batch.resources ` | CPU and memory allocation for the pod | ` {} `
179+ | ` feast-serving-batch.resources ` | CPU and memory allocation for the pod | ` {} `
0 commit comments