You've already forked postfixadmin-fetchmail-charts
Compare commits
55 Commits
0.3.0
...
4c53b4f251
Author | SHA1 | Date | |
---|---|---|---|
4c53b4f251
|
|||
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
|
type: kubernetes
|
||||||
name: linter
|
name: linter
|
||||||
|
|
||||||
|
clone:
|
||||||
|
disable: true
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
os: linux
|
os: linux
|
||||||
arch: amd64
|
arch: amd64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: clone
|
||||||
|
image: git.cryptic.systems/volker.raschek/git:1.4.0
|
||||||
|
|
||||||
- name: helm lint
|
- name: helm lint
|
||||||
commands:
|
commands:
|
||||||
- helm lint
|
- helm lint
|
||||||
image: docker.io/volkerraschek/helm:3.9.1
|
image: git.cryptic.systems/volker.raschek/helm:3.17.3
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 150
|
cpu: 150
|
||||||
@ -20,7 +26,7 @@ steps:
|
|||||||
- name: markdown lint
|
- name: markdown lint
|
||||||
commands:
|
commands:
|
||||||
- markdownlint *.md
|
- markdownlint *.md
|
||||||
image: docker.io/volkerraschek/markdownlint:0.31.1
|
image: git.cryptic.systems/volker.raschek/markdownlint:0.44.0
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 150
|
cpu: 150
|
||||||
@ -29,7 +35,7 @@ steps:
|
|||||||
- name: helm template
|
- name: helm template
|
||||||
commands:
|
commands:
|
||||||
- helm template .
|
- helm template .
|
||||||
image: docker.io/volkerraschek/helm:3.9.1
|
image: git.cryptic.systems/volker.raschek/helm:3.17.3
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 150
|
cpu: 150
|
||||||
@ -37,15 +43,17 @@ steps:
|
|||||||
|
|
||||||
- name: email-notification
|
- name: email-notification
|
||||||
environment:
|
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
|
from_secret: smtp_host
|
||||||
PLUGIN_USERNAME:
|
SMTP_USERNAME:
|
||||||
from_secret: smtp_username
|
from_secret: smtp_username
|
||||||
PLUGIN_PASSWORD:
|
SMTP_PASSWORD:
|
||||||
from_secret: smtp_password
|
from_secret: smtp_password
|
||||||
PLUGIN_FROM:
|
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
|
||||||
from_secret: smtp_mail_address
|
|
||||||
image: docker.io/drillster/drone-email:latest
|
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 150
|
cpu: 150
|
||||||
@ -65,10 +73,16 @@ kind: pipeline
|
|||||||
type: kubernetes
|
type: kubernetes
|
||||||
name: release
|
name: release
|
||||||
|
|
||||||
|
clone:
|
||||||
|
disable: true
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
os: linux
|
os: linux
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: clone
|
||||||
|
image: git.cryptic.systems/volker.raschek/git:1.4.0
|
||||||
|
|
||||||
- name: release-helm-chart
|
- name: release-helm-chart
|
||||||
commands:
|
commands:
|
||||||
- helm repo add volker.raschek https://charts.cryptic.systems/volker.raschek
|
- helm repo add volker.raschek https://charts.cryptic.systems/volker.raschek
|
||||||
@ -79,7 +93,7 @@ steps:
|
|||||||
from_secret: helm_repo_password
|
from_secret: helm_repo_password
|
||||||
HELM_REPO_USERNAME:
|
HELM_REPO_USERNAME:
|
||||||
from_secret: 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.3
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 150
|
cpu: 150
|
||||||
|
@ -3,7 +3,7 @@ name: postfixadmin-fetchmail
|
|||||||
description: Helm chart for postfixadmin's fetchmail
|
description: Helm chart for postfixadmin's fetchmail
|
||||||
type: application
|
type: application
|
||||||
version: "0.1.2"
|
version: "0.1.2"
|
||||||
appVersion: "0.2.0"
|
appVersion: "0.3.0"
|
||||||
icon: https://a.fsdn.com/allura/p/postfixadmin/icon?1620415130
|
icon: https://a.fsdn.com/allura/p/postfixadmin/icon?1620415130
|
||||||
|
|
||||||
keywords:
|
keywords:
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"automergeStrategy": "merge-commit",
|
|
||||||
"automergeType": "pr",
|
|
||||||
"assignees": [ "volker.raschek" ],
|
"assignees": [ "volker.raschek" ],
|
||||||
"labels": [ "renovate" ],
|
"labels": [ "renovate" ],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
|
Reference in New Issue
Block a user