Rm test comment #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy the support chart | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- helm-charts/support/** | |
env: | |
TERM: xterm | |
# This may not be required any more, and it may depend on the kubectl version | |
# we use etc as well. For now, we have it added to avoid issues. | |
USE_GKE_GCLOUD_AUTH_PLUGIN: "True" | |
jobs: | |
upgrade-support-chart: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Setup deploy | |
uses: ./.github/actions/setup-deploy | |
with: | |
GCP_KMS_DECRYPTOR_KEY: ${{ secrets.GCP_KMS_DECRYPTOR_KEY }} | |
- name: Upgrade support chart | |
if: matrix.jobs.upgrade_support | |
run: | | |
python3 deployer.py support --namespace=support |