You've already forked postfixadmin-fetchmail-charts
Compare commits
10 Commits
Author | SHA1 | Date | |
---|---|---|---|
9e2deacbd2
|
|||
fb6f3501cd | |||
1c58fdac86 | |||
d7fc9719fd | |||
7f8b84fc1d
|
|||
7b4f59c0fe
|
|||
c3f463823f
|
|||
d545d5d416
|
|||
e1742f40db | |||
383fa2734f |
@ -11,7 +11,7 @@ steps:
|
||||
- name: helm lint
|
||||
commands:
|
||||
- helm lint
|
||||
image: quay.io/helmpack/chart-testing:latest
|
||||
image: docker.io/volkerraschek/helm:3.8.1
|
||||
resources:
|
||||
limits:
|
||||
cpu: 50
|
||||
@ -20,7 +20,7 @@ steps:
|
||||
- name: markdown lint
|
||||
commands:
|
||||
- markdownlint *.md
|
||||
image: docker.io/volkerraschek/markdownlint:0.30.0
|
||||
image: docker.io/volkerraschek/markdownlint:0.31.1
|
||||
resources:
|
||||
limits:
|
||||
cpu: 50
|
||||
@ -63,7 +63,6 @@ platform:
|
||||
steps:
|
||||
- name: release-helm-chart
|
||||
commands:
|
||||
- helm plugin install https://github.com/chartmuseum/helm-push.git
|
||||
- helm repo add volker.raschek https://charts.cryptic.systems/volker.raschek
|
||||
- helm package --version ${DRONE_TAG} .
|
||||
- helm cm-push ${DRONE_REPO_NAME%-charts}-${DRONE_TAG}.tgz volker.raschek
|
||||
@ -72,7 +71,7 @@ steps:
|
||||
from_secret: helm_repo_password
|
||||
HELM_REPO_USERNAME:
|
||||
from_secret: helm_repo_username
|
||||
image: docker.io/alpine/helm:3.7.2
|
||||
image: docker.io/volkerraschek/helm:3.8.1
|
||||
|
||||
trigger:
|
||||
event:
|
||||
|
@ -3,6 +3,24 @@
|
||||
"automergeStrategy": "merge-commit",
|
||||
"automergeType": "pr",
|
||||
"assignees": [ "volker.raschek" ],
|
||||
"labels": [ "renovate" ],
|
||||
"packageRules": [
|
||||
{
|
||||
"addLabels": [ "renovate/postfixadmin-fetchmail", "renovate/automerge" ],
|
||||
"automerge": true,
|
||||
"matchManagers": "droneci",
|
||||
"matchUpdateTypes": [ "minor", "patch"]
|
||||
},
|
||||
{
|
||||
"addLabels": [ "renovate/postfixadmin-fetchmail", "renovate/automerge" ],
|
||||
"automerge": false,
|
||||
"matchPackageNames": [ "postfixadmin-fetchmail" ],
|
||||
"matchManagers": [ "regex" ],
|
||||
"matchUpdateTypes": [ "minor", "patch"]
|
||||
}
|
||||
],
|
||||
"rebaseLabel": "renovate/rebase",
|
||||
"rebaseWhen": "behind-base-branch",
|
||||
"regexManagers": [
|
||||
{
|
||||
"description": "Update container image reference",
|
||||
@ -12,8 +30,9 @@
|
||||
"matchStrings": [
|
||||
"appVersion: \"(?<currentValue>.*?)\"\\s+"
|
||||
],
|
||||
"depNameTemplate": "docker.io/volkerraschek/postfixadmin-fetchmail",
|
||||
"datasourceTemplate": "docker"
|
||||
"datasourceTemplate": "docker",
|
||||
"depNameTemplate": "postfixadmin-fetchmail",
|
||||
"lookupNameTemplate": "docker.io/volkerraschek/postfixadmin-fetchmail"
|
||||
}
|
||||
]
|
||||
}
|
@ -42,6 +42,9 @@ spec:
|
||||
nodeSelector:
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- if .Values.podPriorityClassName }}
|
||||
priorityClassName: {{ .Values.podPriorityClassName }}
|
||||
{{- end }}
|
||||
restartPolicy: OnFailure
|
||||
securityContext:
|
||||
{{- toYaml .Values.podSecurityContext | nindent 12 }}
|
||||
|
@ -23,6 +23,8 @@ serviceAccount:
|
||||
|
||||
podAnnotations: {}
|
||||
|
||||
podPriorityClassName: ""
|
||||
|
||||
podSecurityContext: {}
|
||||
# fsGroup: 2000
|
||||
|
||||
|
Reference in New Issue
Block a user