update dashboard backend to 0.2.10

This commit is contained in:
Maarten de Waard 2022-09-22 11:38:52 +02:00
parent edb5b02608
commit 276b66a0f5
No known key found for this signature in database
GPG key ID: 1D3E893A657CC8DA
3 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,9 @@
# Changelog # Changelog
## [1.2.3]
* Fix logging out of Hydra from the dashboard
## [1.2.2] ## [1.2.2]
### Bug fixes ### Bug fixes

View file

@ -23,4 +23,4 @@ name: stackspin-dashboard
sources: sources:
- https://open.greenhost.net/stackspin/dashboard/ - https://open.greenhost.net/stackspin/dashboard/
- https://open.greenhost.net/stackspin/dashboard-backend/ - https://open.greenhost.net/stackspin/dashboard-backend/
version: 1.2.2 version: 1.2.3

View file

@ -236,7 +236,7 @@ backend:
image: image:
registry: open.greenhost.net:4567 registry: open.greenhost.net:4567
repository: stackspin/dashboard-backend/dashboard-backend repository: stackspin/dashboard-backend/dashboard-backend
tag: 0-2-9 tag: 0-2-10
digest: "" digest: ""
## Optionally specify an array of imagePullSecrets. ## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace. ## Secrets must be manually created in the namespace.