Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: apply template updates #2

Merged
merged 6 commits into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading