You've already forked drone-runner-charts
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
010a453c7c
|
|||
86174ea6dd | |||
2fd108de5b
|
@ -11,7 +11,7 @@ steps:
|
|||||||
- name: helm lint
|
- name: helm lint
|
||||||
commands:
|
commands:
|
||||||
- helm lint
|
- helm lint
|
||||||
image: docker.io/volkerraschek/helm:3.8.0
|
image: docker.io/volkerraschek/helm:3.8.1
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 50
|
cpu: 50
|
||||||
@ -71,7 +71,7 @@ steps:
|
|||||||
from_secret: helm_repo_password
|
from_secret: helm_repo_password
|
||||||
HELM_REPO_USERNAME:
|
HELM_REPO_USERNAME:
|
||||||
from_secret: helm_repo_username
|
from_secret: helm_repo_username
|
||||||
image: docker.io/volkerraschek/helm:3.8.0
|
image: docker.io/volkerraschek/helm:3.8.1
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
|
@ -2,8 +2,8 @@ apiVersion: v2
|
|||||||
name: drone-runner
|
name: drone-runner
|
||||||
description: Helm chart for a drone runner based on kubernetes
|
description: Helm chart for a drone runner based on kubernetes
|
||||||
type: application
|
type: application
|
||||||
version: "0.3.0"
|
version: "0.4.0"
|
||||||
appVersion: "1.0.0-rc.1"
|
appVersion: "1.0.0-rc.3"
|
||||||
icon: https://readme.drone.io/logo.svg
|
icon: https://readme.drone.io/logo.svg
|
||||||
|
|
||||||
keywords:
|
keywords:
|
||||||
|
@ -49,6 +49,9 @@ spec:
|
|||||||
nodeSelector:
|
nodeSelector:
|
||||||
{{- toYaml . | nindent 8 }}
|
{{- toYaml . | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- if .Values.podPriorityClassName }}
|
||||||
|
priorityClassName: {{ .Values.podPriorityClassName }}
|
||||||
|
{{- end }}
|
||||||
serviceAccountName: {{ include "droneRunner.fullname" . }}
|
serviceAccountName: {{ include "droneRunner.fullname" . }}
|
||||||
{{- with .Values.tolerations }}
|
{{- with .Values.tolerations }}
|
||||||
tolerations:
|
tolerations:
|
||||||
|
@ -16,6 +16,8 @@ fullnameOverride: ""
|
|||||||
|
|
||||||
podAnnotations: {}
|
podAnnotations: {}
|
||||||
|
|
||||||
|
podPriorityClassName: ""
|
||||||
|
|
||||||
podSecurityContext: {}
|
podSecurityContext: {}
|
||||||
# fsGroup: 2000
|
# fsGroup: 2000
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user