You've already forked athens-proxy-charts
Compare commits
7 Commits
e48c837d4b
...
0.1.5
Author | SHA1 | Date | |
---|---|---|---|
bd3e0cf62f
|
|||
560234e9c0
|
|||
9707a79840
|
|||
5dbc250d7f
|
|||
603fe6c96d
|
|||
122e2e1417 | |||
d571c1e027
|
@ -17,7 +17,7 @@ steps:
|
|||||||
- name: helm lint
|
- name: helm lint
|
||||||
commands:
|
commands:
|
||||||
- helm lint
|
- helm lint
|
||||||
image: git.cryptic.systems/volker.raschek/helm:3.14.1
|
image: git.cryptic.systems/volker.raschek/helm:3.15.0
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 150
|
cpu: 150
|
||||||
@ -26,7 +26,7 @@ steps:
|
|||||||
- name: markdown lint
|
- name: markdown lint
|
||||||
commands:
|
commands:
|
||||||
- markdownlint *.md
|
- markdownlint *.md
|
||||||
image: git.cryptic.systems/volker.raschek/markdownlint:0.39.0
|
image: git.cryptic.systems/volker.raschek/markdownlint:0.41.0
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 150
|
cpu: 150
|
||||||
@ -35,7 +35,7 @@ steps:
|
|||||||
- name: helm template
|
- name: helm template
|
||||||
commands:
|
commands:
|
||||||
- helm template .
|
- helm template .
|
||||||
image: git.cryptic.systems/volker.raschek/helm:3.14.1
|
image: git.cryptic.systems/volker.raschek/helm:3.15.0
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 150
|
cpu: 150
|
||||||
@ -93,7 +93,7 @@ steps:
|
|||||||
from_secret: helm_repo_password
|
from_secret: helm_repo_password
|
||||||
HELM_REPO_USERNAME:
|
HELM_REPO_USERNAME:
|
||||||
from_secret: helm_repo_username
|
from_secret: helm_repo_username
|
||||||
image: git.cryptic.systems/volker.raschek/helm:3.14.1
|
image: git.cryptic.systems/volker.raschek/helm:3.15.0
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 150
|
cpu: 150
|
||||||
|
@ -3,7 +3,7 @@ name: athens-proxy
|
|||||||
description: Athens proxy server for golang
|
description: Athens proxy server for golang
|
||||||
type: application
|
type: application
|
||||||
version: "0.1.0"
|
version: "0.1.0"
|
||||||
appVersion: "v0.13.1"
|
appVersion: "v0.14.1"
|
||||||
icon: https://github.com/gomods/athens/blob/main/docs/static/banner.png?raw=true
|
icon: https://github.com/gomods/athens/blob/main/docs/static/banner.png?raw=true
|
||||||
|
|
||||||
keywords:
|
keywords:
|
||||||
|
Reference in New Issue
Block a user