-
Notifications
You must be signed in to change notification settings - Fork 998
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump chart version to 0.3.0 * Repackage dependencies
- Loading branch information
1 parent
f9f1096
commit eb5f535
Showing
8 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |