Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
ci: change apiVersion of prow deployments from v1beta2 to v1 (#2669)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhiyuan Chen authored Feb 3, 2020
1 parent a7f30f7 commit 2858d8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .prowci/deck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ items:
- port: 80
targetPort: 8080
type: ClusterIP
- apiVersion: apps/v1beta2
- apiVersion: apps/v1
kind: Deployment
metadata:
name: deck
Expand Down
2 changes: 1 addition & 1 deletion .prowci/hook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ items:
ports:
- port: 8888
type: ClusterIP
- apiVersion: apps/v1beta2
- apiVersion: apps/v1
kind: Deployment
metadata:
name: hook
Expand Down
2 changes: 1 addition & 1 deletion .prowci/tide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ items:
- port: 80
targetPort: 8888
type: ClusterIP
- apiVersion: apps/v1beta2
- apiVersion: apps/v1
kind: Deployment
metadata:
name: tide
Expand Down

0 comments on commit 2858d8e

Please sign in to comment.