Skip to content

Commit

Permalink
Bump chart version to 0.3.0 (#311)
Browse files Browse the repository at this point in the history
* Bump chart version to 0.3.0

* Repackage dependencies
  • Loading branch information
Chen Zhiling authored and feast-ci-bot committed Nov 18, 2019
1 parent f9f1096 commit eb5f535
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion infra/charts/feast/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: A Helm chart to install Feast on kubernetes
name: feast
version: 0.3.0-alpha.1
version: 0.3.0
4 changes: 2 additions & 2 deletions infra/charts/feast/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ helm repo update
Install Feast release with minimal features, without batch serving and persistency:
```bash
RELEASE_NAME=demo
helm install feast-charts/feast --name $RELEASE_NAME --version 0.3.0-alpha.1 -f values-demo.yaml
helm install feast-charts/feast --name $RELEASE_NAME --version 0.3.0 -f values-demo.yaml
```

Install Feast release for typical use cases, with batch and online serving:
Expand All @@ -60,7 +60,7 @@ PROJECT_ID=google-cloud-project-id
DATASET_ID=bigquery-dataset-id

# Install the Helm release using default values.yaml
helm install feast-charts/feast --name feast --version 0.3.0-alpha.1 \
helm install feast-charts/feast --name feast --version 0.3.0 \
--set feast-serving-batch."application\.yaml".feast.jobs.staging-location=$STAGING_LOCATION \
--set feast-serving-batch."store\.yaml".bigquery_config.project_id=$PROJECT_ID \
--set feast-serving-batch."store\.yaml".bigquery_config.dataset_id=$DATASET_ID
Expand Down
2 changes: 1 addition & 1 deletion infra/charts/feast/charts/feast-core/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: A Helm chart for core component of Feast
name: feast-core
version: 0.3.0-alpha.1
version: 0.3.0
2 changes: 1 addition & 1 deletion infra/charts/feast/charts/feast-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ replicaCount: 1
# image configures the Docker image for Feast Core
image:
repository: gcr.io/kf-feast/feast-core
tag: 0.3.0-alpha.1
tag: 0.3.0
pullPolicy: IfNotPresent

# application.yaml is the main configuration for Feast Core application.
Expand Down
2 changes: 1 addition & 1 deletion infra/charts/feast/charts/feast-serving/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: A Helm chart for serving component of Feast
name: feast-serving
version: 0.3.0-alpha.1
version: 0.3.0
2 changes: 1 addition & 1 deletion infra/charts/feast/charts/feast-serving/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ replicaCount: 1
# image configures the Docker image for Feast Serving
image:
repository: gcr.io/kf-feast/feast-serving
tag: 0.3.0-alpha.1
tag: 0.3.0
pullPolicy: IfNotPresent

# application.yaml is the main configuration for Feast Serving application.
Expand Down
10 changes: 5 additions & 5 deletions infra/charts/feast/requirements.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: feast-core
repository: ""
version: 0.3.0-alpha.1
version: 0.3.0
- name: feast-serving
repository: ""
version: 0.3.0-alpha.1
version: 0.3.0
- name: feast-serving
repository: ""
version: 0.3.0-alpha.1
digest: sha256:98e5dbbc48287626aeef6aa550b81c1494fe2206af92e2d532134e9e30fb97d8
generated: "2019-11-05T12:09:26.710407597+08:00"
version: 0.3.0
digest: sha256:36d703bde61d079ca80738e820840f28d6dd8408b296942d5a3e4767d12378f7
generated: "2019-11-18T11:26:02.622058+08:00"
6 changes: 3 additions & 3 deletions infra/charts/feast/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: feast-core
version: 0.3.0-alpha.1
version: 0.3.0
condition: feast-core.enabled
- name: feast-serving
alias: feast-serving-batch
version: 0.3.0-alpha.1
version: 0.3.0
condition: feast-serving-batch.enabled
- name: feast-serving
alias: feast-serving-online
version: 0.3.0-alpha.1
version: 0.3.0
condition: feast-serving-online.enabled

0 comments on commit eb5f535

Please sign in to comment.