Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fill image tags values.yaml with placeholders #541

Merged
merged 1 commit into from
Feb 26, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jupyterhub/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: Multi-user Jupyter installation
name: jupyterhub
version: v0.7
version: v0.7-dev
10 changes: 5 additions & 5 deletions jupyterhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ hub:
extraVolumeMounts: []
image:
name: jupyterhub/k8s-hub
tag: v0.6
tag: generated-by-chartpress
resources:
requests:
cpu: 0.2
Expand Down Expand Up @@ -118,7 +118,7 @@ singleuser:
networkTools:
image:
name: jupyterhub/k8s-network-tools
tag: v0.6
tag: generated-by-chartpress
cloudMetadata:
enabled: false
ip: 169.254.169.254
Expand All @@ -144,7 +144,7 @@ singleuser:
storageClass:
image:
name: jupyterhub/k8s-singleuser-sample
tag: v0.6
tag: generated-by-chartpress
startTimeout: 300
cpu:
limit:
Expand All @@ -160,8 +160,8 @@ prePuller:
enabled: true
extraEnv: {}
image:
name: jupyterhub/k8s-pre-puller
tag: v0.6
name: jupyterhub/k8s-image-awaiter
tag: generated-by-chartpress
continuous:
enabled: false
pause:
Expand Down