You've already forked postfixadmin-fetchmail-charts
Compare commits
26 Commits
0.3.0
...
9cf8259f74
Author | SHA1 | Date | |
---|---|---|---|
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.2.1
|
||||
|
||||
- name: helm lint
|
||||
commands:
|
||||
- helm lint
|
||||
image: docker.io/volkerraschek/helm:3.9.1
|
||||
image: git.cryptic.systems/volker.raschek/helm:3.12.3
|
||||
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.37.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.12.3
|
||||
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.2
|
||||
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.2.1
|
||||
|
||||
- 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.12.3
|
||||
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:
|
||||
|
Reference in New Issue
Block a user