diff --git a/NOTICE b/NOTICE
index 1f6f626aebc00dfbbd37a9a2d5ff1d6b1f8f3560..6ce024a5159366c15d04b90cd00e6ef3b4f8240f 100644
--- a/NOTICE
+++ b/NOTICE
@@ -377,6 +377,7 @@ The following software have components provided under the terms of this license:
 - ClassMate (from http://github.com/cowtowncoder/java-classmate)
 - Cloud Key Management Service (KMS) API v1-rev20220407-1.32.1 (from https://repo1.maven.org/maven2/com/google/apis/google-api-services-cloudkms)
 - Cloud Storage JSON API v1-rev20220604-1.32.1 (from https://repo1.maven.org/maven2/com/google/apis/google-api-services-storage)
+- Cloud Storage JSON API v1-rev20220608-1.32.1 (from https://repo1.maven.org/maven2/com/google/apis/google-api-services-storage)
 - CloudWatch Metrics for AWS Java SDK (from https://aws.amazon.com/sdkforjava)
 - Cobertura (from http://cobertura.sourceforge.net)
 - Collections (from https://repo1.maven.org/maven2/commons-collections/commons-collections)
@@ -412,6 +413,7 @@ The following software have components provided under the terms of this license:
 - Google OAuth Client Library for Java (from https://repo1.maven.org/maven2/com/google/oauth-client/google-oauth-client)
 - Gson (from http://code.google.com/p/google-gson/, https://repo1.maven.org/maven2/com/google/code/gson/gson)
 - Guava InternalFutureFailureAccess and InternalFutures (from https://repo1.maven.org/maven2/com/google/guava/failureaccess)
+- Guava ListenableFuture only (from https://repo1.maven.org/maven2/com/google/guava/listenablefuture)
 - Guava: Google Core Libraries for Java (from http://code.google.com/p/guava-libraries, https://github.com/google/guava, https://repo1.maven.org/maven2/com/google/guava/guava)
 - HTTP functionality for the Reactor Netty library (from https://github.com/reactor/reactor-netty)
 - HdrHistogram (from http://hdrhistogram.github.io/HdrHistogram/)
diff --git a/devops/gcp/pipeline/override-stages.yml b/devops/gcp/pipeline/override-stages.yml
index b3293749ec06cd5fa8a029d039fb3ccc3ec6ac6f..16264fb71ba7c7b865f64e0c4c1a9c8a9e8684c0 100644
--- a/devops/gcp/pipeline/override-stages.yml
+++ b/devops/gcp/pipeline/override-stages.yml
@@ -1,18 +1,12 @@
 variables:
   OSDU_GCP_SERVICE: indexer
   OSDU_GCP_VENDOR: gcp
-  OSDU_GCP_HELM_CONFIG_SERVICE_VARS: >
-    --set data.log_level=INFO
-    --set data.redis_search_host=$REDIS_SEARCH_HOST
-    --set data.redis_group_host=$REDIS_GROUP_HOST
-    --set data.google_audiences=$GOOGLE_AUDIENCE
   OSDU_GCP_HELM_CONFIG_SERVICE_VARS_DEV2: >
     --set data.log_level=INFO
     --set data.redis_search_host=$REDIS_SEARCH_HOST
     --set data.redis_group_host=$REDIS_GROUP_HOST
     --set data.google_audiences=$GOOGLE_AUDIENCE
-  OSDU_GCP_HELM_DEPLOYMENT_SERVICE_VARS: >
-    --set data.image=$CI_REGISTRY_IMAGE/osdu-gcp-$OSDU_GCP_SERVICE:$CI_COMMIT_SHORT_SHA
-    --set data.serviceAccountName=$OSDU_GCP_SERVICE-k8s
-  OSDU_GCP_HELM_CONFIG_SERVICE: indexer-config
-  OSDU_GCP_HELM_DEPLOYMENT_SERVICE: indexer-deploy
+
+osdu-gcp-anthos-test:
+  variables:
+    OSDU_GCP_VENDOR: anthos