Use newer version in sample values file
This commit is contained in:
		
							parent
							
								
									99ab8d3c95
								
							
						
					
					
						commit
						bf5345cfa9
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1,5 +1,5 @@
 | 
			
		|||
image:
 | 
			
		||||
  tag: v1.10.3  # Make this the latest version, then change it to upgrade
 | 
			
		||||
  tag: v1.11.1  # Make this the latest version, then change it to upgrade
 | 
			
		||||
  pullPolicy: IfNotPresent
 | 
			
		||||
env:
 | 
			
		||||
  normal:
 | 
			
		||||
| 
						 | 
				
			
			@ -10,6 +10,7 @@ env:
 | 
			
		|||
    # DATABASE_URL: postgres://postgres:postgres@postgres:5432/postgres 
 | 
			
		||||
postgresql:
 | 
			
		||||
  enabled: true  # Be careful upgrading. The postgresql helm chart does not support major upgrades.
 | 
			
		||||
  postgresqlPassword: mypass
 | 
			
		||||
  primary:
 | 
			
		||||
    persistence:
 | 
			
		||||
      size: 10Gi  # Default is 8, may want this considerably higher
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue