diff --git a/.github/workflows/digit_install.yml b/.github/workflows/digit_install.yml index e86c542..686db2e 100644 --- a/.github/workflows/digit_install.yml +++ b/.github/workflows/digit_install.yml @@ -155,7 +155,7 @@ jobs: - name: Terraform Apply - remotestate id: apply run: terraform apply -no-color -input=false -auto-approve - continue-on-error: true + continue-on-error: false working-directory: devops/infra-as-code/terraform/sample-aws/remote-state - name: Terraform init - Infra creation id: init-Infra diff --git a/devops/deploy-as-code/digit-helmfile.yaml b/devops/deploy-as-code/digit-helmfile.yaml index da57411..f745b8e 100644 --- a/devops/deploy-as-code/digit-helmfile.yaml +++ b/devops/deploy-as-code/digit-helmfile.yaml @@ -14,6 +14,5 @@ helmfiles: - path: ./charts/urban/urban-helmfile.yaml - path: ./charts/common-services/common-services-helmfile.yaml - path: ./charts/analytics/analytics-helmfile.yaml -# - path: ./charts/sanitation/sanitation-helmfile.yaml - path: ./charts/auxiliary-services/auxiliary-helmfile.yaml -# - path: ./charts/monitoring/monitoring-helmfile.yaml + - path: ./charts/monitoring/monitoring-helmfile.yaml diff --git a/devops/infra-as-code/terraform/sample-aws/variables.tf b/devops/infra-as-code/terraform/sample-aws/variables.tf index 43dacd2..e9c2352 100644 --- a/devops/infra-as-code/terraform/sample-aws/variables.tf +++ b/devops/infra-as-code/terraform/sample-aws/variables.tf @@ -56,7 +56,7 @@ variable "max_worker_nodes" { variable "db_version" { description = "postgres version" - default = "15.8" + default = "15.12" } variable "db_instance_type" {