diff --git a/charts/postgres-operator-ui/templates/deployment.yaml b/charts/postgres-operator-ui/templates/deployment.yaml index d4a2a88b8..a5729fcdc 100644 --- a/charts/postgres-operator-ui/templates/deployment.yaml +++ b/charts/postgres-operator-ui/templates/deployment.yaml @@ -88,7 +88,7 @@ spec: "17", "16", "15", - "14", + "14" ] } {{- if .Values.extraEnvs }} diff --git a/ui/run_local.sh b/ui/run_local.sh index 13d8f053a..917f1dc50 100755 --- a/ui/run_local.sh +++ b/ui/run_local.sh @@ -35,7 +35,7 @@ default_operator_ui_config='{ "17", "16", "15", - "14", + "14" ], "static_network_whitelist": { "localhost": ["172.0.0.1/32"]