Skip to content

Commit eb5f535

Browse files
Chen Zhilingfeast-ci-bot
authored andcommitted
Bump chart version to 0.3.0 (#311)
* Bump chart version to 0.3.0 * Repackage dependencies
1 parent f9f1096 commit eb5f535

8 files changed

Lines changed: 15 additions & 15 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.0-alpha.1
4+
version: 0.3.0

infra/charts/feast/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ helm repo update
3939
Install Feast release with minimal features, without batch serving and persistency:
4040
```bash
4141
RELEASE_NAME=demo
42-
helm install feast-charts/feast --name $RELEASE_NAME --version 0.3.0-alpha.1 -f values-demo.yaml
42+
helm install feast-charts/feast --name $RELEASE_NAME --version 0.3.0 -f values-demo.yaml
4343
```
4444

4545
Install Feast release for typical use cases, with batch and online serving:
@@ -60,7 +60,7 @@ PROJECT_ID=google-cloud-project-id
6060
DATASET_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.0-alpha.1 \
63+
helm install feast-charts/feast --name feast --version 0.3.0 \
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
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.0-alpha.1
4+
version: 0.3.0

infra/charts/feast/charts/feast-core/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ replicaCount: 1
4242
# image configures the Docker image for Feast Core
4343
image:
4444
repository: gcr.io/kf-feast/feast-core
45-
tag: 0.3.0-alpha.1
45+
tag: 0.3.0
4646
pullPolicy: IfNotPresent
4747

4848
# application.yaml is the main configuration for Feast Core application.
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.0-alpha.1
4+
version: 0.3.0

infra/charts/feast/charts/feast-serving/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ replicaCount: 1
2929
# image configures the Docker image for Feast Serving
3030
image:
3131
repository: gcr.io/kf-feast/feast-serving
32-
tag: 0.3.0-alpha.1
32+
tag: 0.3.0
3333
pullPolicy: IfNotPresent
3434

3535
# application.yaml is the main configuration for Feast Serving application.
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
dependencies:
22
- name: feast-core
33
repository: ""
4-
version: 0.3.0-alpha.1
4+
version: 0.3.0
55
- name: feast-serving
66
repository: ""
7-
version: 0.3.0-alpha.1
7+
version: 0.3.0
88
- name: feast-serving
99
repository: ""
10-
version: 0.3.0-alpha.1
11-
digest: sha256:98e5dbbc48287626aeef6aa550b81c1494fe2206af92e2d532134e9e30fb97d8
12-
generated: "2019-11-05T12:09:26.710407597+08:00"
10+
version: 0.3.0
11+
digest: sha256:36d703bde61d079ca80738e820840f28d6dd8408b296942d5a3e4767d12378f7
12+
generated: "2019-11-18T11:26:02.622058+08:00"
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.3.0-alpha.1
3+
version: 0.3.0
44
condition: feast-core.enabled
55
- name: feast-serving
66
alias: feast-serving-batch
7-
version: 0.3.0-alpha.1
7+
version: 0.3.0
88
condition: feast-serving-batch.enabled
99
- name: feast-serving
1010
alias: feast-serving-online
11-
version: 0.3.0-alpha.1
11+
version: 0.3.0
1212
condition: feast-serving-online.enabled

0 commit comments

Comments
 (0)