From e27195b3d808b5a950949d22baa94632c93e169e Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Mon, 10 Apr 2017 21:31:34 -0700 Subject: [PATCH] Release v0.1 - 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 --- jupyterhub/templates/culler.yaml | 2 +- jupyterhub/values.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/jupyterhub/templates/culler.yaml b/jupyterhub/templates/culler.yaml index b5cf2f84..343c9abb 100644 --- a/jupyterhub/templates/culler.yaml +++ b/jupyterhub/templates/culler.yaml @@ -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 diff --git a/jupyterhub/values.yaml b/jupyterhub/values.yaml index 01821376..6b08676d 100644 --- a/jupyterhub/values.yaml +++ b/jupyterhub/values.yaml @@ -21,8 +21,8 @@ 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 @@ -30,7 +30,7 @@ hub: proxy: image: - name: yuvipanda/jupyterhub-kubernetes-proxy + name: yuvipanda/jupyterhub-k8s-proxy tag: v0.1 resources: requests: @@ -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