diff options
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2023-10-12 15:11:02 +0100 |
---|---|---|
committer | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2023-10-12 15:11:02 +0100 |
commit | f575f921ac75f48a9ab48bc64f48344dc84a15cd (patch) | |
tree | f25bb7f7b92e5a502ddab2c2aa55d311f6700fd7 /helm | |
parent | 34d9e8a8c4b1816dd91dc70391a1b3fc735a2602 (diff) |
Fix k8s csit test failures
Issue-ID: POLICY-4853
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
Change-Id: If99cb19a60e65b720a60105d222ce321da7b01d3
Diffstat (limited to 'helm')
-rwxr-xr-x | helm/policy/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helm/policy/values.yaml b/helm/policy/values.yaml index 5ee91496..f4d72125 100755 --- a/helm/policy/values.yaml +++ b/helm/policy/values.yaml @@ -89,7 +89,7 @@ mariadb: image: mariadb:10.5.8 dbmigrator: - image: onap/policy-db-migrator:2.6-SNAPSHOT-latest + image: onap/policy-db-migrator:3.0.1-SNAPSHOT schema: policyadmin policy_home: "/opt/app/policy" |