From 9615bff25c258eb5b84e7ad2b603de88f8d7578b Mon Sep 17 00:00:00 2001 From: Richard Conway Date: Fri, 22 Sep 2023 15:12:50 +0000 Subject: [PATCH] [docs] Update to chart pdp@1.1.12 --- docs/eoepca/pdp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/eoepca/pdp.md b/docs/eoepca/pdp.md index 2aa03ab9..cf918c38 100644 --- a/docs/eoepca/pdp.md +++ b/docs/eoepca/pdp.md @@ -9,7 +9,7 @@ The _PDP_ is deployed via the `pdp-engine` helm chart from the [EOEPCA Helm Char The chart is configured via values that are fully documented in the [README for the `pdp-engine` chart](https://github.com/EOEPCA/helm-charts/tree/main/charts/pdp-engine#readme). ```bash -helm install --version 1.1.6 --values pdp-values.yaml \ +helm install --version 1.1.12 --values pdp-values.yaml \ --repo https://eoepca.github.io/helm-charts \ pdp pdp-engine ```