diff options
author | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2022-02-17 12:22:59 +0100 |
---|---|---|
committer | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2022-02-17 12:24:46 +0100 |
commit | 69b3a6ed3730a516a636c40d4877c7f38ebbc111 (patch) | |
tree | 4b27b51e4d8ffae0351329bfcfe6b6990fb1fadf | |
parent | 1105a525206d3c8e36cfdd77d6b033e821617e21 (diff) |
Top up sdc-helm-validator in integration tests
Issue-ID: SDC-3880
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: Ia9dce8260407c1242dbe1a68c93040d32878924d
-rw-r--r-- | integration-tests/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index ab9024e732..31abb03d84 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -52,7 +52,7 @@ limitations under the License. <it.docker.version>latest</it.docker.version> <it.ui.firefox.version>86.0</it.ui.firefox.version> <it.helm-validator.disabled>true</it.helm-validator.disabled> - <it.helm-validator.version>1.2.2</it.helm-validator.version> + <it.helm-validator.version>1.3.1</it.helm-validator.version> <!-- parser--> <sdc-tosca-parser.version>1.6.6</sdc-tosca-parser.version> @@ -870,7 +870,7 @@ limitations under the License. </run> </image> <image> - <name>${docker.namespace}/org.onap.sdc.sdc-helm-validator:${it.helm-validator.version}</name> + <name>${docker.namespace}/sdc-helm-validator:${it.helm-validator.version}</name> <alias>helm-validator</alias> <run> <skip>${it.helm-validator.disabled}</skip> |