Skip to content

Commit

Permalink
fix: set ui image default
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 committed Nov 16, 2024
1 parent c545703 commit be8fe7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/global-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ jobs:
uses: trustification/trustify-operator/.github/actions/install-trustify@main
with:
operator-bundle-image: ${{ inputs.operator_bundle || env.operator_bundle }}
trustify-cr: '{"kind":"Trustify","apiVersion":"org.trustify/v1alpha1","metadata":{"name":"myapp"},"spec":{"uiImage":${{ env.SERVER_IMAGE }},"serverImage":${{ env.SERVER_IMAGE }},"dbImage":${{ env.SERVER_DB_IMAGE }},"imagePullPolicy":"IfNotPresent"}}'
trustify-cr: '{"kind":"Trustify","apiVersion":"org.trustify/v1alpha1","metadata":{"name":"myapp"},"spec":{"uiImage":${{ env.UI_IMAGE }},"serverImage":${{ env.SERVER_IMAGE }},"dbImage":${{ env.SERVER_DB_IMAGE }},"imagePullPolicy":"IfNotPresent"}}'
# end DRY

- name: Wait for Ingress and expose Trustify service
Expand Down

0 comments on commit be8fe7b

Please sign in to comment.