diff --git a/df-helm-ci-check.yml b/df-helm-ci-check.yml index 6a7fa5c2b3ab828e0b0e4628824d4480ce326dd6..937e3b8bd407756ef5c4173887e4060a88395eb4 100644 --- a/df-helm-ci-check.yml +++ b/df-helm-ci-check.yml @@ -45,7 +45,6 @@ variables: name: "google/cloud-sdk" variables: OSDU_GCP_DF_HELM_CI_CODE_PATH: "examples/simple_osdu_onprem" - OSDU_GCP_DF_HELM_INSTALL_EXTRA_ARGS: "--set gcp_seismic_store_sdms_deploy.enabled=false" #fixme remove after seismic service fix before_script: - apt-get update && apt-get install google-cloud-sdk-gke-gcloud-auth-plugin -y - echo "export USE_GKE_GCLOUD_AUTH_PLUGIN=True" >> ~/.bashrc && source ~/.bashrc diff --git a/helm/osdu-infra-onprem/values.yaml b/helm/osdu-infra-onprem/values.yaml index 21130ce1ca8eddf874b253979a340f2acd2b4ce7..f7b8bd5c32cf36e01067cab057bf5ba811e88df0 100644 --- a/helm/osdu-infra-onprem/values.yaml +++ b/helm/osdu-infra-onprem/values.yaml @@ -798,7 +798,7 @@ gcp_seismic_store_sdms_deploy: enabled: true data: # FIXME will be changed after creating bootstrap and MR https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/seismic/seismic-dms-suite/seismic-store-service/-/merge_requests/322 - image: gcr.io/osdu-anthos/seismic:latest #"community.opengroup.org:5555/osdu/platform/domain-data-mgmt-services/seismic/seismic-dms-suite/seismic-store-service/osdu-gcp-seismic-store:latest" + image: "community.opengroup.org:5555/osdu/platform/domain-data-mgmt-services/seismic/seismic-dms-suite/seismic-store-service/osdu-gcp-seismic-store:latest" conf: urlPrefix: "/api/seismic-store/v3" onPremEnabled: true