Skip to content

Commit

Permalink
Merge pull request #1747 from IATI/1746-fix-changes-not-reflected-on-…
Browse files Browse the repository at this point in the history
…deployments

Review: 1746-fix-changes-not-reflected-on-deployments
  • Loading branch information
Sanilblank authored Feb 7, 2025
2 parents 41381be + 23fbd6f commit 352229e
Show file tree
Hide file tree
Showing 6 changed files with 182 additions and 182 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/development-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,11 +265,11 @@ jobs:
- name: update k8s
run: |
cd packages/development
kustomize edit set image ghcr.io/${{ github.repository }}/cli:${{ github.sha }}
kustomize edit set image ghcr.io/${{ github.repository }}/fpm_server:${{ github.sha }}
kustomize edit set image ghcr.io/${{ github.repository }}/web_server:${{ github.sha }}
kustomize edit set image ghcr.io/${{ github.repository }}/cron:${{ github.sha }}
kustomize edit set image ghcr.io/${{ github.repository }}/horizon:${{ github.sha }}
kustomize edit set image ghcr.io/iati/iatipublisher/cli:${{ github.sha }}
kustomize edit set image ghcr.io/iati/iatipublisher/fpm_server:${{ github.sha }}
kustomize edit set image ghcr.io/iati/iatipublisher/web_server:${{ github.sha }}
kustomize edit set image ghcr.io/iati/iatipublisher/cron:${{ github.sha }}
kustomize edit set image ghcr.io/iati/iatipublisher/horizon:${{ github.sha }}
- name: Install doctl
uses: digitalocean/action-doctl@v2
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/production-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,11 +267,11 @@ jobs:
- name: update k8s
run: |
cd packages/production
kustomize edit set image ghcr.io/${{ github.repository }}/cli:${{ github.sha }}
kustomize edit set image ghcr.io/${{ github.repository }}/fpm_server:${{ github.sha }}
kustomize edit set image ghcr.io/${{ github.repository }}/web_server:${{ github.sha }}
kustomize edit set image ghcr.io/${{ github.repository }}/cron:${{ github.sha }}
kustomize edit set image ghcr.io/${{ github.repository }}/horizon:${{ github.sha }}
kustomize edit set image ghcr.io/iati/iatipublisher/cli:${{ github.sha }}
kustomize edit set image ghcr.io/iati/iatipublisher/fpm_server:${{ github.sha }}
kustomize edit set image ghcr.io/iati/iatipublisher/web_server:${{ github.sha }}
kustomize edit set image ghcr.io/iati/iatipublisher/cron:${{ github.sha }}
kustomize edit set image ghcr.io/iati/iatipublisher/horizon:${{ github.sha }}
- name: Install doctl
uses: digitalocean/action-doctl@v2
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/staging-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,11 +264,11 @@ jobs:
- name: update k8s
run: |
cd packages/staging
kustomize edit set image ghcr.io/${{ github.repository }}/cli:${{ github.sha }}
kustomize edit set image ghcr.io/${{ github.repository }}/fpm_server:${{ github.sha }}
kustomize edit set image ghcr.io/${{ github.repository }}/web_server:${{ github.sha }}
kustomize edit set image ghcr.io/${{ github.repository }}/cron:${{ github.sha }}
kustomize edit set image ghcr.io/${{ github.repository }}/horizon:${{ github.sha }}
kustomize edit set image ghcr.io/iati/iatipublisher/cli:${{ github.sha }}
kustomize edit set image ghcr.io/iati/iatipublisher/fpm_server:${{ github.sha }}
kustomize edit set image ghcr.io/iati/iatipublisher/web_server:${{ github.sha }}
kustomize edit set image ghcr.io/iati/iatipublisher/cron:${{ github.sha }}
kustomize edit set image ghcr.io/iati/iatipublisher/horizon:${{ github.sha }}
- name: Install doctl
uses: digitalocean/action-doctl@v2
Expand Down
Loading

0 comments on commit 352229e

Please sign in to comment.