Skip to content

Commit

Permalink
Update to [email protected] to fix hard-coded ingress namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
rconway committed Feb 28, 2024
1 parent d78b425 commit e18b8d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/eoepca/application-hub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ deployService() {
--timeout 10m \
--repo https://eoepca.github.io/helm-charts \
--namespace "${NAMESPACE}" --create-namespace \
--version 2.0.55
--version 2.0.57
fi
}

Expand Down
2 changes: 1 addition & 1 deletion docs/eoepca/application-hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The _Application Hub_ is deployed via the `application-hub` helm chart from the
The chart is configured via values, which are detailed in the [default values file for the chart](https://github.com/EOEPCA/helm-charts/blob/main/charts/application-hub/values.yaml).

```bash
helm install --version 2.0.55 --values application-hub-values.yaml \
helm install --version 2.0.57 --values application-hub-values.yaml \
--repo https://eoepca.github.io/helm-charts \
application-hub application-hub
```
Expand Down

0 comments on commit e18b8d0

Please sign in to comment.