-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
60 changed files
with
26,993 additions
and
8,877 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
dependencies: | ||
- name: spark-operator | ||
repository: "" | ||
version: 1.1.20 | ||
digest: sha256:0beb33ae2ec41aff928f57b55d750f5134b96035908725744bb5c05a61eceb2b | ||
generated: "2022-04-22T09:17:17.159186+02:00" | ||
version: 2.0.2 | ||
digest: sha256:ec647402ce487be17941edc3508f3e41e2919833d666df2a956f9a3964944d05 | ||
generated: "2024-10-25T16:46:45.656964+02:00" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,12 @@ | ||
apiVersion: v2 | ||
description: Spark Operator (b/g part) | ||
name: spark-operator | ||
version: 0.1.34 | ||
appVersion: v1beta2-1.3.4-3.1.1 | ||
dependencies: | ||
- name: spark-operator | ||
version: 1.1.20 | ||
# We use an unpacked manually managed sub chart / dependency chart - therefore we do not point to the chart repo | ||
# To update the dependency chart: | ||
# - uncomment this line and then run `helm dependency update charts/spark-operator` | ||
# - unpack the .tgz file overriding the sub-chart, delete the .tgz file, and run `helm dependency update charts/spark-operator` again | ||
# repository: https://googlecloudplatform.github.io/spark-on-k8s-operator | ||
description: A Helm chart for Spark on Kubernetes operator. | ||
version: 2.0.2 | ||
appVersion: 2.0.2 | ||
home: https://github.com/kubeflow/spark-operator | ||
maintainers: | ||
- name: thorsteinnth | ||
email: thorsteinn.sigurdsson@netapp.com | ||
dependencies: | ||
- name: spark-operator | ||
version: "2.0.2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,39 @@ | ||
ci/ | ||
# Patterns to ignore when building packages. | ||
# This supports shell glob matching, relative path matching, and | ||
# negation (prefixed with !). Only one pattern per line. | ||
|
||
ci/ | ||
.helmignore | ||
|
||
# Common VCS dirs | ||
.git/ | ||
.gitignore | ||
.bzr/ | ||
.bzrignore | ||
.hg/ | ||
.hgignore | ||
.svn/ | ||
|
||
# Common backup files | ||
*.swp | ||
*.bak | ||
*.tmp | ||
*.orig | ||
*~ | ||
|
||
# Various IDEs | ||
*.tmproj | ||
.project | ||
.idea/ | ||
.vscode/ | ||
|
||
# MacOS | ||
.DS_Store | ||
|
||
# helm-unittest | ||
tests | ||
.debug | ||
__snapshot__ | ||
|
||
# helm-docs | ||
README.md.gotmpl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,39 @@ | ||
# | ||
# Copyright 2024 The Kubeflow authors. | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# https://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
# | ||
|
||
apiVersion: v2 | ||
appVersion: v1beta2-1.3.4-3.1.1 | ||
description: A Helm chart for Spark on Kubernetes operator | ||
home: https://github.com/GoogleCloudPlatform/spark-on-k8s-operator | ||
|
||
name: spark-operator | ||
|
||
description: A Helm chart for Spark on Kubernetes operator. | ||
|
||
version: 2.0.2 | ||
|
||
appVersion: 2.0.2 | ||
|
||
keywords: | ||
- spark | ||
- apache spark | ||
- big data | ||
|
||
home: https://github.com/kubeflow/spark-operator | ||
|
||
maintainers: | ||
- email: yuchaoran2011@gmail.com | ||
name: yuchaoran2011 | ||
name: spark-operator | ||
version: 1.1.20 | ||
- name: yuchaoran2011 | ||
email: yuchaoran2011@gmail.com | ||
url: https://github.com/yuchaoran2011 | ||
- name: ChenYi015 | ||
email: github@chenyicn.net | ||
url: https://github.com/ChenYi015 |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
charts/spark-operator/charts/spark-operator/ci/ci-values.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
image: | ||
tag: local |
5 changes: 5 additions & 0 deletions
5
charts/spark-operator/charts/spark-operator/ci/kind-config.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
kind: Cluster | ||
apiVersion: kind.x-k8s.io/v1alpha4 | ||
nodes: | ||
- role: control-plane | ||
- role: worker |
Oops, something went wrong.