Skip to content

Commit

Permalink
Tca 101 (#55)
Browse files Browse the repository at this point in the history
* spark image update
  • Loading branch information
tcarland authored Mar 20, 2024
1 parent 4999a1b commit b91117f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: spark-hs
description: A Helm Chart for the Spark History Server
type: application
version: 1.0.0
version: 1.0.1
appVersion: 3.5.1
2 changes: 1 addition & 1 deletion argo/spark-hs-argo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
value: "$TRUSTSTORE_PASSWD"
chart: spark-hs
repoURL: https://tcarland.github.io/spark-hs-chart/
targetRevision: 1.0.0
targetRevision: 1.0.1
syncPolicy:
syncOptions:
- CreateNamespace=true
1 change: 0 additions & 1 deletion container/Dockerfile-v3.5.1
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ RUN set -ex && \
chgrp root /etc/passwd && chmod ug+rw /etc/passwd && \
rm -rf /var/cache/apt/* && rm -rf /var/lib/apt/lists/*


COPY jars /opt/spark/jars
COPY RELEASE /opt/spark/RELEASE
COPY bin /opt/spark/bin
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ replicaCount: 1

image:
repository: quay.io/tcarland/spark
tag: v3.5.1-elara-2403.12
tag: v3.5.1-io-2403.17
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down

0 comments on commit b91117f

Please sign in to comment.