You've already forked athens-proxy-charts
Compare commits
18 Commits
43f6c91ded
...
0.1.5
Author | SHA1 | Date | |
---|---|---|---|
bd3e0cf62f
|
|||
560234e9c0
|
|||
9707a79840
|
|||
5dbc250d7f
|
|||
603fe6c96d
|
|||
122e2e1417 | |||
d571c1e027
|
|||
e48c837d4b
|
|||
b3aae9f9eb
|
|||
bf68fc8dc8 | |||
47d975adaa | |||
bffc64a824 | |||
7a66b44fa8 | |||
f46dd6d83b
|
|||
d1c4dfb86b | |||
1d628832c1 | |||
7f171f403c | |||
b2c5b45298 |
@ -17,7 +17,7 @@ steps:
|
||||
- name: helm lint
|
||||
commands:
|
||||
- helm lint
|
||||
image: git.cryptic.systems/volker.raschek/helm:3.13.0
|
||||
image: git.cryptic.systems/volker.raschek/helm:3.15.0
|
||||
resources:
|
||||
limits:
|
||||
cpu: 150
|
||||
@ -26,7 +26,7 @@ steps:
|
||||
- name: markdown lint
|
||||
commands:
|
||||
- markdownlint *.md
|
||||
image: git.cryptic.systems/volker.raschek/markdownlint:0.37.0
|
||||
image: git.cryptic.systems/volker.raschek/markdownlint:0.41.0
|
||||
resources:
|
||||
limits:
|
||||
cpu: 150
|
||||
@ -35,7 +35,7 @@ steps:
|
||||
- name: helm template
|
||||
commands:
|
||||
- helm template .
|
||||
image: git.cryptic.systems/volker.raschek/helm:3.13.0
|
||||
image: git.cryptic.systems/volker.raschek/helm:3.15.0
|
||||
resources:
|
||||
limits:
|
||||
cpu: 150
|
||||
@ -93,7 +93,7 @@ steps:
|
||||
from_secret: helm_repo_password
|
||||
HELM_REPO_USERNAME:
|
||||
from_secret: helm_repo_username
|
||||
image: git.cryptic.systems/volker.raschek/helm:3.13.0
|
||||
image: git.cryptic.systems/volker.raschek/helm:3.15.0
|
||||
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.14.1"
|
||||
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