Skip to content

Commit aea9fa1

Browse files
committed
feat: added app-starter helm chart and improved test-render script
1 parent 080925a commit aea9fa1

42 files changed

Lines changed: 4813 additions & 31 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

charts/app-starter/.helmignore

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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+
*~
18+
# Various IDEs
19+
.project
20+
.idea/
21+
*.tmproj
22+
.vscode/
23+
# Custom
24+
example-sops-encrypted-secrets.yaml
25+
test-values/
26+
test-render.sh
27+
.test-output/
28+
CLEANUP_SUMMARY.md
29+
*.md

charts/app-starter/Chart.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
dependencies:
2+
- name: common
3+
repository: file://../common
4+
version: 1.0.0
5+
digest: sha256:07cebde439abe4ba19bb28e844b7419dab83c7f613886416aaf3ec08e8059144
6+
generated: "2026-01-04T00:25:38.242327-07:00"

charts/app-starter/Chart.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
apiVersion: v2
2+
appVersion: "1.0"
3+
description: A streamlined, extensible Helm chart for deploying applications on Kubernetes
4+
name: app-starter
5+
version: 1.0.0
6+
7+
dependencies:
8+
- name: common
9+
version: "1.0.0"
10+
repository: "file://../common"

0 commit comments

Comments
 (0)