You've already forked roundcube-charts
Compare commits
56 Commits
0.3.1
...
renovate/g
Author | SHA1 | Date | |
---|---|---|---|
3e136f6879
|
|||
bfe7bb73bf
|
|||
761f1cacd1
|
|||
6b80e4410e
|
|||
9b31b9350e
|
|||
47da92b1e6
|
|||
9b3105ea92
|
|||
f3b2373f46
|
|||
1020454f7f
|
|||
fde7a5b8b0
|
|||
aa0f1918a1
|
|||
b666d28867
|
|||
fa6462e314
|
|||
40d5638a03
|
|||
fe61118ec1
|
|||
d2383aed03 | |||
dd021673e6
|
|||
2718fe3be2 | |||
3aea1a5671 | |||
9588e11876
|
|||
3ed0f88ef7 | |||
9137bbae38 | |||
13952935f2 | |||
4751574fdb | |||
4ee680169f | |||
fbff81c67a | |||
a35bb2891c | |||
3a09599580 | |||
f5c67e0ca7 | |||
9aae81b1ab | |||
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.4.0
|
||||
|
||||
- name: helm lint
|
||||
commands:
|
||||
- helm lint
|
||||
image: docker.io/volkerraschek/helm:3.9.0
|
||||
image: git.cryptic.systems/volker.raschek/helm:3.18.4
|
||||
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.0
|
||||
image: git.cryptic.systems/volker.raschek/helm:3.18.4
|
||||
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.0
|
||||
image: git.cryptic.systems/volker.raschek/helm:3.18.4
|
||||
resources:
|
||||
limits:
|
||||
cpu: 150
|
||||
|
@ -1,6 +1,5 @@
|
||||
# roundcube-charts
|
||||
|
||||
[](https://drone.cryptic.systems/volker.raschek/roundcube-charts)
|
||||
[](https://artifacthub.io/packages/search?repo=volker-raschek)
|
||||
|
||||
This is an inofficial helm chart for
|
||||
|
@ -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