Skip to content

Commit

Permalink
use image version to lookup charts in deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
maxi418 committed Dec 16, 2024
1 parent 48f0ad2 commit 8e66850
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ jobs:
- build_image_on_push
uses: dBildungsplattform/spsh-app-deploy/.github/workflows/deploy.yml@6
with:
dbildungs_iam_server_branch: ${{ needs.create_branch_identifier.outputs.chart_version_from_branch }}
schulportal_client_branch: ${{ needs.create_branch_identifier.outputs.chart_version_from_branch }}
dbildungs_iam_keycloak_branch: ${{ needs.create_branch_identifier.outputs.chart_version_from_branch }}
dbildungs_iam_ldap_branch: ${{ needs.create_branch_identifier.outputs.chart_version_from_branch }}
dbildungs_iam_server_branch: ${{ needs.create_branch_identifier.outputs.image_tag_from_branch }}
schulportal_client_branch: ${{ needs.create_branch_identifier.outputs.image_tag_from_branch }}
dbildungs_iam_keycloak_branch: ${{ needs.create_branch_identifier.outputs.image_tag_from_branch }}
dbildungs_iam_ldap_branch: ${{ needs.create_branch_identifier.outputs.image_tag_from_branch }}
namespace: ${{ needs.create_branch_identifier.outputs.namespace_from_branch }}
database_recreation: ${{ github.ref_name == 'main' && 'true' || 'false' }}
# database_recreation: "true" # to force database recreation this has be set to true
Expand Down

0 comments on commit 8e66850

Please sign in to comment.