6 Commits

Author SHA1 Message Date
01b837a504 chore(deps): update dependency git.cryptic.systems/volker.raschek/markdownlint to v0.35.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-06-18 15:08:28 +02:00
7975755f0d chore(deps): update dependency git.cryptic.systems/volker.raschek/drone-email to v0.1.2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-06-18 14:52:57 +02:00
b00f2abe99 chore(deps): update dependency git.cryptic.systems/volker.raschek/helm to v3.12.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-06-18 14:41:56 +02:00
fe73b1f56f fix: migrate to git.cryptic.systems
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2023-06-17 15:04:01 +02:00
eab9cb0937 chore(deps): update dependency docker.io/volkerraschek/markdownlint to v0.34.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-06-09 10:02:02 +02:00
53fdf15c0c chore(deps): update dependency docker.io/volkerraschek/helm to v3.12.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-05-29 11:11:38 +02:00

View File

@ -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.2.1
- name: helm lint
commands:
- helm lint
image: docker.io/volkerraschek/helm:3.11.3
image: git.cryptic.systems/volker.raschek/helm:3.12.1
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.35.0
resources:
limits:
cpu: 150
@ -29,7 +35,7 @@ steps:
- name: helm template
commands:
- helm template .
image: docker.io/volkerraschek/helm:3.11.3
image: git.cryptic.systems/volker.raschek/helm:3.12.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.1.2
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.2.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.11.3
image: git.cryptic.systems/volker.raschek/helm:3.12.1
resources:
limits:
cpu: 150