Skip to content
Open
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
23 changes: 23 additions & 0 deletions charts/tekton-pipeline/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
34 changes: 34 additions & 0 deletions charts/tekton-pipeline/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
apiVersion: v2
name: tekton-pipeline
icon: https://avatars2.githubusercontent.com/u/47602533
description: A Weaveworks Helm chart for the Tekton Pipeline Profile
type: application
version: 0.0.1
dependencies:
- name: tekton-pipeline
version: "0.29.0"
repository: "https://cdfoundation.github.io/tekton-helm-chart/"
kubeVersion: ">=1.22.0-0"
home: https://github.com/weaveworks/profiles-catalog
sources:
- https://cdfoundation.github.io/tekton-helm-chart/

keywords:
- tekton

maintainers:
- name: Weaveworks
email: support@weave.works

annotations:
"weave.works/profile": tekton-pipeline
"weave.works/category": Deployment
"weave.works/layer": layer-2
"weave.works/links": |
- name: Chart Sources
url: https://cdfoundation.github.io/tekton-helm-chart/
- name: Upstream Project
url: https://github.com/tektoncd/pipeline
"weave.works/profile-ci": |
- "gke"
- "kind"