fix import in UI main.py and updated images

This commit is contained in:
Felix Kunde 2020-05-08 12:08:10 +02:00
parent 810743478c
commit 009ec9001e
5 changed files with 7 additions and 6 deletions

View File

@ -3,10 +3,10 @@ entries:
postgres-operator-ui:
- apiVersion: v1
appVersion: 1.5.0
created: "2020-05-08T11:22:48.907896661+02:00"
created: "2020-05-08T12:07:31.651762139+02:00"
description: Postgres Operator UI provides a graphical interface for a convenient
database-as-a-service user experience
digest: 740298774491cb91f2b5f8814531aa8c6b1baddf8ad194ab29b191c86d440c73
digest: d7a36de8a3716f7b7954e2e51ed07863ea764dbb129a2fd3ac6a453f9e98a115
home: https://github.com/zalando/postgres-operator
keywords:
- postgres
@ -26,7 +26,7 @@ entries:
version: 1.5.0
- apiVersion: v1
appVersion: 1.4.0
created: "2020-05-08T11:22:48.907394208+02:00"
created: "2020-05-08T12:07:31.651223951+02:00"
description: Postgres Operator UI provides a graphical interface for a convenient
database-as-a-service user experience
digest: 00e0eff7056d56467cd5c975657fbb76c8d01accd25a4b7aca81bc42aeac961d
@ -49,4 +49,4 @@ entries:
urls:
- postgres-operator-ui-1.4.0.tgz
version: 1.4.0
generated: "2020-05-08T11:22:48.906710191+02:00"
generated: "2020-05-08T12:07:31.650495247+02:00"

View File

@ -8,7 +8,7 @@ replicaCount: 1
image:
registry: registry.opensource.zalan.do
repository: acid/postgres-operator-ui
tag: v1.5.0
tag: v1.5.0-dirty
pullPolicy: "IfNotPresent"
rbac:

View File

@ -20,7 +20,7 @@ spec:
serviceAccountName: postgres-operator-ui
containers:
- name: "service"
image: registry.opensource.zalan.do/acid/postgres-operator-ui:v1.5.0
image: registry.opensource.zalan.do/acid/postgres-operator-ui:v1.5.0-dirty
ports:
- containerPort: 8081
protocol: "TCP"

View File

@ -7,6 +7,7 @@ gevent.monkey.patch_all()
import requests
import tokens
import sys
from backoff import expo, on_exception
from click import ParamType, command, echo, option