You've already forked postfixadmin-fetchmail-charts
Compare commits
43 Commits
0.4.0
...
renovate/g
Author | SHA1 | Date | |
---|---|---|---|
0bfd886fc5
|
|||
f6ef6538b7
|
|||
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 |
22
.drone.yml
22
.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.11.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.33.0
|
||||
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.11.0
|
||||
image: git.cryptic.systems/volker.raschek/helm:3.18.4
|
||||
resources:
|
||||
limits:
|
||||
cpu: 150
|
||||
@ -47,7 +53,7 @@ steps:
|
||||
from_secret: smtp_username
|
||||
SMTP_PASSWORD:
|
||||
from_secret: smtp_password
|
||||
image: docker.io/volkerraschek/drone-email:0.1.1
|
||||
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
|
||||
resources:
|
||||
limits:
|
||||
cpu: 150
|
||||
@ -67,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
|
||||
@ -81,7 +93,7 @@ steps:
|
||||
from_secret: helm_repo_password
|
||||
HELM_REPO_USERNAME:
|
||||
from_secret: helm_repo_username
|
||||
image: docker.io/volkerraschek/helm:3.11.0
|
||||
image: git.cryptic.systems/volker.raschek/helm:3.18.4
|
||||
resources:
|
||||
limits:
|
||||
cpu: 150
|
||||
|
@ -1,6 +1,5 @@
|
||||
# postfixadmin-fetchmail-charts
|
||||
|
||||
[](https://drone.cryptic.systems/volker.raschek/postfixadmin-fetchmail-charts)
|
||||
[](https://artifacthub.io/packages/search?repo=volker-raschek)
|
||||
|
||||
This helm chart contains the cron job deployment of the fetchmail job
|
||||
|
@ -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