Skip to content

Commit

Permalink
Merge pull request #292 from neicnordic/hotfix-intercept-queue
Browse files Browse the repository at this point in the history
Hotfix intercept queue
  • Loading branch information
jbygdell authored Sep 13, 2023
2 parents 972ab68 + d6cdb29 commit 4e2fd55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/sda-svc/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: sda-svc
version: "0.20.1"
version: "0.20.2"
kubeVersion: ">= 1.19.0-0"
description: Components for Sensitive Data Archive (SDA) installation
home: https://neic-sda.readthedocs.io
Expand Down
2 changes: 1 addition & 1 deletion charts/sda-svc/templates/intercept-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ spec:
- name: BROKER_PORT
value: {{ .Values.global.broker.port | quote }}
- name: BROKER_QUEUE
value: "files"
value: "from_cega"
- name: BROKER_ROUTINGERROR
value: {{ .Values.global.broker.routingError | quote }}
- name: BROKER_VHOST
Expand Down

0 comments on commit 4e2fd55

Please sign in to comment.