Add options to pre install migration
This commit is contained in:
		
							parent
							
								
									b389611d79
								
							
						
					
					
						commit
						0c47cf8568
					
				
					 3 changed files with 7 additions and 3 deletions
				
			
		| 
						 | 
					@ -14,11 +14,11 @@ type: application
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# This is the chart version. This version number should be incremented each time you make changes
 | 
					# This is the chart version. This version number should be incremented each time you make changes
 | 
				
			||||||
# to the chart and its templates, including the app version.
 | 
					# to the chart and its templates, including the app version.
 | 
				
			||||||
version: 1.0.1
 | 
					version: 2.0.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# This is the version number of the application being deployed. This version number should be
 | 
					# This is the version number of the application being deployed. This version number should be
 | 
				
			||||||
# incremented each time you make changes to the application.
 | 
					# incremented each time you make changes to the application.
 | 
				
			||||||
appVersion: 2.0.7
 | 
					appVersion: 3.0.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
icon: https://glitchtip.gitlab.io/glitchtip-helm-chart/icon.svg
 | 
					icon: https://glitchtip.gitlab.io/glitchtip-helm-chart/icon.svg
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1 +1 @@
 | 
				
			||||||
Subproject commit ccfcb1bc23415b173a997f0844a1b20ca81fc7c8
 | 
					Subproject commit a28b11717489dc31da23d3e6c340fc0aa8cbfc63
 | 
				
			||||||
| 
						 | 
					@ -18,6 +18,10 @@ env:
 | 
				
			||||||
    # DATABASE_URL: Specify if using external postgres (not managed by this chart)
 | 
					    # DATABASE_URL: Specify if using external postgres (not managed by this chart)
 | 
				
			||||||
    # REDIS_URL: Specify if using external redis (not managed by this chart)
 | 
					    # REDIS_URL: Specify if using external redis (not managed by this chart)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					preInstall:
 | 
				
			||||||
 | 
					  enabled: true
 | 
				
			||||||
 | 
					  activeDeadlineSeconds: 900
 | 
				
			||||||
 | 
					
 | 
				
			||||||
web:
 | 
					web:
 | 
				
			||||||
  replicaCount: 2
 | 
					  replicaCount: 2
 | 
				
			||||||
  autoscaling:
 | 
					  autoscaling:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue