Skip to content

Commit

Permalink
Add values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp authored Oct 16, 2023
1 parent 9ad39f6 commit f96ed3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# Deploy Helm Chart
helm dependency update
helm upgrade --install --wait --atomic pubcode --set-string global.repository=${{ github.repository }} --set-string api.containers[0].tag="${{ github.event.inputs.tag }}" --set-string frontend.containers[0].tag="${{ github.event.inputs.tag }}" --set-string global.secrets.emailRecipients="${{ secrets.EMAIL_RECIPIENTS }}" --set-string global.secrets.chesTokenURL="${{ secrets.CHES_TOKEN_URL }}" --set-string global.secrets.chesClientID="${{ secrets.CHES_CLIENT_ID }}" --set-string global.secrets.chesClientSecret="${{ secrets.CHES_CLIENT_SECRET }}" --set-string global.secrets.chesAPIURL="${{ secrets.CHES_API_URL }}" --set-string global.secrets.databaseAdminPassword="${{ secrets.DB_PWD }}" --set-string namespace="${{ vars.oc_namespace }}" --timeout 5m .
helm upgrade --install --wait --atomic pubcode --values values.yaml --set-string global.repository=${{ github.repository }} --set-string api.containers[0].tag="${{ github.event.inputs.tag }}" --set-string frontend.containers[0].tag="${{ github.event.inputs.tag }}" --set-string global.secrets.emailRecipients="${{ secrets.EMAIL_RECIPIENTS }}" --set-string global.secrets.chesTokenURL="${{ secrets.CHES_TOKEN_URL }}" --set-string global.secrets.chesClientID="${{ secrets.CHES_CLIENT_ID }}" --set-string global.secrets.chesClientSecret="${{ secrets.CHES_CLIENT_SECRET }}" --set-string global.secrets.chesAPIURL="${{ secrets.CHES_API_URL }}" --set-string global.secrets.databaseAdminPassword="${{ secrets.DB_PWD }}" --set-string namespace="${{ vars.oc_namespace }}" --timeout 5m .
- name: Create Release
uses: softprops/action-gh-release@v1
continue-on-error: true
Expand Down

0 comments on commit f96ed3c

Please sign in to comment.