Skip to content

Commit

Permalink
Merge pull request #275 from mesosphere/dkoshkin/dispatch
Browse files Browse the repository at this point in the history
dispatch: use apps/v1 api
  • Loading branch information
dkoshkin authored Nov 20, 2019
2 parents 95440de + bc318ed commit dd139fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion stable/dispatch/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "0.3.0"
description: Installs Dispatch into a Kubernetes cluster
name: dispatch
version: 0.3.3
version: 0.3.4
tillerVersion: ">=2.14.2"
home: https://github.com/mesosphere/dispatch
maintainers:
Expand Down
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 dd139fe

Please sign in to comment.