-
Notifications
You must be signed in to change notification settings - Fork 802
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved template linting/validation + CI integration
- Loading branch information
1 parent
d5a68a3
commit aa00612
Showing
12 changed files
with
399 additions
and
263 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
export MINIKUBE_VERSION=0.28.0 | ||
export HELM_VERSION=2.9.1 | ||
export KUBEVAL_VERSION=0.7.1 | ||
export PATH="$PWD/bin:$PATH" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
# chartpress is important for local development, CI and CD | ||
# - builds images and can push them also (--push) | ||
# - updates image names and tags in values.yaml | ||
# - can publish the built Helm chart (--publish) | ||
chartpress==0.2.1 | ||
|
||
# yamllint is important for local development, CI | ||
# - used within tools/templates/lint-and-validate.py | ||
yamllint>=1.1.1 | ||
|
||
# PyGithub and python-dateutil is rarely used | ||
# - used within tools/contributors.py | ||
PyGithub>=1 | ||
python-dateutil>=2 | ||
chartpress==0.2.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
name: jupyterhub | ||
version: v0.7-dev | ||
appVersion: v0.8.1 | ||
appVersion: v0.9.2 | ||
description: Multi-user Jupyter installation | ||
home: https://z2jh.jupyter.org | ||
sources: | ||
- https://github.com/jupyterhub/zero-to-jupyterhub-k8s | ||
icon: https://jupyter.org/assets/hublogo.svg | ||
kubeVersion: ">=1.8.0-0" | ||
tillerVersion: ">=2.7.0-0" | ||
kubeVersion: '>=1.8.0-0' | ||
tillerVersion: '>=2.7.0-0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.