Try my best to get postgres working
This commit is contained in:
		
							parent
							
								
									bf5345cfa9
								
							
						
					
					
						commit
						32ccdaf820
					
				
					 6 changed files with 7 additions and 6 deletions
				
			
		
							
								
								
									
										3
									
								
								.gitmodules
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.gitmodules
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -1,3 +1,4 @@
 | 
				
			||||||
[submodule "django-helm-chart"]
 | 
					[submodule "django-helm-chart"]
 | 
				
			||||||
	path = django-helm-chart
 | 
						path = django-helm-chart
 | 
				
			||||||
	url = https://gitlab.com/burke-software/django-helm-chart.git
 | 
						url = git@gitlab.com:burke-software/django-helm-chart.git
 | 
				
			||||||
 | 
						#url = https://gitlab.com/burke-software/django-helm-chart.git
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,9 +1,9 @@
 | 
				
			||||||
dependencies:
 | 
					dependencies:
 | 
				
			||||||
- name: postgresql
 | 
					- name: postgresql
 | 
				
			||||||
  repository: https://charts.bitnami.com/bitnami
 | 
					  repository: https://charts.bitnami.com/bitnami
 | 
				
			||||||
  version: 11.1.9
 | 
					  version: 11.1.15
 | 
				
			||||||
- name: redis
 | 
					- name: redis
 | 
				
			||||||
  repository: https://charts.bitnami.com/bitnami
 | 
					  repository: https://charts.bitnami.com/bitnami
 | 
				
			||||||
  version: 16.5.5
 | 
					  version: 16.5.5
 | 
				
			||||||
digest: sha256:51ec80ddbb6bd3084b70ebd8c304e621a610842c462445117bb829c331a97037
 | 
					digest: sha256:c769fee32aa0f3e27d2bdb7ac74867a60a02da0fc123ba73e68f52c00044fe89
 | 
				
			||||||
generated: "2022-03-22T15:12:00.309731405-04:00"
 | 
					generated: "2022-04-05T10:30:44.77043487-04:00"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -14,7 +14,7 @@ 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: 0.1.1
 | 
					version: 0.1.2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# 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.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										
											BIN
										
									
								
								charts/postgresql-11.1.15.tgz
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								charts/postgresql-11.1.15.tgz
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							| 
						 | 
					@ -1 +1 @@
 | 
				
			||||||
Subproject commit fa7f7acd2bb8e9ff0840c1b8f55d53ea70082dfe
 | 
					Subproject commit 74f1ec9f6c770f43fa1a2c1af30f53262aaa6193
 | 
				
			||||||
		Reference in a new issue