postgres-operator-ui: bump to 1.14.0, helm chart 1.14.0
This commit is contained in:
		@@ -9,7 +9,7 @@ metadata:
 | 
			
		||||
  name: {{ template "postgres-operator-ui.fullname" . }}
 | 
			
		||||
  namespace: {{ .Release.Namespace }}
 | 
			
		||||
spec:
 | 
			
		||||
  replicas: 1
 | 
			
		||||
  replicas: {{ .Values.replicaCount }}
 | 
			
		||||
  selector:
 | 
			
		||||
    matchLabels:
 | 
			
		||||
      app.kubernetes.io/name: {{ template "postgres-operator-ui.name" . }}
 | 
			
		||||
@@ -84,11 +84,11 @@ spec:
 | 
			
		||||
                  "limit_iops": 16000,
 | 
			
		||||
                  "limit_throughput": 1000,
 | 
			
		||||
                  "postgresql_versions": [
 | 
			
		||||
                    "17",
 | 
			
		||||
                    "16",
 | 
			
		||||
                    "15",
 | 
			
		||||
                    "14",
 | 
			
		||||
                    "13",
 | 
			
		||||
                    "12"
 | 
			
		||||
                    "13"
 | 
			
		||||
                  ]
 | 
			
		||||
                }
 | 
			
		||||
            {{- if .Values.extraEnvs }}
 | 
			
		||||
@@ -102,4 +102,4 @@ spec:
 | 
			
		||||
{{ toYaml .Values.tolerations | indent 8 }}
 | 
			
		||||
    {{- if .Values.priorityClassName }}
 | 
			
		||||
      priorityClassName: {{ .Values.priorityClassName }}
 | 
			
		||||
    {{- end }}
 | 
			
		||||
    {{- end }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user