Update GT
This commit is contained in:
		
							parent
							
								
									ea3456720d
								
							
						
					
					
						commit
						623ef3f3b3
					
				
					 7 changed files with 10 additions and 10 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.6.6
 | 
					  version: 12.11.2
 | 
				
			||||||
- name: redis
 | 
					- name: redis
 | 
				
			||||||
  repository: https://charts.bitnami.com/bitnami
 | 
					  repository: https://charts.bitnami.com/bitnami
 | 
				
			||||||
  version: 17.13.2
 | 
					  version: 17.17.1
 | 
				
			||||||
digest: sha256:f4634de394b88cbbafb1815996eb2161c8cd4761941187f434751f85aeff8040
 | 
					digest: sha256:49685f612935d18ea9d44f4fea05f9b59897ed07d14d1e6190b9cdce19ae2e33
 | 
				
			||||||
generated: "2023-07-15T21:04:35.075256373-04:00"
 | 
					generated: "2023-09-15T14:57:19.943176582-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.6
 | 
					version: 2.3.7
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# 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.3.0
 | 
					appVersion: 3.3.2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
icon: https://glitchtip.gitlab.io/glitchtip-helm-chart/icon.svg
 | 
					icon: https://glitchtip.gitlab.io/glitchtip-helm-chart/icon.svg
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										
											BIN
										
									
								
								charts/postgresql-12.11.2.tgz
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								charts/postgresql-12.11.2.tgz
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								charts/redis-17.17.1.tgz
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								charts/redis-17.17.1.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.2
 | 
					  tag: v3.3.2
 | 
				
			||||||
  pullPolicy: IfNotPresent
 | 
					  pullPolicy: IfNotPresent
 | 
				
			||||||
 | 
					
 | 
				
			||||||
imagePullSecrets: []
 | 
					imagePullSecrets: []
 | 
				
			||||||
| 
						 | 
					@ -117,11 +117,11 @@ beat:
 | 
				
			||||||
  enabled: true
 | 
					  enabled: true
 | 
				
			||||||
  resources:
 | 
					  resources:
 | 
				
			||||||
    limits:
 | 
					    limits:
 | 
				
			||||||
      cpu: 100m
 | 
					      cpu: 200m
 | 
				
			||||||
      memory: 130Mi
 | 
					      memory: 150Mi
 | 
				
			||||||
    requests:
 | 
					    requests:
 | 
				
			||||||
      cpu: 1m
 | 
					      cpu: 1m
 | 
				
			||||||
      memory: 110Mi
 | 
					      memory: 130Mi
 | 
				
			||||||
  nodeSelector: {}
 | 
					  nodeSelector: {}
 | 
				
			||||||
  tolerations: []
 | 
					  tolerations: []
 | 
				
			||||||
  podAnnotations: {}
 | 
					  podAnnotations: {}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue