You've already forked postfixadmin-fetchmail-charts
Compare commits
55 Commits
0.3.0
...
350ecbf475
Author | SHA1 | Date | |
---|---|---|---|
350ecbf475
|
|||
94ee3bfc68
|
|||
2a4c9f375e
|
|||
7fe9e639f2
|
|||
5890ef49fc
|
|||
897096afb2
|
|||
ed7a231bb2
|
|||
daca428661
|
|||
f70fece431
|
|||
c6bd345327
|
|||
2080bc6a21
|
|||
f52c7d75f0
|
|||
f5688a14c2
|
|||
3e904b2c8c
|
|||
62aaada01f
|
|||
5679555ae7
|
|||
018cfa9dc4
|
|||
8cdacb55b9
|
|||
9a11f29d06 | |||
6af651408f | |||
b68b831c54 | |||
4dad11ecf5 | |||
3ab7719ff6 | |||
7538765d45 | |||
6b829989db | |||
e8d75eba9c | |||
d1060352b8 | |||
2c134e0281 | |||
3450c2f06f | |||
9cf8259f74 | |||
af17c97767 | |||
8a2cf6701e | |||
34dd2845a1 | |||
1fc535c39b | |||
87e38f2127 | |||
c4bc616427
|
|||
4817649b54
|
|||
fb32a76fb1 | |||
d818db461d | |||
c28cd5892c | |||
2d9044bde5 | |||
2a4e3e9d5d | |||
7f945d167f | |||
26d8bcf18b | |||
563471ecde | |||
7bab969e75 | |||
dfc0472873 | |||
e60ba0e84e | |||
2eb3126c4b | |||
c58aca189a | |||
cc4c7ba285 | |||
a025e90c91
|
|||
9cdc9a47c4 | |||
04017e617c | |||
725adb97c1 |
34
.drone.yml
34
.drone.yml
@ -3,15 +3,21 @@ kind: pipeline
|
||||
type: kubernetes
|
||||
name: linter
|
||||
|
||||
clone:
|
||||
disable: true
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
|
||||
steps:
|
||||
- name: clone
|
||||
image: git.cryptic.systems/volker.raschek/git:1.4.0
|
||||
|
||||
- name: helm lint
|
||||
commands:
|
||||
- helm lint
|
||||
image: docker.io/volkerraschek/helm:3.9.1
|
||||
image: git.cryptic.systems/volker.raschek/helm:3.17.2
|
||||
resources:
|
||||
limits:
|
||||
cpu: 150
|
||||
@ -20,7 +26,7 @@ steps:
|
||||
- name: markdown lint
|
||||
commands:
|
||||
- markdownlint *.md
|
||||
image: docker.io/volkerraschek/markdownlint:0.31.1
|
||||
image: git.cryptic.systems/volker.raschek/markdownlint:0.44.0
|
||||
resources:
|
||||
limits:
|
||||
cpu: 150
|
||||
@ -29,7 +35,7 @@ steps:
|
||||
- name: helm template
|
||||
commands:
|
||||
- helm template .
|
||||
image: docker.io/volkerraschek/helm:3.9.1
|
||||
image: git.cryptic.systems/volker.raschek/helm:3.17.2
|
||||
resources:
|
||||
limits:
|
||||
cpu: 150
|
||||
@ -37,15 +43,17 @@ steps:
|
||||
|
||||
- name: email-notification
|
||||
environment:
|
||||
PLUGIN_HOST:
|
||||
SMTP_FROM_ADDRESS:
|
||||
from_secret: smtp_from_address
|
||||
SMTP_FROM_NAME:
|
||||
from_secret: smtp_from_name
|
||||
SMTP_HOST:
|
||||
from_secret: smtp_host
|
||||
PLUGIN_USERNAME:
|
||||
SMTP_USERNAME:
|
||||
from_secret: smtp_username
|
||||
PLUGIN_PASSWORD:
|
||||
SMTP_PASSWORD:
|
||||
from_secret: smtp_password
|
||||
PLUGIN_FROM:
|
||||
from_secret: smtp_mail_address
|
||||
image: docker.io/drillster/drone-email:latest
|
||||
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
|
||||
resources:
|
||||
limits:
|
||||
cpu: 150
|
||||
@ -65,10 +73,16 @@ kind: pipeline
|
||||
type: kubernetes
|
||||
name: release
|
||||
|
||||
clone:
|
||||
disable: true
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
|
||||
steps:
|
||||
- name: clone
|
||||
image: git.cryptic.systems/volker.raschek/git:1.4.0
|
||||
|
||||
- name: release-helm-chart
|
||||
commands:
|
||||
- helm repo add volker.raschek https://charts.cryptic.systems/volker.raschek
|
||||
@ -79,7 +93,7 @@ steps:
|
||||
from_secret: helm_repo_password
|
||||
HELM_REPO_USERNAME:
|
||||
from_secret: helm_repo_username
|
||||
image: docker.io/volkerraschek/helm:3.9.1
|
||||
image: git.cryptic.systems/volker.raschek/helm:3.17.2
|
||||
resources:
|
||||
limits:
|
||||
cpu: 150
|
||||
|
@ -3,7 +3,7 @@ name: postfixadmin-fetchmail
|
||||
description: Helm chart for postfixadmin's fetchmail
|
||||
type: application
|
||||
version: "0.1.2"
|
||||
appVersion: "0.2.0"
|
||||
appVersion: "0.3.0"
|
||||
icon: https://a.fsdn.com/allura/p/postfixadmin/icon?1620415130
|
||||
|
||||
keywords:
|
||||
|
@ -1,7 +1,5 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"automergeStrategy": "merge-commit",
|
||||
"automergeType": "pr",
|
||||
"assignees": [ "volker.raschek" ],
|
||||
"labels": [ "renovate" ],
|
||||
"packageRules": [
|
||||
|
Reference in New Issue
Block a user