diff options
author | FrancescoFioraEst <francesco.fiora@est.tech> | 2024-04-17 11:42:58 +0100 |
---|---|---|
committer | FrancescoFioraEst <francesco.fiora@est.tech> | 2024-04-29 16:03:51 +0100 |
commit | 8fadfb9667186910af1b9b6c31b9bb673057f729 (patch) | |
tree | 3b876d9059d3a2ac3e7978badb5fc755f1535a2b /compose/get-k8s-versions.sh | |
parent | 0d7c8284756c9a15d526c2d282cfc1dfd1595ffb (diff) |
Add migration in integration tests
Issue-ID: POLICY-4972
Change-Id: I40c554fcb062b4928663bbfd5a03ddd2dd1f6805
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'compose/get-k8s-versions.sh')
-rwxr-xr-x | compose/get-k8s-versions.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compose/get-k8s-versions.sh b/compose/get-k8s-versions.sh index 1575164c..49954604 100755 --- a/compose/get-k8s-versions.sh +++ b/compose/get-k8s-versions.sh @@ -1,7 +1,7 @@ #! /bin/bash # ============LICENSE_START==================================================== -# Copyright (C) 2023 Nordix Foundation. All rights reserved. +# Copyright (C) 2023-2024 Nordix Foundation. All rights reserved. # ============================================================================= # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -27,9 +27,9 @@ fi VALUES_YML=${WORKSPACE}/helm/policy/values.yaml -policy_components=(policy-api policy-pap policy-apex-pdp policy-models-simulator policy-pdpd-cl policy-xacml-pdp policy-distribution) +policy_components=(policy-api policy-pap policy-apex-pdp policy-models-simulator policy-pdpd-cl policy-xacml-pdp policy-distribution policy-db-migrator) -clamp_components=(policy-clamp-runtime-acm policy-clamp-ac-kserve-ppnt policy-clamp-ac-k8s-ppnt policy-clamp-ac-pf-ppnt policy-clamp-ac-http-ppnt policy-clamp-ac-a1pms-ppnt) +clamp_components=(policy-clamp-runtime-acm policy-clamp-ac-kserve-ppnt policy-clamp-ac-k8s-ppnt policy-clamp-ac-pf-ppnt policy-clamp-ac-http-ppnt policy-clamp-ac-sim-ppnt policy-clamp-ac-a1pms-ppnt) version_tags=$(source ${WORKSPACE}/compose/get-versions.sh) export version_tags |