Chart updates. Change default worker settings to use less ram.
This commit is contained in:
		
							parent
							
								
									7038527dae
								
							
						
					
					
						commit
						ff0e47cb00
					
				
					 7 changed files with 9 additions and 8 deletions
				
			
		| 
						 | 
					@ -1,9 +1,9 @@
 | 
				
			||||||
dependencies:
 | 
					dependencies:
 | 
				
			||||||
- name: postgresql
 | 
					- name: postgresql
 | 
				
			||||||
  repository: https://charts.bitnami.com/bitnami
 | 
					  repository: https://charts.bitnami.com/bitnami
 | 
				
			||||||
  version: 12.5.7
 | 
					  version: 12.6.4
 | 
				
			||||||
- name: redis
 | 
					- name: redis
 | 
				
			||||||
  repository: https://charts.bitnami.com/bitnami
 | 
					  repository: https://charts.bitnami.com/bitnami
 | 
				
			||||||
  version: 17.11.5
 | 
					  version: 17.11.7
 | 
				
			||||||
digest: sha256:72f6f7c0577511b6b67168ca54c5e657b7332eaa30a030e3a5807b9dd65bd71f
 | 
					digest: sha256:7afe27f9adf1d5270f2ef3a9fc0522ae089b953863d57d302ff309bf0009edc6
 | 
				
			||||||
generated: "2023-06-18T13:11:58.210461777-04:00"
 | 
					generated: "2023-07-09T11:25:42.267566634-04:00"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -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: 2.3.3
 | 
					version: 2.3.4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# 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: 3.2.0
 | 
					appVersion: 3.2.1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
icon: https://glitchtip.gitlab.io/glitchtip-helm-chart/icon.svg
 | 
					icon: https://glitchtip.gitlab.io/glitchtip-helm-chart/icon.svg
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								charts/postgresql-12.6.4.tgz
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								charts/postgresql-12.6.4.tgz
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								charts/redis-17.11.7.tgz
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								charts/redis-17.11.7.tgz
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
# Default values for glitchtip.
 | 
					# Default values for glitchtip.
 | 
				
			||||||
image:
 | 
					image:
 | 
				
			||||||
  repository: glitchtip/glitchtip
 | 
					  repository: glitchtip/glitchtip
 | 
				
			||||||
  tag: v3.2.0
 | 
					  tag: v3.2.1
 | 
				
			||||||
  pullPolicy: IfNotPresent
 | 
					  pullPolicy: IfNotPresent
 | 
				
			||||||
 | 
					
 | 
				
			||||||
imagePullSecrets: []
 | 
					imagePullSecrets: []
 | 
				
			||||||
| 
						 | 
					@ -12,7 +12,8 @@ env:
 | 
				
			||||||
  normal:
 | 
					  normal:
 | 
				
			||||||
    ENABLE_SOCIAL_AUTH: false
 | 
					    ENABLE_SOCIAL_AUTH: false
 | 
				
			||||||
    GLITCHTIP_DOMAIN: https://example.com
 | 
					    GLITCHTIP_DOMAIN: https://example.com
 | 
				
			||||||
    CELERY_WORKER_CONCURRENCY: "3"  # Remove to set to number of cpus
 | 
					    CELERY_WORKER_AUTOSCALE: "1,3"
 | 
				
			||||||
 | 
					    CELERY_WORKER_MAX_TASKS_PER_CHILD: "10000"
 | 
				
			||||||
  secret:
 | 
					  secret:
 | 
				
			||||||
    SECRET_KEY: # Required
 | 
					    SECRET_KEY: # Required
 | 
				
			||||||
    # DATABASE_URL: Specify if using external postgres (not managed by this chart)
 | 
					    # DATABASE_URL: Specify if using external postgres (not managed by this chart)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue