Skip to content

Commit 35047d7

Browse files
author
TheCodingSheikh
committed
feat: add kubeflow chart
1 parent d265597 commit 35047d7

File tree

6 files changed

+631
-0
lines changed

6 files changed

+631
-0
lines changed

charts/kubeflow/.helmignore

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/

charts/kubeflow/Chart.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
apiVersion: v2
2+
name: kubeflow
3+
description: >
4+
A Helm chart that generates ArgoCD AppProject and Application resources for Kubeflow components,
5+
preconfigured according to the upstream examples/kustomization.yaml structure.
6+
7+
type: application
8+
version: 1.0.0
9+
appVersion: "1.10.0"
10+
11+
home: https://github.com/TheCodingSheikh/helm-charts/tree/main/charts/kubeflow
12+
maintainers:
13+
- name: TheCodingSheikh
14+
sources:
15+
- https://github.com/TheCodingSheikh/helm-charts/tree/main/charts/kubeflow
16+
keywords:
17+
- kubeflow
18+
- argocd
19+
- helm
20+
- gitops
21+
- machine-learning
22+
23+
dependencies:
24+
- name: raw
25+
version: 1.0.1
26+
repository: https://thecodingsheikh.github.io/helm-charts

0 commit comments

Comments
 (0)