Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
Change deprecated Deployment version
Browse files Browse the repository at this point in the history
  • Loading branch information
mszostok committed May 18, 2020
1 parent bfdd36c commit 49913bd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/catalog-v0.2/templates/apiserver-deployment.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: {{ template "fullname" . }}-apiserver
labels:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kind: Deployment
apiVersion: extensions/v1beta1
apiVersion: apps/v1
metadata:
name: {{ template "fullname" . }}-controller-manager
labels:
Expand Down
2 changes: 1 addition & 1 deletion charts/test-broker/templates/broker-deployment.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: {{ template "fullname" . }}
labels:
Expand Down
2 changes: 1 addition & 1 deletion charts/ups-broker/templates/broker-deployment.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: {{ template "fullname" . }}
labels:
Expand Down

0 comments on commit 49913bd

Please sign in to comment.