-
Notifications
You must be signed in to change notification settings - Fork 121
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
Add pipeline helm chart #494
Conversation
Hi @eddycharly. Thanks for your PR. I'm waiting for a tektoncd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
eeb18d1
to
24242bd
Compare
f0b4f01
to
f1f9a0b
Compare
14f9d9e
to
4248100
Compare
a1feeaf
to
9f821a3
Compare
It should be mostly good for the technical part. |
234ece2
to
6e8a9e5
Compare
@afrittoli @vdemeester this should be ready for review. |
46c6083
to
e98bbfb
Compare
/ok-to-test |
@afrittoli do you have in repo config enabled on your prow instance ? |
/retest |
I updated the chart to version v0.11.0. Any review welcome. Also, can someone help to set up a bucket and try to get a helm repository up and running ? |
/retest |
/test tekton-experimental-unit-tests |
/meow |
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
I wonder if everyone is too busy or not interested. I can understand both, no worries. I will leave the PR open a couple more days and will close it by the end of the week unless someone shows some interest. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vdemeester The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Thank you @vdemeester |
This PR proposes to add a helm chart for tekton.
This was proposed here tektoncd/plumbing#278.
The helm chart doesn't include dashboard, triggers, or operator. I will make separate charts for them in separate PRs. This one focuses only on pipeline.
The pipeline version used to create the chart is v0.11.0-rc2. Supporting v0.10 is imho not worth the effort, by the time this chart is released v0.11 will probably be out.
This is work in progress, things not implemented yet :
support for ingress(not relevant)more crds options(useless)liveness probes(no probes available yet see Missing k8s liveness and readiness probes support pipeline#1586)readiness probes(no probes available yet see Missing k8s liveness and readiness probes support pipeline#1586)Feedback welcome, thanks.