Skip to content

Commit 16ed06d

Browse files
authored
Merge pull request #789 from jetstack/ngts-helm-chart
Add helm chart for NGTS-capable agent
2 parents 890763f + e84021e commit 16ed06d

23 files changed

+2069
-12
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Patterns to ignore when building packages.
2+
# This supports shell glob matching, relative path matching, and
3+
# negation (prefixed with !). Only one pattern per line.
4+
.DS_Store
5+
# Common VCS dirs
6+
.git/
7+
.gitignore
8+
.bzr/
9+
.bzrignore
10+
.hg/
11+
.hgignore
12+
.svn/
13+
# Common backup files
14+
*.swp
15+
*.bak
16+
*.tmp
17+
*.orig
18+
*~
19+
# Various IDEs
20+
.project
21+
.idea/
22+
*.tmproj
23+
.vscode/
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
apiVersion: v2
2+
name: discovery-agent
3+
description: |-
4+
The discovery-agent connects your Kubernetes or Openshift cluster to NGTS for discovery and monitoring.
5+
6+
maintainers:
7+
- name: Palo Alto Networks
8+
url: https://www.paloaltonetworks.com
9+
10+
sources:
11+
- https://github.com/jetstack/jetstack-secure
12+
13+
# These versions are meant to be overridden by `make helm-chart`. No `v` prefix
14+
# for the `version` because Helm doesn't support auto-determining the latest
15+
# version for OCI Helm charts that use a `v` prefix.
16+
version: 0.0.0
17+
appVersion: "v0.0.0"

0 commit comments

Comments
 (0)