Skip to content

Commit

Permalink
Remove deprecated extensions/v1beta1 API group
Browse files Browse the repository at this point in the history
  • Loading branch information
dtomcej authored and traefiker committed Oct 17, 2019
1 parent 7f7eac4 commit 53c7323
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion helm/chart/maesh/charts/metrics/templates/grafana.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: grafana-core
Expand Down
2 changes: 1 addition & 1 deletion helm/chart/maesh/charts/metrics/templates/prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ data:
names:
- {{ .Release.Namespace }}
---
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: prometheus-core
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#

---
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: jaeger
Expand Down
4 changes: 2 additions & 2 deletions integration/resources/coredns/coredns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ data:
}
---
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: coredns
Expand Down Expand Up @@ -180,4 +180,4 @@ spec:
protocol: TCP
- name: metrics
port: 9153
protocol: TCP
protocol: TCP
2 changes: 1 addition & 1 deletion integration/resources/tools/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: tiny-tools
Expand Down
2 changes: 1 addition & 1 deletion integration/resources/whoami/whoami.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kind: Deployment
apiVersion: extensions/v1beta1
apiVersion: apps/v1
metadata:
name: whoami
namespace: whoami
Expand Down

0 comments on commit 53c7323

Please sign in to comment.