You've already forked drone-runner-charts
Compare commits
22 Commits
0.5.2
...
cda6864614
Author | SHA1 | Date | |
---|---|---|---|
cda6864614 | |||
948488c886 | |||
69a9f5c7ae | |||
92c326a6ba | |||
d2b2201e92 | |||
968ad170b7 | |||
b083494e3e | |||
3b9eb1704f | |||
72a79c37c8 | |||
48cb08ae5f | |||
763341b212 | |||
645ea6efaf | |||
2bdab1c622 | |||
64c9c49fa3
|
|||
04eda862e0 | |||
aab4b2525a | |||
907afde281 | |||
fbcc4f2c04 | |||
cd9a0ed0d5 | |||
6564452171 | |||
ba3c19f55c | |||
43e5e1135e
|
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.3.1
|
||||
|
||||
- name: helm lint
|
||||
commands:
|
||||
- helm lint
|
||||
image: docker.io/volkerraschek/helm:3.10.2
|
||||
image: git.cryptic.systems/volker.raschek/helm:3.13.0
|
||||
resources:
|
||||
limits:
|
||||
cpu: 50
|
||||
@ -20,7 +26,7 @@ steps:
|
||||
- name: markdown lint
|
||||
commands:
|
||||
- markdownlint *.md
|
||||
image: docker.io/volkerraschek/markdownlint:0.32.2
|
||||
image: git.cryptic.systems/volker.raschek/markdownlint:0.37.0
|
||||
resources:
|
||||
limits:
|
||||
cpu: 50
|
||||
@ -29,7 +35,7 @@ steps:
|
||||
- name: helm template
|
||||
commands:
|
||||
- helm template .
|
||||
image: docker.io/volkerraschek/helm:3.10.2
|
||||
image: git.cryptic.systems/volker.raschek/helm:3.13.0
|
||||
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.3.1
|
||||
|
||||
- name: release-helm-chart
|
||||
commands:
|
||||
- helm repo add drone https://charts.cryptic.systems/drone
|
||||
@ -81,7 +93,7 @@ steps:
|
||||
from_secret: helm_repo_password
|
||||
HELM_REPO_USERNAME:
|
||||
from_secret: helm_repo_username
|
||||
image: docker.io/volkerraschek/helm:3.10.2
|
||||
image: git.cryptic.systems/volker.raschek/helm:3.13.0
|
||||
resources:
|
||||
limits:
|
||||
cpu: 150
|
||||
|
@ -11,8 +11,8 @@ the official unmaintained helm chart
|
||||
This helm chart can be found on [artifacthub.io](https://artifacthub.io/) and
|
||||
can be installed via helm.
|
||||
|
||||
> :warning: The repository has been changed and causes error messages when
|
||||
> interacting with the old repository definition. Please remove the chart repo
|
||||
> The repository has been changed and causes error messages when interacting
|
||||
> with the old repository definition. Please remove the chart repo
|
||||
> `volker.raschek` and replace it with `drone`.
|
||||
|
||||
```bash
|
||||
|
Reference in New Issue
Block a user