Kubernetes 1.16.0 apireference changes 99/1699/3
authorBalazs Szekeres <balazs.szekeres@nokia.com>
Wed, 2 Oct 2019 12:18:55 +0000 (14:18 +0200)
committerBalazs Szekeres <balazs.szekeres@nokia.com>
Wed, 2 Oct 2019 12:23:54 +0000 (14:23 +0200)
Change-Id: I3c0200653f373cbc7e39fcd92fbeddcd9040da16
Signed-off-by: Balazs Szekeres <balazs.szekeres@nokia.com>
SPECS/infra-charts.spec
infra-charts/templates/custom-metrics-apiserver-deployment.yaml
infra-charts/templates/elasticsearch-data-statefulset.yaml
infra-charts/templates/elasticsearch-master-statefulset.yaml
infra-charts/templates/metrics-server-deployment.yaml
infra-charts/templates/netwatcher.yaml
infra-charts/templates/prometheus-dep.yaml
infra-charts/templates/svcwatcher.yaml

index 39a62a8..2bc5018 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 31
+%define RPM_MINOR_VERSION 32
 
 Name:           %{RPM_NAME}
 Version:        %{RPM_MAJOR_VERSION}
index 92607c9..21b35d8 100644 (file)
@@ -15,7 +15,7 @@ limitations under the License.
 */}}
 {{ if .Values.custom_metrics_api.required }}
 ---
-apiVersion: extensions/v1beta1
+apiVersion: apps/v1
 kind: Deployment
 metadata:
   labels:
index afc949a..d9d0c1a 100644 (file)
@@ -15,7 +15,7 @@ limitations under the License.
 */}}
 {{ if .Values.elasticsearch.required }}
 ---
-apiVersion: apps/v1beta1
+apiVersion: apps/v1
 kind: StatefulSet
 metadata:
   labels:
index cf3d274..512099d 100644 (file)
@@ -15,7 +15,7 @@ limitations under the License.
 */}}
 {{ if .Values.elasticsearch.required }}
 ---
-apiVersion: apps/v1beta1
+apiVersion: apps/v1
 kind: StatefulSet
 metadata:
   labels:
index 3f92a6a..da601b7 100644 (file)
@@ -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
index fece0c3..132bbe4 100644 (file)
@@ -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
index 03047aa..753edc5 100644 (file)
@@ -15,7 +15,7 @@ limitations under the License.
 */}}
 {{ if .Values.prometheus.required }}
 ---
-apiVersion: apps/v1beta2
+apiVersion: apps/v1
 kind: Deployment
 metadata:
   name: prometheus
index 500113b..8d2aa87 100644 (file)
@@ -15,7 +15,7 @@ limitations under the License.
 */}}
 {{ if .Values.svcwatcher.required }}
 ---
-apiVersion: apps/v1beta2
+apiVersion: apps/v1
 kind: DaemonSet
 metadata:
   name: svcwatcher