Skip to content

Commit

Permalink
Update to chart [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
rconway committed Dec 9, 2022
1 parent 912baa5 commit 837153e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deploy/eoepca/login-service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ nginx:
hosts:
- auth.${domain}
tls:
- secretName: tls-certificate
- secretName: login-service-tls
hosts:
- auth.${domain}
EOF
Expand All @@ -69,5 +69,5 @@ else
values | helm ${ACTION_HELM} login-service login-service -f - \
--repo https://eoepca.github.io/helm-charts \
--namespace "${NAMESPACE}" --create-namespace \
--version 1.2.0
--version 1.2.1
fi
2 changes: 1 addition & 1 deletion docs/eoepca/login-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The _Login Service_ is deployed via the `login-service` helm chart from the [EOE
The chart is configured via values that are fully documented in the [README for the `login-service` chart](https://github.com/EOEPCA/helm-charts/tree/main/charts/login-service#readme).

```bash
helm install --version 1.2.0 --values login-service-values.yaml login-service eoepca/login-service
helm install --version 1.2.1 --values login-service-values.yaml login-service eoepca/login-service
```

## Values
Expand Down

0 comments on commit 837153e

Please sign in to comment.