From 2c9fefdfb2e63c722b80987f0e94183c828463ff Mon Sep 17 00:00:00 2001 From: Felix Kunde Date: Fri, 28 Jun 2019 10:20:53 +0200 Subject: [PATCH 1/2] Update LICENSE (#601) * Remove things that were copied by mistake --- LICENSE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index e157392eb..72dcd53e1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 Compose, Zalando SE +Copyright (c) 2019 Zalando SE Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE. From d69211032ea3d56cabca3e252e7cc1686dd2f465 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Inge=20Bols=C3=B8?= Date: Fri, 28 Jun 2019 13:41:50 +0200 Subject: [PATCH 2/2] update postgres-operator deployment to apps/v1 (#598) --- manifests/postgres-operator.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/manifests/postgres-operator.yaml b/manifests/postgres-operator.yaml index 005f02521..6860316cf 100644 --- a/manifests/postgres-operator.yaml +++ b/manifests/postgres-operator.yaml @@ -1,9 +1,12 @@ -apiVersion: apps/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: postgres-operator spec: replicas: 1 + selector: + matchLabels: + name: postgres-operator template: metadata: labels: