Add support for bitnami style podAnnotations
This commit is contained in:
		
							parent
							
								
									f617a74f29
								
							
						
					
					
						commit
						3621dff045
					
				
					 8 changed files with 10 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -1,9 +1,9 @@
 | 
			
		|||
dependencies:
 | 
			
		||||
- name: postgresql
 | 
			
		||||
  repository: https://charts.bitnami.com/bitnami
 | 
			
		||||
  version: 12.1.14
 | 
			
		||||
  version: 12.2.1
 | 
			
		||||
- name: redis
 | 
			
		||||
  repository: https://charts.bitnami.com/bitnami
 | 
			
		||||
  version: 17.7.1
 | 
			
		||||
digest: sha256:45e8e78a471eb11ecffdc64e1272614799ee86409d23b459778fd9df1e20328c
 | 
			
		||||
generated: "2023-02-06T10:37:28.02734762-05:00"
 | 
			
		||||
  version: 17.7.5
 | 
			
		||||
digest: sha256:abaff7f53b1a66bffc8873d0e869fdbd9047173942418070c853121eae39f387
 | 
			
		||||
generated: "2023-02-20T10:53:30.117200225-05:00"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -14,7 +14,7 @@ type: application
 | 
			
		|||
 | 
			
		||||
# 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.
 | 
			
		||||
version: 2.2.1
 | 
			
		||||
version: 2.2.2
 | 
			
		||||
 | 
			
		||||
# This is the version number of the application being deployed. This version number should be
 | 
			
		||||
# incremented each time you make changes to the application.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								charts/postgresql-12.2.1.tgz
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								charts/postgresql-12.2.1.tgz
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								charts/redis-17.7.5.tgz
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								charts/redis-17.7.5.tgz
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
						 | 
				
			
			@ -1 +1 @@
 | 
			
		|||
Subproject commit 98f6e139eee25ea4a2c7a7dbe03bb8fdb522df9a
 | 
			
		||||
Subproject commit 95717ec228ccca9a295eb3761f8ed9fa5c4193bb
 | 
			
		||||
| 
						 | 
				
			
			@ -41,6 +41,7 @@ web:
 | 
			
		|||
      memory: 128Mi
 | 
			
		||||
  nodeSelector: {}
 | 
			
		||||
  tolerations: []
 | 
			
		||||
  podAnnotations: {}
 | 
			
		||||
  affinity:
 | 
			
		||||
    podAntiAffinity:
 | 
			
		||||
      preferredDuringSchedulingIgnoredDuringExecution:
 | 
			
		||||
| 
						 | 
				
			
			@ -99,6 +100,7 @@ worker:
 | 
			
		|||
      memory: 128Mi
 | 
			
		||||
  nodeSelector: {}
 | 
			
		||||
  tolerations: []
 | 
			
		||||
  podAnnotations: {}
 | 
			
		||||
  affinity: {}
 | 
			
		||||
 | 
			
		||||
beat:
 | 
			
		||||
| 
						 | 
				
			
			@ -112,6 +114,7 @@ beat:
 | 
			
		|||
      memory: 90Mi
 | 
			
		||||
  nodeSelector: {}
 | 
			
		||||
  tolerations: []
 | 
			
		||||
  podAnnotations: {}
 | 
			
		||||
  affinity: {}
 | 
			
		||||
 | 
			
		||||
flower:
 | 
			
		||||
| 
						 | 
				
			
			@ -125,6 +128,7 @@ flower:
 | 
			
		|||
      memory: 256Mi
 | 
			
		||||
  nodeSelector: {}
 | 
			
		||||
  tolerations: []
 | 
			
		||||
  podAnnotations: {}
 | 
			
		||||
  affinity: {}
 | 
			
		||||
  service:
 | 
			
		||||
    type: ClusterIP
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue