Skip to content

Commit

Permalink
COUN-2612: DSFKit | Add DRA v4.15.0.11 (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
idannof-imperva authored Mar 14, 2024
1 parent 5b8b691 commit 8b0426f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dsf_poc_cli_azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,12 @@ jobs:
dra_admin_vhd_details = {
storage_account_name = "dsfinstallation"
container_name = "dra"
path_to_vhd = "DRA-4.15.0.10.0.7_30555_x86_64-Admin.vhd"
path_to_vhd = "DRA-4.15.0.11.0.12_30650_x86_64-Admin.vhd"
}
dra_analytics_vhd_details = {
storage_account_name = "dsfinstallation"
container_name = "dra"
path_to_vhd = "DRA-4.15.0.10.0.7_30555_x86_64-Analytics.vhd"
path_to_vhd = "DRA-4.15.0.11.0.12_30650_x86_64-Analytics.vhd"
}
EOF
Expand Down
4 changes: 2 additions & 2 deletions modules/aws/core/globals/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ locals {

locals {
dra_version_map = {
"4.15" = "4.15.0.10.0.7",
"4.15.0.10" = "4.15.0.10.0.7",
"4.15" = "4.15.0.11.0.12",
"4.15.0.11" = "4.15.0.11.0.12",

"4.14" = "4.14.0.10.0.12"
"4.14.0.10" = "4.14.0.10.0.12"
Expand Down

0 comments on commit 8b0426f

Please sign in to comment.