Skip to content

Commit

Permalink
Add missing charts
Browse files Browse the repository at this point in the history
  • Loading branch information
atrakic committed Dec 19, 2024
1 parent 1c71311 commit 984070c
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 0 deletions.
13 changes: 13 additions & 0 deletions charts/argo-workflows/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: v2
appVersion: v3.4.3
name: argo-workflows
description: A Helm chart for Argo Workflows
type: application
# The chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.1.0

dependencies:
- name: argo-workflows
version: 0.20.6
repository: https://argoproj.github.io/argo-helm
17 changes: 17 additions & 0 deletions charts/cluster-autoscaler/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
apiVersion: v2
name: cluster-autoscaler
description: A Helm chart for installing cluster-autoscaler
type: application

# The chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.1.0

# Version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: "1.0"

dependencies:
- name: cluster-autoscaler
version: 9.19.2
repository: https://kubernetes.github.io/autoscaler
20 changes: 20 additions & 0 deletions charts/spark-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
apiVersion: v2
name: spark-operator
description: A Helm chart for Spark on Kubernetes operator

# Application charts are a collection of templates that can be packaged into versioned archives
# to be deployed.
type: application

# The chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.1.1

# Version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: "1.0"

dependencies:
- name: spark-operator
version: 1.1.25
repository: https://googlecloudplatform.github.io/spark-on-k8s-operator

0 comments on commit 984070c

Please sign in to comment.