diff --git a/helm/chart/maesh/charts/metrics/templates/grafana.yaml b/helm/chart/maesh/charts/metrics/templates/grafana.yaml index 63e0cc9b7..e90053464 100644 --- a/helm/chart/maesh/charts/metrics/templates/grafana.yaml +++ b/helm/chart/maesh/charts/metrics/templates/grafana.yaml @@ -1,5 +1,5 @@ --- -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: grafana-core diff --git a/helm/chart/maesh/charts/metrics/templates/prometheus.yaml b/helm/chart/maesh/charts/metrics/templates/prometheus.yaml index 4f9aba7f6..11e78c311 100644 --- a/helm/chart/maesh/charts/metrics/templates/prometheus.yaml +++ b/helm/chart/maesh/charts/metrics/templates/prometheus.yaml @@ -65,7 +65,7 @@ data: names: - {{ .Release.Namespace }} --- -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: prometheus-core diff --git a/helm/chart/maesh/charts/tracing/templates/jaeger-deployment.yaml b/helm/chart/maesh/charts/tracing/templates/jaeger-deployment.yaml index e393ee6ef..603d6c5c2 100644 --- a/helm/chart/maesh/charts/tracing/templates/jaeger-deployment.yaml +++ b/helm/chart/maesh/charts/tracing/templates/jaeger-deployment.yaml @@ -13,7 +13,7 @@ # --- -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: jaeger diff --git a/integration/resources/coredns/coredns.yaml b/integration/resources/coredns/coredns.yaml index 26828c58f..8bcc08440 100644 --- a/integration/resources/coredns/coredns.yaml +++ b/integration/resources/coredns/coredns.yaml @@ -73,7 +73,7 @@ data: } --- -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: coredns @@ -180,4 +180,4 @@ spec: protocol: TCP - name: metrics port: 9153 - protocol: TCP \ No newline at end of file + protocol: TCP diff --git a/integration/resources/tools/deployment.yaml b/integration/resources/tools/deployment.yaml index 41326d7b1..3f9ac3259 100644 --- a/integration/resources/tools/deployment.yaml +++ b/integration/resources/tools/deployment.yaml @@ -1,4 +1,4 @@ -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: tiny-tools diff --git a/integration/resources/whoami/whoami.yaml b/integration/resources/whoami/whoami.yaml index 114350d3e..1e4db2bcd 100644 --- a/integration/resources/whoami/whoami.yaml +++ b/integration/resources/whoami/whoami.yaml @@ -1,5 +1,5 @@ kind: Deployment -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 metadata: name: whoami namespace: whoami