Skip to content

Commit 93783d0

Browse files
authored
Merge pull request #1740 from bcgov/chore/simplify-chart-releaser
Simplify chart-releaser workflow
2 parents 3d5e5be + edf377a commit 93783d0

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/chart_release.yaml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -105,20 +105,3 @@ jobs:
105105
git add services/traction/charts/test/Chart.yaml services/traction/charts/prod/Chart.yaml
106106
git commit -m "Update chart and app versions" || echo "No changes to commit"
107107
git push origin main
108-
109-
- name: Trigger and wait for GitOps sync workflow
110-
uses: convictional/trigger-workflow-and-wait@v1.6.5
111-
id: workflow-trigger
112-
with:
113-
owner: bcgov
114-
repo: trust-over-ip-configurations
115-
github_token: ${{ secrets.DITP_CONFIGS_REPO_TOKEN }}
116-
workflow_file_name: gitops_sync.yaml
117-
118-
- name: Trigger ArgoCD Sync of bc0192-test-traction
119-
uses: OpsVerseIO/argocd-sync@0.2.0
120-
with:
121-
address: gitops-shared.apps.silver.devops.gov.bc.ca
122-
token: ${{ secrets.DITP_GITOPS_ARGO_SECRET}}
123-
action: sync
124-
appName: "bc0192-test-traction"

0 commit comments

Comments
 (0)