Skip to content

Commit

Permalink
Update to blueapi 0.6.2-a2 image and oidc config handling
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondJoseph committed Nov 18, 2024
1 parent aeb8ea9 commit d7b138d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions services/daq-blueapi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: daq-blueapi
description: blueapi

version: 0.6.2-a1
version: 0.6.2-a2

# When we deploy with the edge-containers-cli we override this on the command line.
# Direct deployment with Helm will use the default beta value.
Expand All @@ -12,5 +12,5 @@ type: application

dependencies:
- name: blueapi
version: "0.6.2-a1"
version: "0.6.2-a2"
repository: "oci://ghcr.io/diamondlightsource/charts"
4 changes: 2 additions & 2 deletions services/daq-blueapi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ blueapi:
password: ${RABBITMQ_PASSWORD}
host: daq-rabbitmq
oidc:
well_known_url: https://authn.diamond.ac.uk/realms/master/.well-known/openid-configuration
well_known_url: "https://authn.diamond.ac.uk/realms/master/.well-known/openid-configuration"
client_id: "blueapi-cli"
client_audience: "p47"
client_audience: ["p47", "blueapi"]
scratch:
root: /exports/mybeamline/p47/scratch/blueapi
initContainer:
Expand Down

0 comments on commit d7b138d

Please sign in to comment.