Skip to content

Commit

Permalink
chore: apply template updates (#2)
Browse files Browse the repository at this point in the history
* fix(deps): update react-router monorepo to v7 (major) (#2182)
* chore(deps): lock file maintenance (#2183)
* fix: deploy db before stack (#2184)
* chore(deps): update zaproxy/action-full-scan action to v0.12.0 (#2186)
* chore(deps): update helm release postgresql to v16.2.2 (#2185)
* fix(deps): update dependency vite to v6 (#2181)
  • Loading branch information
MikeLyttle authored Nov 27, 2024
1 parent b23b093 commit c7833ed
Show file tree
Hide file tree
Showing 8 changed files with 1,800 additions and 1,486 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/.deployer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,19 @@ on:
required: true

jobs:
deployer-db:
name: Database
uses: ./.github/workflows/.deployer-db.yml
secrets:
oc_namespace: ${{ secrets.OC_NAMESPACE }}
oc_token: ${{ secrets.OC_TOKEN }}
with:
environment: ${{ inputs.environment }}
triggers: ${{ inputs.triggers }}

deployer:
name: Helm (stack)
needs: deployer-db
environment: ${{ inputs.environment }}
runs-on: ubuntu-24.04
outputs:
Expand Down Expand Up @@ -192,13 +203,3 @@ jobs:
run: |
# Completed pod cleanup
oc delete po --field-selector=status.phase==Succeeded || true
deployer-db:
name: Database
uses: ./.github/workflows/.deployer-db.yml
secrets:
oc_namespace: ${{ secrets.OC_NAMESPACE }}
oc_token: ${{ secrets.OC_TOKEN }}
with:
environment: ${{ inputs.environment }}
triggers: ${{ inputs.triggers }}
4 changes: 2 additions & 2 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
PREFIX: ${{ github.event.repository.name }}-test
steps:
- name: ZAP Scan
uses: zaproxy/action-full-scan@v0.11.0
uses: zaproxy/action-full-scan@v0.12.0
with:
allow_issue_writing: true
artifact_name: "zap_backend"
Expand All @@ -84,7 +84,7 @@ jobs:
target: https://${{ env.PREFIX }}-frontend.${{ env.DOMAIN }}/api

- name: ZAP Scan - Frontend
uses: zaproxy/action-full-scan@v0.11.0
uses: zaproxy/action-full-scan@v0.12.0
with:
allow_issue_writing: true
artifact_name: "zap_frontend"
Expand Down
404 changes: 299 additions & 105 deletions backend/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions charts/app/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 16.2.1
digest: sha256:8afd903a11be56549b7d2ec507d8c1c3d26cc74eb2f79234d0a564e967f44c7d
generated: "2024-11-21T03:06:15.701576965Z"
version: 16.2.2
digest: sha256:617c345d4af7797c7b5476feece4a354c9adec255a6b5d91ab547e933f022933
generated: "2024-11-27T04:46:45.651311829Z"
2 changes: 1 addition & 1 deletion charts/app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ appVersion: "1.16.0"
dependencies:
- name: postgresql
condition: bitnamipg.enabled
version: 16.2.1
version: 16.2.2
repository: https://charts.bitnami.com/bitnami
alias: bitnamipg
maintainers:
Expand Down
Loading

0 comments on commit c7833ed

Please sign in to comment.