diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c99641a9440230df768c7e7aacea6831a086b7d5..1a8e015a68fd2b46b7f548b85748160000302e41 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -149,7 +149,7 @@ deploy_g16_grb:
     # copy extra values files to the local directory (where helm has access via docker mount)
     - cp ../../production/values-g16-grb.yaml .
     # namespace names are the same as domain names
-    - helm upgrade -v 2 --install --kubeconfig $kubeconfig --namespace $ns --set grbNotifier.image.dockerTag=$docker_tag -f values-g16-grb.yaml cspp-geo-grb cspp-geo-grb/
+    - helm upgrade -v 2 --install --kubeconfig $kubeconfig --namespace $ns -f values-g16-grb.yaml cspp-geo-grb cspp-geo-grb/
   dependencies:
     - get_chart_grb
   rules:
diff --git a/production/values-g16-grb.yaml b/production/values-g16-grb.yaml
index 3fd9a8ab529ebab34dd32b8440a71bf5706e2ded..e02a48c27b3626532624ebdb9aba281f7afffd90 100644
--- a/production/values-g16-grb.yaml
+++ b/production/values-g16-grb.yaml
@@ -3,13 +3,13 @@ grbProcessor:
     - name: APID_FILTER
       value: "GOES-16-ABI-Only.xml"
 
-grbNotifier:
-  uploadDst: "s3://g16-abi-l1b-netcdf"
-  s3Endpoint: "http://geosphere-minio:9000"
-  s3Secret: "geosphere-minio"
-  s3AccessKey: "accesskey"
-  s3SecretKey: "secretkey"
-  rabbitOut:
-    host: "geosphere-rabbit-rabbitmq"
-    username: "user"
-    passwordSecret: "geosphere-rabbit-rabbitmq"
\ No newline at end of file
+fanoutServer: "fanout1.ssec.wisc.edu"
+uploadDst: "s3://g16-abi-l1b-netcdf"
+s3Endpoint: "http://geosphere-minio:9000"
+s3Secret: "geosphere-minio"
+s3AccessKey: "accesskey"
+s3SecretKey: "secretkey"
+rabbitOut:
+  host: "geosphere-rabbit-rabbitmq"
+  username: "user"
+  passwordSecret: "geosphere-rabbit-rabbitmq"
\ No newline at end of file