Skip to content

Commit

Permalink
Merge pull request #501 from TomAugspurger/trigger-ci
Browse files Browse the repository at this point in the history
bump image version
  • Loading branch information
rabernat authored Jan 22, 2020
2 parents a903edc + c165a9a commit 6ce547a
Showing 1 changed file with 1 addition and 1 deletion.
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 6ce547a

Please sign in to comment.