Skip to content

Commit

Permalink
Merge pull request #1124 from Azure/fix-missing-acrpull
Browse files Browse the repository at this point in the history
Add missing acrpull Deployment
  • Loading branch information
janboll authored Jan 20, 2025
2 parents d2c4cc1 + b045a8b commit 2088036
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/services-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@
cd dev-infrastructure/
make mgmt.aks.kubeconfig
- name: 'Deploy ACR Pull Configuration'
run: |
make acrpull.deploy_pipeline
- name: 'Deploy PKO'
run: |
make pko.deploy
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/services-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

- name: Build package operator container image from git@github.com:package-operator/package-operator.git
if: inputs.push == true
run: |
cd pko
make image
4 changes: 4 additions & 0 deletions .github/workflows/services-pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@
run: |
helm plugin install https://github.com/databus23/helm-diff
- name: 'Dry Run ACR Pull'
run: |
make acrpull.dry_run
- name: 'Dry Run HypershiftOperator'
run: |
make hypershiftoperator.dry_run

0 comments on commit 2088036

Please sign in to comment.