Skip to content

Commit 096e9aa

Browse files
author
Josh
authored
FACT-1776 ASO Migration (#3272)
* Switched rg to use for aso * Added flyway fix in
1 parent 77dc1e9 commit 096e9aa

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

build.gradle

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
buildscript {
2+
dependencies {
3+
classpath("org.postgresql:postgresql:42.7.3")
4+
classpath("org.flywaydb:flyway-database-postgresql:10.13.0")
5+
}
6+
}
7+
18
plugins {
29
id 'application'
310
id 'checkstyle'

charts/bulk-scan-processor/values.preview.template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ servicebus:
9393
- name: processed-envelopes
9494

9595
blobstorage:
96-
resourceGroup: bulk-scan-aks-rg
96+
resourceGroup: bsp-aso-preview-rg
9797
teamName: "Software Engineering"
9898
location: uksouth
9999
setup:

0 commit comments

Comments
 (0)