You've already forked postfixadmin-charts
Compare commits
44 Commits
0.3.1
...
renovate/g
Author | SHA1 | Date | |
---|---|---|---|
83b60afc13
|
|||
102024f0fc
|
|||
bf685c7838
|
|||
c05b0582af
|
|||
b950294478
|
|||
7e9b8e7906
|
|||
0bcef6a7da
|
|||
848912da9e
|
|||
44867c8db6
|
|||
c9716ee1c0
|
|||
64bb8ef89b
|
|||
20975b3337
|
|||
9341a1a207
|
|||
e188252ad1
|
|||
2c0baaf03d
|
|||
a4f2db12ad
|
|||
97d232ada6
|
|||
24f97fa04d
|
|||
b864626ab8
|
|||
81084b07bc
|
|||
f5c9cccc3b | |||
1fe180f9c3 | |||
e2d62df061 | |||
c91e4bd880 | |||
c9ec748055 | |||
c0878f49cb | |||
3ad7a5415b | |||
edc285bcf3 | |||
7e4bc2841f | |||
737f9881fd | |||
0571cca48d | |||
058d8db53f | |||
45aa715311 | |||
646efcdfcf | |||
553e840721 | |||
9080549b01 | |||
c8cc77c926 | |||
98fa383783
|
|||
f7a7995fbd
|
|||
63ae11bd2a | |||
88d892ba66 | |||
103deeb8a8 | |||
93111ff869 | |||
8dc99ba5e9 |
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.17.1
|
||||
resources:
|
||||
limits:
|
||||
cpu: 50
|
||||
@ -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.17.1
|
||||
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.2.0
|
||||
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.17.1
|
||||
resources:
|
||||
limits:
|
||||
cpu: 150
|
||||
|
@ -1,6 +1,5 @@
|
||||
# postfixadmin-charts
|
||||
|
||||
[](https://drone.cryptic.systems/volker.raschek/postfixadmin-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