Skip to content

Commit

Permalink
update the spark image in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Siri Kallhovd committed Aug 16, 2023
1 parent d15ee01 commit bc6d183
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions lint-chart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ echo "Linting $1..."
echo "Running Helm lint..."
helm lint --strict $1 | grep -vE "linted|Lint"
helm template $1 > deployment.yaml
# echo "Running kubeval lint..."
# kubeval -v 1.19.15 -s https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master < deployment.yaml | (grep -v " valid" || true)
echo "Running kubeval lint..."
kubeval -v 1.27.3 -s https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master < deployment.yaml | (grep -v " valid" || true)
echo "Running kubetest lint..."
cat deployment.yaml | conftest test -
echo "Yay, no errors when linting $1"
Expand Down
2 changes: 1 addition & 1 deletion repos/testing/spark/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Apache Spark is a fast and general engine for big data processing.
name: spark
version: 0.10.22
version: 0.10.23
maintainers:
- name: Sigma2 AS
email: contact@sigma2.no
Expand Down
2 changes: 1 addition & 1 deletion repos/testing/spark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ and graph processing.

### Advanced
This application creates a [Apache Spark](https://github.com/UninettSigma2/helm-charts/tree/master/repos/testing/spark) cluster using the following Dockerfile:
- [uninettSigma2/jupyter-spark](https://github.com/UninettSigma2/helm-charts-dockerfiles/tree/fbbf65f/jupyter-spark/Dockerfile)
- [uninettSigma2/jupyter-spark](https://github.com/UninettSigma2/helm-charts-dockerfiles/tree/d208ba8/jupyter-spark/Dockerfile)


#### Values
Expand Down
4 changes: 2 additions & 2 deletions repos/testing/spark/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ properties:
dockerImage:
type: string
examples:
- quay.io/nird-toolkit/jupyter-spark:20220216-fbbf65f
- quay.io/nird-toolkit/jupyter-spark:20230816-d208ba8
master:
type: object
properties:
Expand Down Expand Up @@ -76,7 +76,7 @@ properties:
contact_email:
type: string
examples:
- example@uninett.no
- example@sigma2.no
dataporten:
type: object
properties:
Expand Down
4 changes: 2 additions & 2 deletions repos/testing/spark/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ advanced:
limits:
cpu: "4"
memory: 2G
dockerImage: quay.io/nird-toolkit/jupyter-spark:20220216-fbbf65f
dockerImage: quay.io/nird-toolkit/jupyter-spark:20230816-d208ba8

uid: 999
gid: 999
Expand All @@ -36,7 +36,7 @@ persistentStorage:

appstore_generated_data:
appstore_meta_data:
contact_email: "example@uninett.no"
contact_email: "example@sigma2.no"
dataporten:
scopes:
- ""
Expand Down

0 comments on commit bc6d183

Please sign in to comment.