Skip to content

Commit

Permalink
Fix helm pipeline (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
karimatwa authored Nov 8, 2024
1 parent e4cce18 commit aa9b9b8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:
- main
paths:
- 'helm-chart/**'
- '.github/workflows/helm-chart-deploy.yaml.yml'
- '.github/workflows/helm-chart-deploy.yaml'
pull_request:
branches:
- main
paths:
- 'helm-chart/**'
- '.github/workflows/helm-chart-deploy.yaml.yml'
- '.github/workflows/helm-chart-deploy.yaml'

jobs:
package-and-upload:
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Merge new chart with existing index.yaml
env:
AWS_S3_BUCKET: ${{ env.bucket }}
AWS_REGION: ${{ vars.AWS_REGION }}
AWS_REGION: ${{ vars.SE_HELM_AWS_REGION }}
run: |
CHART_FILE=${{ env.CHART_FILE }}
CHART_DIR=$(dirname "$CHART_FILE")
Expand Down

0 comments on commit aa9b9b8

Please sign in to comment.