update infra chart 41/1941/5
authorTobik, Balint <balint.tobik@nokia.com>
Fri, 8 Nov 2019 13:14:36 +0000 (14:14 +0100)
committerTobik, Balint <balint.tobik@nokia.com>
Mon, 11 Nov 2019 09:27:04 +0000 (10:27 +0100)
Change nodeselector annotation due to
label handling changed in nokia/dynamic-local-pv-provisioner

Signed-off-by: Tobik, Balint <balint.tobik@nokia.com>
Change-Id: Ifd2c85e57c5e5afb278422c2ad60324f1276a45d

SPECS/infra-charts.spec
infra-charts/templates/prometheus-pvc.yaml

index 778a744..29216f9 100644 (file)
@@ -15,7 +15,7 @@
 %define COMPONENT infra-charts
 %define RPM_NAME caas-%{COMPONENT}
 %define RPM_MAJOR_VERSION 1.0.0
-%define RPM_MINOR_VERSION 44
+%define RPM_MINOR_VERSION 45
 
 Name:           %{RPM_NAME}
 Version:        %{RPM_MAJOR_VERSION}
index bcd954c..fd3c3f2 100644 (file)
@@ -4,8 +4,7 @@ metadata:
   name: prometheus-pvc
   namespace: kube-system
   annotations:
-    nodeselector:
-      nodetype=caas_master
+      nokia.k8s.io/nodeSelector: '{"nodetype":"caas_master"}'
 spec:
   accessModes:
     - ReadWriteOnce