Compare commits
	
		
			2 Commits
		
	
	
		
			27af90322a
			...
			7e53afe035
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 7e53afe035 | |||
| be2895695f | 
@@ -94,14 +94,18 @@ jobs:
 | 
			
		||||
        uses: actions/checkout@v3
 | 
			
		||||
 | 
			
		||||
      - name: Install Helm
 | 
			
		||||
        env:
 | 
			
		||||
          BINARY_NAME: helm
 | 
			
		||||
        run: |
 | 
			
		||||
          curl -fsSL https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
 | 
			
		||||
 | 
			
		||||
      - name: Package Chart
 | 
			
		||||
        run: |
 | 
			
		||||
          helm package --app-version ${VERSION} ${CHART_DIR}
 | 
			
		||||
          helm package --app-version ${VERSION#v} ${CHART_DIR}
 | 
			
		||||
 | 
			
		||||
      - name: Publish Chart
 | 
			
		||||
        env:
 | 
			
		||||
          API_TOKEN: ${{ secrets.API_TOKEN }}
 | 
			
		||||
        run: |
 | 
			
		||||
          curl -X POST \
 | 
			
		||||
            -H "Authorization: token ${API_TOKEN}" \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user