diff options
author | 2022-02-14 12:25:11 +0100 | |
---|---|---|
committer | 2022-02-14 12:25:11 +0100 | |
commit | 0b0f6903103b78acfb580e8eff0bc0dd02db8f77 (patch) | |
tree | 883c5731048e243fba208f2bd7fe33e65a88715a | |
parent | 8779e0da5159061d8c23b8abb1b5cac9c103db41 (diff) |
Update SDC-Helm-Validator latest tag
Issue-ID: SDC-3880
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: Id771f3e21bc643e0f262bb6857c71a818288b252
-rw-r--r-- | plans/sdc/sdc-helm-validator/setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plans/sdc/sdc-helm-validator/setup.sh b/plans/sdc/sdc-helm-validator/setup.sh index 6d079679..6a928e7c 100644 --- a/plans/sdc/sdc-helm-validator/setup.sh +++ b/plans/sdc/sdc-helm-validator/setup.sh @@ -1,7 +1,7 @@ #!/bin/bash export SDC_HELM_VALIDATOR="sdc-helm-validator" -export SDC_HELM_VALIDATOR_IMAGE="nexus3.onap.org:10001/onap/org.onap.sdc.sdc-helm-validator:latest" +export SDC_HELM_VALIDATOR_IMAGE="nexus3.onap.org:10001/onap/sdc-helm-validator:latest" unset http_proxy unset https_proxy |