Skip to content

Commit ae26b95

Browse files
Upgrade Aurora Postgres engine version (#1198)
Co-authored-by: Hardik Windlass <108932456+hwindlas@users.noreply.github.com>
1 parent 05dcb1b commit ae26b95

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/virtual-integration.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
if: github.event_name == 'pull_request'
3636
permissions:
3737
contents: read
38-
uses: open-edge-platform/orch-ci/.github/workflows/pre-merge.yml@e6058fe60cbb803e7d7935571ccd50753bc31ec8 # 0.1.28
38+
uses: open-edge-platform/orch-ci/.github/workflows/pre-merge.yml@79c4381f9be567527d8782094317b0282493e45a # 0.1.66
3939
with:
4040
run_version_check: false
4141
run_build: false
@@ -862,14 +862,12 @@ jobs:
862862
security-events: write
863863
id-token: write
864864
if: github.event_name == 'push' && ( github.ref == 'refs/heads/release-3.1' )
865-
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@e6058fe60cbb803e7d7935571ccd50753bc31ec8 # 0.1.28
865+
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@79c4381f9be567527d8782094317b0282493e45a # 0.1.66
866866
with:
867867
run_build: false
868868
run_version_tag: false
869869
secrets:
870870
SYS_ORCH_GITHUB: ${{ secrets.SYS_ORCH_GITHUB }}
871-
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
872-
COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
873871
NO_AUTH_ECR_PUSH_USERNAME: ${{ secrets.NO_AUTH_ECR_PUSH_USERNAME }}
874872
NO_AUTH_ECR_PUSH_PASSWD: ${{ secrets.NO_AUTH_ECR_PUSH_PASSWD }}
875873
MSTEAMS_WEBHOOK: ${{ secrets.TEAMS_WEBHOOK }}

pod-configs/orchestrator/cluster/variable.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ variable "aurora_postgres_ver_major" {
160160
}
161161
variable "aurora_postgres_ver_minor" {
162162
type = string
163-
default = "9"
163+
default = "17"
164164
}
165165
variable "aurora_min_acus" {
166166
# 1 ACU ~= 2GB memory

0 commit comments

Comments
 (0)