Skip to content

Commit

Permalink
add helm upgrade to golddr cluster (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
rshourou authored Dec 11, 2024
1 parent c46334e commit 5537f20
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/main-deploy_helm_chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,23 @@ jobs:
echo installing helm chart...
helm upgrade --wait --values ./deploy/prod_values.yaml --namespace f088b1-prod prod charts/pidp --debug

helm-deployment-golddr:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v1

- name: Authenticate and set context
uses: redhat-actions/[email protected]
with:
openshift_server_url: ${{secrets.GOLDDR_OPENSHIFT_CLUSTER_URL}}
openshift_token: ${{secrets.GOLDDR_PIPELINE_SERVICE_ACCOUNT_TOKEN}}

- name: Helm Deploy / install command
run: |
echo current installed helm releases
helm list --namespace f088b1-prod
echo installing helm chart...
helm upgrade --wait --values ./deploy/prod_values.yaml --namespace f088b1-prod prod charts/pidp --debug

0 comments on commit 5537f20

Please sign in to comment.