Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New standard #3

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 4 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
14 changes: 0 additions & 14 deletions services/daq-blueapi/README.md

This file was deleted.

14 changes: 0 additions & 14 deletions services/daq-rabbitmq/README.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: daq-blueapi
description: blueapi
name: p46-blueapi
description: blueapi deployed for p46 with authentication and tracing

version: 0.6.2-rc2
version: 0.7.0
# 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.
appVersion: 0.0.1b1
Expand All @@ -11,5 +11,5 @@ type: application

dependencies:
- name: blueapi
version: "0.6.2-rc2"
version: "0.7.0"
repository: "oci://ghcr.io/diamondlightsource/charts"
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: daq-nexus
description: nexus
name: p46-nexus
description: NeXus service deployed for p46

version: 3.5.0

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: daq-rabbitmq
description: RabbitMQ instance for DAQ services
name: p46-rabbitmq
description: RabbitMQ instance for DAQ services on p46

version: 11.16.2

Expand Down
File renamed without changes.
Loading