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