Skip to content
Open
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 charts/drone-runner-docker/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: drone-runner-docker
description: A Helm chart for the Drone Docker runner which uses Docker-in-Docker (dind)
# TODO: Un-comment once we move back to apiVersion: v2.
# type: application
version: 0.6.1
version: 0.6.2
appVersion: "1.8.1"
kubeVersion: "^1.13.0-0"
home: https://docs.drone.io/runner/docker/overview/
Expand Down
6 changes: 3 additions & 3 deletions charts/drone-runner-docker/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,15 +127,15 @@ spec:
fieldRef:
fieldPath: metadata.name
ports:
- name: tcp
- name: http
containerPort: 3000
protocol: TCP
livenessProbe:
tcpSocket:
port: tcp
port: http
readinessProbe:
tcpSocket:
port: tcp
port: http
{{- with .Values.resources }}
resources:
{{- toYaml . | nindent 12 }}
Expand Down