Skip to content
Open
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/apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: apps
description: An argocd app to deploy apps inside the virtual cluster
type: application
version: 0.5.8
version: 0.5.9
2 changes: 1 addition & 1 deletion charts/apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ dashboard:
targetRevision: HEAD
extraValuesFiles: []
valuesObject: {}
namespace: dashboard
namespace: workflows

otel:
enabled: true
Expand Down
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.20
version: 0.2.21
appVersion: 0.1.13
dependencies:
- name: common
Expand Down
11 changes: 10 additions & 1 deletion charts/dashboard/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,13 @@ serviceAccount:
annotations: []

authGateway:
enabled: false
enabled: true
image:
registry: ghcr.io
repository: diamondlightsource/workflows-auth-gateway
tag: "latest"
pullPolicy: IfNotPresent
pullSecrets: []
graphUrl: https://workflows.diamond.ac.uk/graphql
configuration:
secretName: auth-gateway-config
2 changes: 1 addition & 1 deletion charts/workflows-cluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: workflows-cluster
description: A virtual cluster for Data Analysis workflows
type: application

version: 0.13.12
version: 0.13.13
dependencies:
- name: common
version: 2.23.0
Expand Down
1 change: 1 addition & 0 deletions charts/workflows-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ vcluster:
"/postgres-auth-service-password": "workflows/postgres-auth-service-password"
"/rclone-config": "workflows/rclone-config"
"/graph-proxy-k6-auth": "k6/graph-proxy-k6-auth"
"/auth-gateway-config": "workflows/auth-gateway-config"
configMaps:
enabled: true
mappings:
Expand Down
Loading