You've already forked roundcube-charts
Compare commits
27 Commits
0.3.1
...
3a09599580
Author | SHA1 | Date | |
---|---|---|---|
3a09599580 | |||
14b00c757b | |||
dbf97ed4c2 | |||
3341217460 | |||
d7476cc800 | |||
46b451734b | |||
205535f74e | |||
32078fff9a | |||
c23fe31df1 | |||
e9ade114b9
|
|||
62ece1552a | |||
203959928f | |||
46fd3ea560 | |||
95033baf76 | |||
23e6fb1140 | |||
dde3763c89 | |||
89184e6688 | |||
66de59854e | |||
127e2b0839 | |||
5d649bd295 | |||
830387ddf9 | |||
c3d9fda389 | |||
ad35c8baf1
|
|||
8ba37cddd5 | |||
c2a7048856 | |||
40e1d51503 | |||
e06259b87a |
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.3.1
|
||||
|
||||
- name: helm lint
|
||||
commands:
|
||||
- helm lint
|
||||
image: docker.io/volkerraschek/helm:3.9.0
|
||||
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.0
|
||||
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.3.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.0
|
||||
image: git.cryptic.systems/volker.raschek/helm:3.12.3
|
||||
resources:
|
||||
limits:
|
||||
cpu: 150
|
||||
|
Reference in New Issue
Block a user