Skip to content

Commit

Permalink
Merge pull request #206 from weaveworks/feature/tetragon
Browse files Browse the repository at this point in the history
add cilium tetragon
  • Loading branch information
Darryl Weaver authored Feb 8, 2023
2 parents 8fb9013 + da77d22 commit 8fa3a1e
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 0 deletions.
21 changes: 21 additions & 0 deletions charts/tetragon/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 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
*~
# Various IDEs
.project
.idea/
*.tmproj
6 changes: 6 additions & 0 deletions charts/tetragon/Chart.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
dependencies:
- name: tetragon
repository: https://helm.cilium.io
version: 0.8.3
digest: sha256:5515635ef1178bcbdf9b72913ef6e9630fc4cc3fb582a33a8b78f0dd95fd1b3e
generated: "2023-01-17T23:53:38.675368Z"
34 changes: 34 additions & 0 deletions charts/tetragon/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
apiVersion: v2
name: tetragon
icon: https://github.com/cilium/tetragon/releases/download/tetragon-cli/logo-dark.png
description: A Weaveworks Helm chart for the tetragon Profile
type: application
version: 0.0.1
dependencies:
- name: tetragon
version: "~0.8.3"
repository: "https://helm.cilium.io"
kubeVersion: ">=1.16.0-0"
home: https://github.com/weaveworks/profiles-catalog
sources:
- https://helm.cilium.io

keywords:
- tetragon
- security
- runtime
- ebpf

maintainers:
- name: Weaveworks
email: [email protected]

annotations:
"weave.works/profile": tetragon
"weave.works/category": Security
"weave.works/links": |
- name: Chart Sources
url: https://github.com/cilium/tetragon
"weave.works/profile-ci": |
- "kind"
- "gke"
1 change: 1 addition & 0 deletions charts/tetragon/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Please navigate to https://github.com/cilium/tetragon/releases/tag/v0.8.3 for the complementary tetra CLI binary
1 change: 1 addition & 0 deletions charts/tetragon/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# https://github.com/cilium/tetragon/tree/main/install/kubernetes

0 comments on commit 8fa3a1e

Please sign in to comment.