-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge stable into master for release 1.5.0. (#425)
* Update bucket-monitor helm chart with unified STORAGE_BUCKET env var. (#414) * Update copyright to 2021 (#415) * Upgrade default GKE version to 1.16 (#412) * Update autoscaler and janitor to latest release for better compatibility with 1.16. (#419) * Add new consumer and zip consumer for "multiplex" jobs. (#420) * Quote all annotations in chart templates. (#421) * Refactor multiplex consumers to mesmer consumers (#422) * Update referenced version to 1.5.0 (#423) * Bump tracking model to TensorFlow 2 based version. (#426) * Bump frontend chart to 0.3.0 and redis-consumer chart to 0.5.0 (#427)
- Loading branch information
Showing
31 changed files
with
383 additions
and
123 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
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
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,6 +1,6 @@ | ||
apiVersion: v1 | ||
name: bucket-monitor | ||
version: 0.1.0 | ||
version: 0.2.0 | ||
#kubeVersion: ^1.10.0 | ||
description: This project monitors a cloud bucket (Google or AWS) and waits for files to be uploaded whose names match certain specifictions. These files will have entries written to the cluster's Redis database for them. | ||
keywords: | ||
|
@@ -13,6 +13,6 @@ maintainers: | |
email: [email protected] | ||
url: vanvalen.caltech.edu | ||
engine: gotpl | ||
appVersion: 0.1.0 | ||
appVersion: 0.4.0 | ||
deprecated: false | ||
tillerVersion: ^2.9.1 |
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,6 +1,6 @@ | ||
apiVersion: v1 | ||
name: frontend | ||
version: 0.2.1 | ||
version: 0.3.0 | ||
#kubeVersion: ^1.9.8 | ||
description: This project provides the frontend interface for the Tensorflow-serving backend of Deepcell. | ||
keywords: | ||
|
@@ -13,6 +13,6 @@ maintainers: | |
email: [email protected] | ||
url: vanvalen.caltech.edu | ||
engine: gotpl | ||
appVersion: 0.6.0 | ||
appVersion: 0.7.0 | ||
deprecated: false | ||
tillerVersion: ^2.9.1 |
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
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,6 +1,6 @@ | ||
apiVersion: v1 | ||
name: redis-consumer | ||
version: 0.2.1 | ||
version: 0.5.0 | ||
#kubeVersion: ^1.9.8 | ||
description: This project consumes and processes redis event, placing the final result back to redis. | ||
keywords: | ||
|
@@ -13,6 +13,6 @@ maintainers: | |
email: [email protected] | ||
url: vanvalen.caltech.edu | ||
engine: gotpl | ||
appVersion: 0.8.3 | ||
appVersion: 0.11.0 | ||
deprecated: false | ||
tillerVersion: ^2.9.1 |
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
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
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
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
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
Oops, something went wrong.