Skip to content

Commit

Permalink
Merge pull request #6 from Hyper-Mesh/pom
Browse files Browse the repository at this point in the history
  • Loading branch information
vara-bonthu authored Jul 3, 2022
2 parents ae738dd + 21556a1 commit bdfa368
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
The following step builds a docker image(`spark/spark-web-ui:latest`) using `Dockerfile` and `pom.xml` file.

```shell
cd spark-history-server/docker
git clone https://github.com/Hyper-Mesh/helm-charts.git
cd helm-charts/docker
docker build -t varabonthu/spark-web-ui:latest .
```

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
# ENTER AWS CREDENTIALS TO RUN THE DOCKER IMAGE LOCALLY

DOCKER_IMAGE="varabonthu/spark-web-ui:1.0.5"
DOCKER_IMAGE="varabonthu/spark-web-ui:1.0.6"
LOG_DIR="s3a://<bucket_name>/<spark-event-logs-prefix>/"
ENDPOINT="s3.<region>.amazonaws.com"

Expand Down
2 changes: 1 addition & 1 deletion stable/spark-history-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ version: 1.0.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 1.0.5
appVersion: 1.0.6

maintainers:
- name: vara-bonthu
Expand Down
2 changes: 1 addition & 1 deletion stable/spark-history-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: varabonthu/spark-web-ui
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: 1.0.5
tag: 1.0.6

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit bdfa368

Please sign in to comment.