You've already forked athens-proxy-charts
Compare commits
26 Commits
Author | SHA1 | Date | |
---|---|---|---|
b3aae9f9eb
|
|||
bf68fc8dc8 | |||
47d975adaa | |||
bffc64a824 | |||
7a66b44fa8 | |||
f46dd6d83b
|
|||
d1c4dfb86b | |||
1d628832c1 | |||
7f171f403c | |||
b2c5b45298 | |||
43f6c91ded | |||
a241881e52 | |||
6a8e77bf9b | |||
56bf81d28a | |||
bba7e7b072 | |||
cfd08061ce | |||
7eccb13c44 | |||
2d4ffa692c | |||
7b9ee48c72 | |||
6886542c5d | |||
3daaf37885 | |||
2939d1d24e | |||
47914b0937 | |||
541cd3d9dd
|
|||
654b79be1e | |||
600a43d435 |
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.11.3
|
||||
image: git.cryptic.systems/volker.raschek/helm:3.14.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.39.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.14.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.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 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.3
|
||||
image: git.cryptic.systems/volker.raschek/helm:3.14.1
|
||||
resources:
|
||||
limits:
|
||||
cpu: 150
|
||||
|
@ -3,7 +3,7 @@ name: athens-proxy
|
||||
description: Athens proxy server for golang
|
||||
type: application
|
||||
version: "0.1.0"
|
||||
appVersion: "v0.12.1"
|
||||
appVersion: "v0.13.0"
|
||||
icon: https://github.com/gomods/athens/blob/main/docs/static/banner.png?raw=true
|
||||
|
||||
keywords:
|
||||
|
@ -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