From b5c9b12edde14b152ce5ddd1f0a0a6e1bc5fdd7d Mon Sep 17 00:00:00 2001 From: Felix Kunde <felix-kunde@gmx.de> Date: Wed, 3 Nov 2021 14:40:31 +0100 Subject: [PATCH] update UI image in manifest example --- ui/manifests/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/manifests/deployment.yaml b/ui/manifests/deployment.yaml index d70885d3..865acd6b 100644 --- a/ui/manifests/deployment.yaml +++ b/ui/manifests/deployment.yaml @@ -18,7 +18,7 @@ spec: serviceAccountName: postgres-operator-ui containers: - name: "service" - image: registry.opensource.zalan.do/acid/postgres-operator-ui:v1.6.0 + image: registry.opensource.zalan.do/acid/postgres-operator-ui:v1.7.1 ports: - containerPort: 8081 protocol: "TCP" -- GitLab