From: Tobik, Balint Date: Fri, 8 Nov 2019 13:14:36 +0000 (+0100) Subject: update infra chart X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=ecba42b1a34c168a0954b693312da8a26e93240f;p=ta%2Fcaas-install.git update infra chart Change nodeselector annotation due to label handling changed in nokia/dynamic-local-pv-provisioner Signed-off-by: Tobik, Balint Change-Id: Ifd2c85e57c5e5afb278422c2ad60324f1276a45d --- diff --git a/SPECS/infra-charts.spec b/SPECS/infra-charts.spec index 778a744..29216f9 100644 --- a/SPECS/infra-charts.spec +++ b/SPECS/infra-charts.spec @@ -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} diff --git a/infra-charts/templates/prometheus-pvc.yaml b/infra-charts/templates/prometheus-pvc.yaml index bcd954c..fd3c3f2 100644 --- a/infra-charts/templates/prometheus-pvc.yaml +++ b/infra-charts/templates/prometheus-pvc.yaml @@ -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