Skip to content

Commit

Permalink
Add some doeks profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Darryl Weaver committed Aug 2, 2023
1 parent 325faad commit c4e6193
Show file tree
Hide file tree
Showing 10 changed files with 260 additions and 0 deletions.
23 changes: 23 additions & 0 deletions charts/jupyterhub/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 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
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
29 changes: 29 additions & 0 deletions charts/jupyterhub/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
apiVersion: v2
name: jupyterhub
description: A Weaveworks Helm chart for Jupyterhub
type: application
version: 0.0.1
dependencies:
- name: jupyterhub
version: "3.0.0-beta.1"
repository: "https://jupyterhub.github.io/helm-chart/"
kubeVersion: ">=1.16.0-0"
home: https://github.com/weaveworks/profiles-catalog
sources:
- https://jupyterhub.github.io/helm-chart/

keywords:
- jupyterhub

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

annotations:
"weave.works/profile": jupyterhub
"weave.works/category": Notebook
"weave.works/links": |
- name: Chart Sources
url: https://jupyterhub.github.io/helm-chart/
"weave.works/profile-ci": |
- "kind"
23 changes: 23 additions & 0 deletions charts/kubecost/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 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
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
29 changes: 29 additions & 0 deletions charts/kubecost/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
apiVersion: v2
name: kubecost
description: A Weaveworks Helm chart for Kubecost
type: application
version: 0.0.1
dependencies:
- name: cost-analyzer
version: "1.103.2"
repository: "oci://public.ecr.aws/kubecost"
kubeVersion: ">=1.16.0-0"
home: https://github.com/weaveworks/profiles-catalog
sources:
- https://github.com/kubecost/cost-analyzer-helm-chart

keywords:
- kubecost

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

annotations:
"weave.works/profile": kubecost
"weave.works/category": Costs
"weave.works/links": |
- name: Chart Sources
url: https://github.com/kubecost/cost-analyzer-helm-chart
"weave.works/profile-ci": |
- "kind"
23 changes: 23 additions & 0 deletions charts/spark-history-server/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 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
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
29 changes: 29 additions & 0 deletions charts/spark-history-server/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
apiVersion: v2
name: spark-history-server
description: A Weaveworks Helm chart for Spark History Server
type: application
version: 0.0.1
dependencies:
- name: spark-history-server
version: "1.0.0"
repository: "https://hyper-mesh.github.io/spark-history-server"
kubeVersion: ">=1.16.0-0"
home: https://github.com/weaveworks/profiles-catalog
sources:
- https://hyper-mesh.github.io/spark-history-server

keywords:
- spark

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

annotations:
"weave.works/profile": spark-history-server
"weave.works/category": Database
"weave.works/links": |
- name: Chart Sources
url: https://hyper-mesh.github.io/spark-history-server
"weave.works/profile-ci": |
- "kind"
23 changes: 23 additions & 0 deletions charts/spark-operator/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 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
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
29 changes: 29 additions & 0 deletions charts/spark-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
apiVersion: v2
name: spark-operator
description: A Weaveworks Helm chart for Spark Operator
type: application
version: 0.0.1
dependencies:
- name: spark-operator
version: "1.1.27"
repository: "https://googlecloudplatform.github.io/spark-on-k8s-operator"
kubeVersion: ">=1.16.0-0"
home: https://github.com/weaveworks/profiles-catalog
sources:
- https://googlecloudplatform.github.io/spark-on-k8s-operator

keywords:
- spark

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

annotations:
"weave.works/profile": spark
"weave.works/category": Database
"weave.works/links": |
- name: Chart Sources
url: https://googlecloudplatform.github.io/spark-on-k8s-operator
"weave.works/profile-ci": |
- "kind"
23 changes: 23 additions & 0 deletions charts/yunikorn/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 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
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
29 changes: 29 additions & 0 deletions charts/yunikorn/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
apiVersion: v2
name: yunikorn
description: A Weaveworks Helm chart for Yunikorn
type: application
version: 0.0.1
dependencies:
- name: yunikorn
version: "1.2.0"
repository: "https://apache.github.io/yunikorn-release"
kubeVersion: ">=1.16.0-0"
home: https://github.com/weaveworks/profiles-catalog
sources:
- https://apache.github.io/yunikorn-release

keywords:
- spark

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

annotations:
"weave.works/profile": yunikorn
"weave.works/category": Scheduler
"weave.works/links": |
- name: Chart Sources
url: https://apache.github.io/yunikorn-release
"weave.works/profile-ci": |
- "kind"

0 comments on commit c4e6193

Please sign in to comment.