Skip to content

Commit

Permalink
Merge pull request #502 from pangeo-data/staging
Browse files Browse the repository at this point in the history
staging -> prod (#497, #498, #499, #501)
  • Loading branch information
Joe Hamman committed Jan 22, 2020
2 parents 74d01ab + 6ce547a commit f8c5652
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions deployments/ocean/image/binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies:
- nc-time-axis
- pocean-core
- podaacpy
- pyarrow
- pyoos
- retrying
- unyt
Expand Down
Binary file modified deployments/ooi/secrets/prod.yaml
Binary file not shown.
2 changes: 1 addition & 1 deletion pangeo-deploy/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: pangeo
version: "19.12.04-ead1e6a"
version: "v0.2.2-n036.h48b31b2"
repository: https://pangeo-data.github.io/helm-chart/
import-values:
- child: rbac
Expand Down
2 changes: 1 addition & 1 deletion pangeo-deploy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pangeo:
c.DaskGateway.cluster_manager_options = Options(
Integer("worker_cores", 2, min=1, max=4, label="Worker Cores"),
Float("worker_memory", 4, min=1, max=8, label="Worker Memory (GiB)"),
String("image", default="daskgateway/dask-gateway:0.4.1", label="Image"),
String("image", default="daskgateway/dask-gateway:0.6.1", label="Image"),
handler=option_handler,
)
Expand Down

0 comments on commit f8c5652

Please sign in to comment.