File tree Expand file tree Collapse file tree
pod-configs/orchestrator/cluster Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ variable "aurora_postgres_ver_major" {
160160}
161161variable "aurora_postgres_ver_minor" {
162162 type = string
163- default = " 9 "
163+ default = " 17 "
164164}
165165variable "aurora_min_acus" {
166166 # 1 ACU ~= 2GB memory
You can’t perform that action at this time.
0 commit comments