postgres-operator: bump to 1.14.0, helm chart 1.14.0
This commit is contained in:
		@@ -140,8 +140,8 @@ rules:
 | 
			
		||||
  - delete
 | 
			
		||||
  - get
 | 
			
		||||
  - list
 | 
			
		||||
{{- if toString .Values.configKubernetes.storage_resize_mode | eq "pvc" }}
 | 
			
		||||
  - patch
 | 
			
		||||
{{- if or (toString .Values.configKubernetes.storage_resize_mode | eq "pvc") (toString .Values.configKubernetes.storage_resize_mode | eq "mixed") }}
 | 
			
		||||
  - update
 | 
			
		||||
{{- end }}
 | 
			
		||||
 # to read existing PVs. Creation should be done via dynamic provisioning
 | 
			
		||||
 
 | 
			
		||||
@@ -54,7 +54,7 @@ spec:
 | 
			
		||||
          value: {{ template "postgres-operator.controllerID" . }}
 | 
			
		||||
      {{- end }}
 | 
			
		||||
      {{- if .Values.extraEnvs }}
 | 
			
		||||
      {{- .Values.extraEnvs | toYaml | nindent 12 }}
 | 
			
		||||
{{ toYaml .Values.extraEnvs | indent 8 }}
 | 
			
		||||
      {{- end }}
 | 
			
		||||
        resources:
 | 
			
		||||
{{ toYaml .Values.resources | indent 10 }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user