Skip to content

Commit

Permalink
dispatch: use apps/v1 api
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoshkin committed Nov 20, 2019
1 parent 1d5c594 commit 937a29e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable/dispatch/charts/minio/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
selector:
app: {{ template "minio.name" . }}
---
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: {{ template "minio.fullname" . }}
Expand Down
4 changes: 2 additions & 2 deletions stable/dispatch/charts/tekton/templates/tekton.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ kind: ConfigMap
metadata:
name: config-observability
---
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: tekton-pipelines-controller
Expand Down Expand Up @@ -601,7 +601,7 @@ spec:
name: config-logging
name: config-logging
---
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: tekton-pipelines-webhook
Expand Down

0 comments on commit 937a29e

Please sign in to comment.