diff --git a/charts/sda-svc/Chart.yaml b/charts/sda-svc/Chart.yaml index 5402b48b6..3f8133d11 100644 --- a/charts/sda-svc/Chart.yaml +++ b/charts/sda-svc/Chart.yaml @@ -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 diff --git a/charts/sda-svc/templates/intercept-deploy.yaml b/charts/sda-svc/templates/intercept-deploy.yaml index 5a22791f6..9c4df12c1 100644 --- a/charts/sda-svc/templates/intercept-deploy.yaml +++ b/charts/sda-svc/templates/intercept-deploy.yaml @@ -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