You've already forked drone-charts
Compare commits
4 Commits
0.7.2
...
cb6a5021c8
| Author | SHA1 | Date | |
|---|---|---|---|
| cb6a5021c8 | |||
|
|
d26bfdea13 | ||
| 6547aee98e | |||
| b774b08dec |
@@ -11,7 +11,7 @@ steps:
|
||||
- name: helm lint
|
||||
commands:
|
||||
- helm lint
|
||||
image: docker.io/volkerraschek/helm:3.9.2
|
||||
image: docker.io/volkerraschek/helm:3.9.4
|
||||
resources:
|
||||
limits:
|
||||
cpu: 150
|
||||
@@ -20,7 +20,7 @@ steps:
|
||||
- name: markdown lint
|
||||
commands:
|
||||
- markdownlint *.md
|
||||
image: docker.io/volkerraschek/markdownlint:0.32.1
|
||||
image: docker.io/volkerraschek/markdownlint:0.32.2
|
||||
resources:
|
||||
limits:
|
||||
cpu: 150
|
||||
@@ -29,7 +29,7 @@ steps:
|
||||
- name: helm template
|
||||
commands:
|
||||
- helm template .
|
||||
image: docker.io/volkerraschek/helm:3.9.2
|
||||
image: docker.io/volkerraschek/helm:3.9.4
|
||||
resources:
|
||||
limits:
|
||||
cpu: 150
|
||||
@@ -81,7 +81,7 @@ steps:
|
||||
from_secret: helm_repo_password
|
||||
HELM_REPO_USERNAME:
|
||||
from_secret: helm_repo_username
|
||||
image: docker.io/volkerraschek/helm:3.9.2
|
||||
image: docker.io/volkerraschek/helm:3.9.4
|
||||
resources:
|
||||
limits:
|
||||
cpu: 150
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
{{- if .Values.persistence.enabled -}}
|
||||
{{ if and (.Values.config.DRONE_DATABASE_DRIVER | default "sqlite3" | eq "sqlite3") (not .Values.persistence.existingClaim) }}
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
@@ -14,4 +15,5 @@ spec:
|
||||
{{- if .Values.persistence.storageClass }}
|
||||
storageClassName: {{ .Values.persistence.storageClass | quote }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end -}}
|
||||
|
||||
@@ -576,6 +576,7 @@ affinity: {}
|
||||
# persistence is only required when config.DATABASE_DRIVER is sqlite3 or
|
||||
# undefined.
|
||||
persistence:
|
||||
enabled: true
|
||||
annotation: {}
|
||||
# existingClaim:
|
||||
size: 5Gi
|
||||
@@ -614,4 +615,4 @@ extraVolumeMounts: {}
|
||||
# - name: custom-ca-anchor
|
||||
# mountPath: /usr/local/share/ca-certificates
|
||||
# - name: custom-tls-certificates
|
||||
# mountPath: /etc/drone/tls
|
||||
# mountPath: /etc/drone/tls
|
||||
|
||||
Reference in New Issue
Block a user