From: Balazs Szekeres Date: Wed, 2 Oct 2019 12:18:55 +0000 (+0200) Subject: Kubernetes 1.16.0 apireference changes X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=cca12d19d1acf016b249d03bbab8e8018cbf42d0;p=ta%2Fcaas-install.git Kubernetes 1.16.0 apireference changes Change-Id: I3c0200653f373cbc7e39fcd92fbeddcd9040da16 Signed-off-by: Balazs Szekeres --- diff --git a/SPECS/infra-charts.spec b/SPECS/infra-charts.spec index 39a62a8..2bc5018 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 31 +%define RPM_MINOR_VERSION 32 Name: %{RPM_NAME} Version: %{RPM_MAJOR_VERSION} diff --git a/infra-charts/templates/custom-metrics-apiserver-deployment.yaml b/infra-charts/templates/custom-metrics-apiserver-deployment.yaml index 92607c9..21b35d8 100644 --- a/infra-charts/templates/custom-metrics-apiserver-deployment.yaml +++ b/infra-charts/templates/custom-metrics-apiserver-deployment.yaml @@ -15,7 +15,7 @@ limitations under the License. */}} {{ if .Values.custom_metrics_api.required }} --- -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: labels: diff --git a/infra-charts/templates/elasticsearch-data-statefulset.yaml b/infra-charts/templates/elasticsearch-data-statefulset.yaml index afc949a..d9d0c1a 100644 --- a/infra-charts/templates/elasticsearch-data-statefulset.yaml +++ b/infra-charts/templates/elasticsearch-data-statefulset.yaml @@ -15,7 +15,7 @@ limitations under the License. */}} {{ if .Values.elasticsearch.required }} --- -apiVersion: apps/v1beta1 +apiVersion: apps/v1 kind: StatefulSet metadata: labels: diff --git a/infra-charts/templates/elasticsearch-master-statefulset.yaml b/infra-charts/templates/elasticsearch-master-statefulset.yaml index cf3d274..512099d 100644 --- a/infra-charts/templates/elasticsearch-master-statefulset.yaml +++ b/infra-charts/templates/elasticsearch-master-statefulset.yaml @@ -15,7 +15,7 @@ limitations under the License. */}} {{ if .Values.elasticsearch.required }} --- -apiVersion: apps/v1beta1 +apiVersion: apps/v1 kind: StatefulSet metadata: labels: diff --git a/infra-charts/templates/metrics-server-deployment.yaml b/infra-charts/templates/metrics-server-deployment.yaml index 3f92a6a..da601b7 100644 --- a/infra-charts/templates/metrics-server-deployment.yaml +++ b/infra-charts/templates/metrics-server-deployment.yaml @@ -15,7 +15,7 @@ limitations under the License. */}} {{ if .Values.metrics_server.required }} --- -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: metrics-server diff --git a/infra-charts/templates/netwatcher.yaml b/infra-charts/templates/netwatcher.yaml index fece0c3..132bbe4 100644 --- a/infra-charts/templates/netwatcher.yaml +++ b/infra-charts/templates/netwatcher.yaml @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */}} --- -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: DaemonSet metadata: name: netwatcher diff --git a/infra-charts/templates/prometheus-dep.yaml b/infra-charts/templates/prometheus-dep.yaml index 03047aa..753edc5 100644 --- a/infra-charts/templates/prometheus-dep.yaml +++ b/infra-charts/templates/prometheus-dep.yaml @@ -15,7 +15,7 @@ limitations under the License. */}} {{ if .Values.prometheus.required }} --- -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: prometheus diff --git a/infra-charts/templates/svcwatcher.yaml b/infra-charts/templates/svcwatcher.yaml index 500113b..8d2aa87 100644 --- a/infra-charts/templates/svcwatcher.yaml +++ b/infra-charts/templates/svcwatcher.yaml @@ -15,7 +15,7 @@ limitations under the License. */}} {{ if .Values.svcwatcher.required }} --- -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: DaemonSet metadata: name: svcwatcher