Skip to content

Commit 6ceea21

Browse files
author
soletsdev
committed
increasing resource quotas update dependencies
1 parent 77eb500 commit 6ceea21

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci-api-build.and.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Run unit tests
4242
run: mvn -f pom.xml clean package
4343
- name: Run Trivy vulnerability scanner in repo mode
44-
uses: aquasecurity/trivy-action@0.24.0
44+
uses: aquasecurity/trivy-action@0.29.0
4545
with:
4646
scan-type: 'fs'
4747
ignore-unfixed: true

.github/workflows/deploy-to.openshift-dev.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ env:
3434
COMMON_NAMESPACE: ${{ secrets.COMMON_NAMESPACE_NO_ENV }}
3535
TAG: "latest"
3636
MIN_REPLICAS_DEV: "1"
37-
MAX_REPLICAS_DEV: "2"
38-
MIN_CPU: "15m"
37+
MAX_REPLICAS_DEV: "3"
38+
MIN_CPU: "50m"
3939
MAX_CPU: "300m"
4040
MIN_MEM: "650Mi"
4141
MAX_MEM: "750Mi"
@@ -187,6 +187,6 @@ jobs:
187187
# Get status, returns 0 if rollout is successful
188188
oc rollout status deployment/${{ env.SPRING_BOOT_IMAGE_NAME }}
189189
- name: ZAP Scan
190-
uses: zaproxy/action-api-scan@v0.8.0
190+
uses: zaproxy/action-api-scan@v0.9.0
191191
with:
192192
target: 'https://${{ env.APP_NAME }}-${{ env.OPENSHIFT_NAMESPACE_DEV }}.apps.silver.devops.gov.bc.ca/v3/api-docs'

.github/workflows/deploy-to.openshift-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ env:
3535
TAG: ${{ github.event.inputs.tag }}
3636
MIN_REPLICAS_TEST: "2"
3737
MAX_REPLICAS_TEST: "3"
38-
MIN_CPU: "25m"
38+
MIN_CPU: "50m"
3939
MAX_CPU: "150m"
4040
MIN_MEM: "650Mi"
4141
MAX_MEM: "750Mi"

0 commit comments

Comments
 (0)