Skip to content

Commit

Permalink
Correction to chart path for helm deployment of eoepca-portal
Browse files Browse the repository at this point in the history
  • Loading branch information
rconway committed Mar 20, 2024
1 parent b92efa8 commit 864d103
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions deploy/eoepca/eoepca-portal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 864d103

Please sign in to comment.