Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dispatch: fix api versions and app selectors #283

Merged
merged 1 commit into from
Nov 25, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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