Archived
Compare commits
35
Commits
0.7.8
...
881a60e985
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
881a60e985 | ||
|
|
b15af09698 | ||
|
|
e8471d1840 | ||
|
|
791b203796 | ||
|
|
2cbb6947ed | ||
|
|
1de3c715e6 | ||
|
|
e598193777 | ||
|
|
a49fd13ac2 | ||
|
|
5fe2609314 | ||
|
|
6ebdca3970 | ||
|
|
ede225288c | ||
|
|
dcacf99978 | ||
|
|
28b1302f2a | ||
|
|
523ae650b1 | ||
|
|
d4092ab2d9 | ||
|
|
438bbd841d | ||
|
|
d744b25896 | ||
|
|
5c59f7f008 | ||
|
|
1df541babe | ||
|
|
256c89189c | ||
|
|
fb973cb65c | ||
|
|
308106d55a | ||
|
|
3295554206 | ||
|
|
fcf454a9b0 | ||
|
|
01b837a504 | ||
|
|
7975755f0d | ||
|
|
b00f2abe99 | ||
|
|
fe73b1f56f
|
||
|
|
eab9cb0937 | ||
|
|
53fdf15c0c | ||
|
|
0bde0ba71e | ||
|
|
5a1096469a | ||
|
|
a4883494dd | ||
|
|
336db54d7d | ||
|
|
0a5f0b5072 |
+17
-5
@@ -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.11.0
|
||||
image: git.cryptic.systems/volker.raschek/helm:3.13.3
|
||||
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.38.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.13.3
|
||||
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.11.0
|
||||
image: git.cryptic.systems/volker.raschek/helm:3.13.3
|
||||
resources:
|
||||
limits:
|
||||
cpu: 150
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@ name: drone
|
||||
description: Drone Helm chart for Kubernetes
|
||||
type: application
|
||||
version: "0.7.1"
|
||||
appVersion: "2.16.0"
|
||||
appVersion: "2.22.0"
|
||||
icon: https://readme.drone.io/logo.svg
|
||||
|
||||
keywords:
|
||||
|
||||
Reference in New Issue
Block a user