diff options
author | ecaiyanlinux <martin.c.yan@est.tech> | 2021-03-03 19:51:37 +0000 |
---|---|---|
committer | ecaiyanlinux <martin.c.yan@est.tech> | 2021-03-03 19:52:12 +0000 |
commit | 65f7495a59cecff060b44ba039df758b08dc0323 (patch) | |
tree | f69021cb612b01e9529601c0dbb52402ab3b2420 /csit/scripts/healthcheck/docker-compose.yml | |
parent | 800c482f30b5b51f1a66c1022ee118dfb2e59904 (diff) |
Update image tag to SNAPSHOT
Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech>
Change-Id: I0cba73e03ca46e051de752afdd759a85058bf27e
Issue-ID: CCSDK-3140
Diffstat (limited to 'csit/scripts/healthcheck/docker-compose.yml')
-rw-r--r-- | csit/scripts/healthcheck/docker-compose.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/scripts/healthcheck/docker-compose.yml b/csit/scripts/healthcheck/docker-compose.yml index b899aa8f..03aa20e0 100644 --- a/csit/scripts/healthcheck/docker-compose.yml +++ b/csit/scripts/healthcheck/docker-compose.yml @@ -21,7 +21,7 @@ networks: services: policy-agent: - image: onap/ccsdk-oran-a1policymanagementservice:1.1.2-STAGING-latest + image: onap/ccsdk-oran-a1policymanagementservice:1.1.2-SNAPSHOT-latest container_name: policy-agent networks: default: |