21 Commits

Author SHA1 Message Date
9e2deacbd2 feat: support pod priorityClassName
All checks were successful
continuous-integration/drone/push Build is passing
2022-04-18 11:01:14 +02:00
fb6f3501cd chore(deps): update dependency docker.io/volkerraschek/helm to v3.8.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-04-14 21:51:40 +02:00
1c58fdac86 chore(deps): update dependency docker.io/volkerraschek/helm to v3.8.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-03-11 12:11:46 +01:00
d7fc9719fd chore(deps): update docker.io/volkerraschek/markdownlint docker tag to v0.31.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-02-09 19:33:09 +00:00
7f8b84fc1d fix(ci): use helm cm-push command to deploy chart
All checks were successful
continuous-integration/drone/push Build is passing
2022-02-03 22:22:10 +01:00
7b4f59c0fe fix(ci): helm cm push
All checks were successful
continuous-integration/drone/push Build is passing
2022-02-03 18:57:29 +01:00
c3f463823f fix(ci): add package rules
All checks were successful
continuous-integration/drone/push Build is passing
2022-01-30 16:40:08 +01:00
d545d5d416 fix(ci): use volkerraschek/helm to deploy and lint chart
All checks were successful
continuous-integration/drone/push Build is passing
2022-01-30 00:03:25 +01:00
e1742f40db Merge pull request 'chore(deps): update docker.io/alpine/helm docker tag to v3.8.0' (#4) from renovate/docker.io-alpine-helm-3.x into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #4
2022-01-27 13:44:37 +00:00
383fa2734f chore(deps): update docker.io/alpine/helm docker tag to v3.8.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-01-27 10:02:30 +00:00
83b9f27381 fix(ci): deploy helm chart
All checks were successful
continuous-integration/drone/push Build is passing
2022-01-25 22:06:22 +01:00
6c0aa4f013 Merge pull request 'chore(deps): update docker.io/volkerraschek/markdownlint docker tag to v0.30.0' (#2) from renovate/docker.io-volkerraschek-markdownlint-0.x into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #2
2022-01-25 20:43:14 +00:00
9c129447ca Merge pull request 'chore(deps): update docker.io/volkerraschek/postfixadmin-fetchmail docker tag to v0.1.3' (#3) from renovate/docker.io-volkerraschek-postfixadmin-fetchmail-0.x into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #3
2022-01-25 20:40:38 +00:00
0b3dd35328 chore(deps): update docker.io/volkerraschek/postfixadmin-fetchmail docker tag to v0.1.3
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-01-25 20:39:34 +00:00
4bab4ed3a4 fix: upgrade to app v0.1.1
All checks were successful
continuous-integration/drone/push Build is passing
2022-01-21 23:34:50 +01:00
a25f14f8df chore(deps): update docker.io/volkerraschek/markdownlint docker tag to v0.30.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2021-11-20 12:05:43 +00:00
9890f3c3cd Merge pull request 'chore(deps): update docker.io/volkerraschek/markdownlint docker tag to v0.29.0' (#1) from renovate/docker.io-volkerraschek-markdownlint-0.x into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1
2021-10-28 20:52:20 +00:00
279f3481b0 chore(deps): update docker.io/volkerraschek/markdownlint docker tag to v0.29.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2021-10-28 22:50:00 +02:00
bdb7f88e8c fix(renovate): init
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-28 22:24:54 +02:00
c2dd4485c3 fix(ci): only sync master branch
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-12 18:32:58 +02:00
83b17de66c fix: add .editorconfig 2021-10-12 18:32:44 +02:00
6 changed files with 90 additions and 5 deletions

View File

@ -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.28.1
image: docker.io/volkerraschek/markdownlint:0.31.1
resources:
limits:
cpu: 50
@ -51,6 +51,34 @@ trigger:
exclude:
- tag
---
kind: pipeline
type: kubernetes
name: release
platform:
os: linux
steps:
- name: release-helm-chart
commands:
- 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
environment:
HELM_REPO_PASSWORD:
from_secret: helm_repo_password
HELM_REPO_USERNAME:
from_secret: helm_repo_username
image: docker.io/volkerraschek/helm:3.8.1
trigger:
event:
- tag
repo:
- volker.raschek/postfixadmin-fetchmail-charts
---
kind: pipeline
type: kubernetes
@ -95,6 +123,8 @@ steps:
- failure
trigger:
branch:
- master
event:
- push
repo:

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false

View File

@ -2,8 +2,8 @@ apiVersion: v2
name: postfixadmin-fetchmail
description: Helm chart for postfixadmin's fetchmail
type: application
version: 0.1.1
appVersion: 0.1.1
version: "0.1.2"
appVersion: "0.1.3"
icon: https://a.fsdn.com/allura/p/postfixadmin/icon?1620415130
keywords:
@ -13,7 +13,7 @@ keywords:
sources:
- https://github.com/volker-raschek/postfixadmin-fetchmail-charts
- https://hub.docker.com/volkerraschek/postfixadmin-fetchmail
- https://hub.docker.com/r/volkerraschek/postfixadmin-fetchmail
maintainers:
- name: Markus Pesch

38
renovate.json Normal file
View File

@ -0,0 +1,38 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"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",
"fileMatch": [
"^Chart\\.yaml$"
],
"matchStrings": [
"appVersion: \"(?<currentValue>.*?)\"\\s+"
],
"datasourceTemplate": "docker",
"depNameTemplate": "postfixadmin-fetchmail",
"lookupNameTemplate": "docker.io/volkerraschek/postfixadmin-fetchmail"
}
]
}

View File

@ -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 }}

View File

@ -23,6 +23,8 @@ serviceAccount:
podAnnotations: {}
podPriorityClassName: ""
podSecurityContext: {}
# fsGroup: 2000