Merge pull request #108 from jakalkhalili/helm-chart
Fix helm Makefile goals
This commit is contained in:
		
						commit
						dfbebd934b
					
				
							
								
								
									
										4
									
								
								Makefile
								
								
								
								
							
							
						
						
									
										4
									
								
								Makefile
								
								
								
								
							|  | @ -458,9 +458,9 @@ endif | ||||||
| .PHONY: helm-package | .PHONY: helm-package | ||||||
| helm-package: | helm-package: | ||||||
| 	@echo "+ $@" | 	@echo "+ $@" | ||||||
| 	cd chart/ && helm package jenkins-operator | 	cd chart && helm package jenkins-operator | ||||||
| 
 |  | ||||||
| .PHONY: helm-deploy | .PHONY: helm-deploy | ||||||
| helm-deploy: helm-package | helm-deploy: helm-package | ||||||
| 	@echo "+ $@" | 	@echo "+ $@" | ||||||
| 	helm repo index chart/ --url https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/chart/jenkins-operator/ | 	helm repo index chart/ --url https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/chart/jenkins-operator/ | ||||||
|  | 	cd chart/ && mv jenkins-operator-*.tgz jenkins-operator | ||||||
|  | @ -3,11 +3,11 @@ entries: | ||||||
|   jenkins-operator: |   jenkins-operator: | ||||||
|   - apiVersion: v1 |   - apiVersion: v1 | ||||||
|     appVersion: 0.2.0 |     appVersion: 0.2.0 | ||||||
|     created: "2019-09-18T12:05:07.80241+02:00" |     created: "2019-09-18T14:00:30.231896+02:00" | ||||||
|     description: Kubernetes native operator which fully manages Jenkins on Kubernetes |     description: Kubernetes native operator which fully manages Jenkins on Kubernetes | ||||||
|     digest: 17d48e5da2a77975cc5d9c4db3d28f003d578759f8538bf58ac3977534feb42f |     digest: d5828cba35e435fc6526d235ec98b3ffdb8d6ed20b82c953a81a5c1f660d1fb3 | ||||||
|     name: jenkins-operator |     name: jenkins-operator | ||||||
|     urls: |     urls: | ||||||
|     - https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/chart/jenkins-operator/jenkins-operator-0.0.1.tgz |     - https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/chart/jenkins-operator/jenkins-operator-0.0.1.tgz | ||||||
|     version: 0.0.1 |     version: 0.0.1 | ||||||
| generated: "2019-09-18T12:05:07.801225+02:00" | generated: "2019-09-18T14:00:30.230409+02:00" | ||||||
|  |  | ||||||
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
		Loading…
	
		Reference in New Issue