Skip to content

Commit

Permalink
updating files for 4.16.0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jagdeep-sonar committed Sep 23, 2024
1 parent 5d8154a commit 22eab18
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dsf_poc_cli_azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
az_resource_group = "dsf-rg"
az_storage_account = "dsfinstallation"
az_container = "sonar"
az_blob = "jsonar-4.16.0.10.0.tar.gz"
az_blob = "jsonar-4.16.0.20.0.tar.gz"
}
dam_agent_installation_location = {
az_resource_group = "dsf-rg"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sonar_upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ jobs:
DEPLOYMENT_EXAMPLE_DIR: ./examples/aws/poc/dsf_deployment
UPGRADE_EXAMPLE_DIR: ./examples/aws/sonar_upgrade
AWS_REGION: eu-west-2
SONAR_TARGET_VERSION: 4.16.0.10.0
SONAR_TARGET_VERSION: 4.16.0.20.0
TF_VAR_enable_sonar: ${{ matrix.enable_sonar }}
TF_VAR_enable_dam: ${{ matrix.enable_dam }}
TF_VAR_enable_dra: ${{ matrix.enable_dra }}
TF_VAR_sonar_version: 4.14.0.10
TF_VAR_sonar_version: 4.14.0.20
TF_VAR_hub_hadr: ${{ matrix.hub_hadr }}
TF_VAR_agentless_gw_hadr: ${{ matrix.agentless_gw_hadr }}
TF_VAR_simulation_db_types_for_agentless: ${{ matrix.simulation_db_types_for_agentless }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ This includes the following version of the DSF sub-products:
</td>
</tr>
<tr>
<td>Sonar</td><td>4.16.0.10</td><td>4.9 and up
<td>Sonar</td><td>4.16.0.20</td><td>4.9 and up
Restrictions on modules may apply</td>
</tr>
Expand Down
4 changes: 2 additions & 2 deletions modules/aws/core/globals/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
locals {
sonar_tarball_s3_key_map = {
"4.16" = "jsonar-4.16.0.10.0.tar.gz"
"4.16.0.10" = "jsonar-4.16.0.10.0.tar.gz"
"4.16" = "jsonar-4.16.0.20.0.tar.gz"
"4.16.0.20" = "jsonar-4.16.0.20.0.tar.gz"

"4.15" = "jsonar-4.15.0.20.0.tar.gz"
"4.15.0.20" = "jsonar-4.15.0.20.0.tar.gz"
Expand Down

0 comments on commit 22eab18

Please sign in to comment.