Skip to content

Commit

Permalink
Release v0.1
Browse files Browse the repository at this point in the history
- Tag and push images to dockerhub
- Make version tagged images the default
- Upload output of 'make chart' into github

While this is probably polished enough to be 0.9,
let's underpromise and overdeliver :) Plus, cull does not
work yet
  • Loading branch information
yuvipanda committed Apr 11, 2017
1 parent 2972650 commit e27195b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion jupyterhub/templates/culler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
spec:
containers:
- name: cull-container
image: data8/jupyterhub-k8s-cull:master
image: yuvipanda/jupyterhub-k8s-cull:v0.1
command:
- /bin/sh
- -c
Expand Down
10 changes: 5 additions & 5 deletions jupyterhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ hub:
url: null
labels: null
image:
name: yuvipanda/jupyterhub-kubernetes-hub
tag: v0.12
name: yuvipanda/jupyterhub-k8s-hub
tag: v0.1
resources:
requests:
cpu: 0.2
memory: 1Gi

proxy:
image:
name: yuvipanda/jupyterhub-kubernetes-proxy
name: yuvipanda/jupyterhub-k8s-proxy
tag: v0.1
resources:
requests:
Expand Down Expand Up @@ -59,8 +59,8 @@ singleuser:
# type: hostPath
# homeHostPathTemplate: /data/project/paws/userhomes/{userid}
image:
name: yuvipanda/tiniest-notebook
tag: v1.2
name: yuvipanda/jupyterhub-k8s-singleuser-sample
tag: v0.1
cpu:
limit: null
guarantee: null
Expand Down

0 comments on commit e27195b

Please sign in to comment.