Skip to content

Commit

Permalink
dispatch: fix api versions and app selectors (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoshkin authored and alejandroEsc committed Nov 25, 2019
1 parent 86dd763 commit 2032340
Show file tree
Hide file tree
Showing 5 changed files with 10 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.4
version: 0.3.5
tillerVersion: ">=2.14.2"
home: https://github.com/mesosphere/dispatch
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion stable/dispatch/charts/minio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ maintainers:
name: minio
sources:
- https://github.com/minio/minio
version: 2.5.13
version: 2.5.14
2 changes: 1 addition & 1 deletion stable/dispatch/charts/minio/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if eq .Values.mode "standalone" }}
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "minio.fullname" . }}
Expand Down
2 changes: 1 addition & 1 deletion stable/dispatch/charts/tekton/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "1.0"
description: A Helm chart for Kubernetes
name: tekton
version: 0.1.0
version: 0.1.1
6 changes: 6 additions & 0 deletions stable/dispatch/charts/tekton/templates/tekton.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,9 @@ metadata:
name: tekton-pipelines-controller
spec:
replicas: 1
selector:
matchLabels:
app: tekton-pipelines-controller
template:
metadata:
annotations:
Expand Down Expand Up @@ -607,6 +610,9 @@ metadata:
name: tekton-pipelines-webhook
spec:
replicas: 1
selector:
matchLabels:
app: tekton-pipelines-webhook
template:
metadata:
annotations:
Expand Down

0 comments on commit 2032340

Please sign in to comment.