From 045489cc5d7d9acd57ad75631953097ec5742dea Mon Sep 17 00:00:00 2001 From: John Grimes Date: Wed, 22 May 2024 13:53:57 +1000 Subject: [PATCH] Update versions in Helm examples --- deployment/helm/pathling/README.md | 6 +++--- site/docs/server/kubernetes.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/deployment/helm/pathling/README.md b/deployment/helm/pathling/README.md index a66309c857..8a7820f802 100644 --- a/deployment/helm/pathling/README.md +++ b/deployment/helm/pathling/README.md @@ -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 @@ -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 @@ -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 diff --git a/site/docs/server/kubernetes.md b/site/docs/server/kubernetes.md index 8b4fcc2028..5124743ba0 100644 --- a/site/docs/server/kubernetes.md +++ b/site/docs/server/kubernetes.md @@ -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 @@ -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 @@ -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