Skip to content

Commit

Permalink
Update versions in Helm examples
Browse files Browse the repository at this point in the history
  • Loading branch information
johngrimes committed May 22, 2024
1 parent eb97eb8 commit 045489c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions deployment/helm/pathling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ scenario, all processing is performed on a single pod.

```yml
pathling:
image: aehrc/pathling:6
image: aehrc/pathling:7
resources:
requests:
cpu: 2
Expand Down Expand Up @@ -113,7 +113,7 @@ pods on demand (at the cost of some latency).
```yml
pathling:
image: aehrc/pathling:6
image: aehrc/pathling:7
resources:
requests:
cpu: 1
Expand All @@ -138,7 +138,7 @@ pathling:
logging.level.au.csiro.pathling: debug
spark.master: k8s://https://kubernetes.default.svc
spark.kubernetes.namespace: pathling
spark.kubernetes.executor.container.image: aehrc/pathling:6
spark.kubernetes.executor.container.image: aehrc/pathling:7
spark.kubernetes.executor.volumes.hostPath.warehouse.options.path: /home/user/data/pathling
spark.kubernetes.executor.volumes.hostPath.warehouse.mount.path: /usr/share/warehouse
spark.kubernetes.executor.volumes.hostPath.warehouse.mount.readOnly: false
Expand Down
6 changes: 3 additions & 3 deletions site/docs/server/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ scenario, all processing is performed on a single pod.

```yml
pathling:
image: aehrc/pathling:6
image: aehrc/pathling:7
resources:
requests:
cpu: 2
Expand Down Expand Up @@ -123,7 +123,7 @@ pods on demand (at the cost of some latency).
```yml
pathling:
image: aehrc/pathling:6
image: aehrc/pathling:7
resources:
requests:
cpu: 1
Expand All @@ -148,7 +148,7 @@ pathling:
logging.level.au.csiro.pathling: debug
spark.master: k8s://https://kubernetes.default.svc
spark.kubernetes.namespace: pathling
spark.kubernetes.executor.container.image: aehrc/pathling:6
spark.kubernetes.executor.container.image: aehrc/pathling:7
spark.kubernetes.executor.volumes.hostPath.warehouse.options.path: /home/user/data/pathling
spark.kubernetes.executor.volumes.hostPath.warehouse.mount.path: /usr/share/warehouse
spark.kubernetes.executor.volumes.hostPath.warehouse.mount.readOnly: false
Expand Down

0 comments on commit 045489c

Please sign in to comment.