Skip to content

Commit

Permalink
update spark image (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarland authored Feb 15, 2024
1 parent c2cd4c4 commit 182a52a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 0.9.6
version: 0.9.7
appVersion: 3.3.4
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: 0.9.6
targetRevision: 0.9.7
syncPolicy:
syncOptions:
- CreateNamespace=true
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.3.4-dione-2401.28
tag: v3.3.4-dione-2402.05
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down

0 comments on commit 182a52a

Please sign in to comment.