Skip to content

Commit 818eaba

Browse files
committed
fix: Add gotmpl to helmignore file
1 parent 83c4028 commit 818eaba

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# helm-charts
2-
Hosted Helm chart repository for charts that are not available via a public chart repo
2+
3+
Helm chart repository for accelerated containerized workloads

charts/triton-inference-server/.helmignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# This supports shell glob matching, relative path matching, and
33
# negation (prefixed with !). Only one pattern per line.
44
.DS_Store
5+
56
# Common VCS dirs
67
.git/
78
.gitignore
@@ -10,14 +11,18 @@
1011
.hg/
1112
.hgignore
1213
.svn/
14+
1315
# Common backup files
1416
*.swp
1517
*.bak
1618
*.tmp
1719
*.orig
1820
*~
21+
1922
# Various IDEs
2023
.project
2124
.idea/
2225
*.tmproj
2326
.vscode/
27+
28+
*.gotmpl

charts/triton-inference-server/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ name: triton-inference-server
33
description: NVIDIA Triton Inference Server
44

55
type: application
6-
version: 0.1.0
6+
version: 0.1.1
77
appVersion: "2.55.0"

0 commit comments

Comments
 (0)