Update dependencies and set GT to 3.1.2
This commit is contained in:
		
							parent
							
								
									a97623a5e8
								
							
						
					
					
						commit
						e91f14a5e5
					
				
					 8 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.2.1
 | 
					  version: 12.2.7
 | 
				
			||||||
- name: redis
 | 
					- name: redis
 | 
				
			||||||
  repository: https://charts.bitnami.com/bitnami
 | 
					  repository: https://charts.bitnami.com/bitnami
 | 
				
			||||||
  version: 17.7.5
 | 
					  version: 17.9.4
 | 
				
			||||||
digest: sha256:abaff7f53b1a66bffc8873d0e869fdbd9047173942418070c853121eae39f387
 | 
					digest: sha256:e96cf748e25b6a58cea82e122a3a2332b6be7e2adedf8bb3d6f92eb058e79618
 | 
				
			||||||
generated: "2023-02-20T10:53:30.117200225-05:00"
 | 
					generated: "2023-04-13T12:49:10.964256347-04:00"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -14,20 +14,20 @@ 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.2.5
 | 
					version: 2.2.6
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# 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.1.0
 | 
					appVersion: 3.1.2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
icon: https://glitchtip.gitlab.io/glitchtip-helm-chart/icon.svg
 | 
					icon: https://glitchtip.gitlab.io/glitchtip-helm-chart/icon.svg
 | 
				
			||||||
 | 
					
 | 
				
			||||||
dependencies:
 | 
					dependencies:
 | 
				
			||||||
  - name: postgresql
 | 
					  - name: postgresql
 | 
				
			||||||
    version: ^12.1.9
 | 
					    version: ^12.2.7
 | 
				
			||||||
    repository: https://charts.bitnami.com/bitnami
 | 
					    repository: https://charts.bitnami.com/bitnami
 | 
				
			||||||
    condition: postgresql.enabled
 | 
					    condition: postgresql.enabled
 | 
				
			||||||
  - name: redis
 | 
					  - name: redis
 | 
				
			||||||
    version: ^17.4.2
 | 
					    version: ^17.9.4
 | 
				
			||||||
    repository: https://charts.bitnami.com/bitnami
 | 
					    repository: https://charts.bitnami.com/bitnami
 | 
				
			||||||
    condition: redis.enabled
 | 
					    condition: redis.enabled
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								charts/postgresql-12.2.7.tgz
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								charts/postgresql-12.2.7.tgz
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								charts/redis-17.9.4.tgz
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								charts/redis-17.9.4.tgz
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
						 | 
					@ -1 +1 @@
 | 
				
			||||||
Subproject commit 95717ec228ccca9a295eb3761f8ed9fa5c4193bb
 | 
					Subproject commit 01748f59da6a791924af7ffab6422f4192bb5b41
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
# Default values for glitchtip.
 | 
					# Default values for glitchtip.
 | 
				
			||||||
image:
 | 
					image:
 | 
				
			||||||
  repository: glitchtip/glitchtip
 | 
					  repository: glitchtip/glitchtip
 | 
				
			||||||
  tag: v3.1.0
 | 
					  tag: v3.1.2
 | 
				
			||||||
  pullPolicy: IfNotPresent
 | 
					  pullPolicy: IfNotPresent
 | 
				
			||||||
 | 
					
 | 
				
			||||||
imagePullSecrets: []
 | 
					imagePullSecrets: []
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue