From 864d1036cdd10b28379323f2ab20a483f4f870ac Mon Sep 17 00:00:00 2001 From: Richard Conway Date: Wed, 20 Mar 2024 09:17:52 +0000 Subject: [PATCH] Correction to chart path for helm deployment of `eoepca-portal` --- deploy/eoepca/eoepca-portal.sh | 3 +-- docs/index.md | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/eoepca/eoepca-portal.sh b/deploy/eoepca/eoepca-portal.sh index 862d560f..3f1b90eb 100755 --- a/deploy/eoepca/eoepca-portal.sh +++ b/deploy/eoepca/eoepca-portal.sh @@ -29,8 +29,7 @@ deployService() { helm --namespace "${NAMESPACE}" uninstall eoepca-portal else # helm chart - # serviceValues | helm ${ACTION_HELM} eoepca-portal eoepca-portal -f - \ - serviceValues | helm ${ACTION_HELM} eoepca-portal ~/develop/EOEPCA/helm-charts-dev/charts/eoepca-portal -f - \ + serviceValues | helm ${ACTION_HELM} eoepca-portal eoepca-portal -f - \ --repo https://eoepca.github.io/helm-charts \ --namespace "${NAMESPACE}" --create-namespace \ --version 1.0.13 diff --git a/docs/index.md b/docs/index.md index a7e1f62a..5801342e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,6 +6,7 @@ The following provides a summary of changes since the last release (v1.4)... + * **20/03/2024** - Correction to chart path for helm deployment of `eoepca-portal` * **20/03/2024** - Correct hardcoded OAuth client secret for Application Hub * **20/03/2024** - Clarify Gatekeeper encryption key must be 16 or 32 characters long * **19/03/2024** - ADES stage-out fix (partial) for cwl workflow outputs of type Directory[] - e.g. `snuggs` sample app