Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/dashboard/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: dashboard
description: A dashboard for Diamond workflows
type: application
version: 0.2.26
version: 0.2.27
appVersion: 0.1.15
dependencies:
- name: common
Expand Down
9 changes: 6 additions & 3 deletions charts/dashboard/staging-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ configuration:
keycloakRealm: dls
keycloakClient: workflows-ui-dev
keycloakScope: openid profile posix-uid email
graphUrl: https://staging.workflows.diamond.ac.uk/graphql
graphWsUrl: wss://staging.workflows.diamond.ac.uk/graphql/ws
graphUrl: https://staging.workflows.diamond.ac.uk/api
graphWsUrl: wss://staging.workflows.diamond.ac.uk/api/ws
sourceDir: /usr/share/nginx/html
useAuthGateway: "true"
authGatewayLoginUrl: https://staging.workflows.diamond.ac.uk/auth/login

ingress:
hosts:
- host: staging.workflows.diamond.ac.uk
Expand Down Expand Up @@ -34,7 +37,7 @@ authGateway:
registry: ghcr.io
repository: diamondlightsource/workflows-auth-gateway
tag: 0.1.0
digest: sha256:b4dd2991fc67bb13b432e48821351aefa6487c4f3417c74f2d86cb19634b7760
digest: sha256:61fbf15f304ac13a5e8f1a24a65c1f53adae60d20142ff8d88da4510b5a4e9cf
pullPolicy: IfNotPresent
pullSecrets: []
graphUrl: https://staging.workflows.diamond.ac.uk/graphql
Expand Down
Loading