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

Chart.yaml - icon + kube & helm versions #627

Merged
merged 3 commits into from
Apr 2, 2018

Conversation

consideRatio
Copy link
Member

@consideRatio consideRatio commented Apr 2, 2018

I ran helm lint on the chart successfully, but was warned about a missing icon. This PR adds that icon.

PR based on reading up on what to be included in Chart.yaml according to Helm and according to kubernetes/charts repo as well as by looking at charts published in kubernetes/charts.

I added required kubeVersion and tillerVersion to be 1.8+ (k8s daemonset API) and 2.7+ (helm delete annotations). See #502 for more details. Having Helm (tiller) 2.8.2 would avoid issues like described in #620 - but is not essential.

@consideRatio consideRatio changed the title Chart.yaml - icon + kube & helm versions [WIP] Chart.yaml - icon + kube & helm versions Apr 2, 2018
@consideRatio
Copy link
Member Author

consideRatio commented Apr 2, 2018

  • Wooops included one commit too much, need to fix.

consideRatio added a commit to consideRatio/zero-to-jupyterhub-k8s that referenced this pull request Apr 2, 2018
Making Chart.yaml conform to `helm lint` by adding an icon, and declaring required k8s and helm versions.
@consideRatio consideRatio changed the title [WIP] Chart.yaml - icon + kube & helm versions Chart.yaml - icon + kube & helm versions Apr 2, 2018
Making Chart.yaml conform to `helm lint` by adding an icon, and declaring required k8s and helm versions.
@consideRatio consideRatio mentioned this pull request Apr 2, 2018
21 tasks
Copy link
Collaborator

@yuvipanda yuvipanda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor nits, otherwise LGTM!

home: https://zero-to-jupyterhub.readthedocs.io
sources:
- https://github.com/jupyterhub/zero-to-jupyterhub-k8s
icon: http://jupyter.org/assets/hublogo.svg
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you make this https?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

name: jupyterhub
version: v0.7-dev
appVersion: v0.8.1
description: Multi-user Jupyter installation
home: https://zero-to-jupyterhub.readthedocs.io
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can this be https://z2jh.jupyter.org instead?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

@yuvipanda yuvipanda merged commit 13a90eb into jupyterhub:master Apr 2, 2018
@yuvipanda
Copy link
Collaborator

Awesome! Thanks for the PR :)

What do you think of adding helm lint to run on PR submission to our CI?

@consideRatio
Copy link
Member Author

@yuvipanda thanks for input and merge! :D

@yuvipanda yes makes sense, also adding yamllint with a config similar to kubernetes/charts --- thats what they do I think. See #625 and in-page search for yamllint!

@manics manics mentioned this pull request Aug 15, 2018
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants