docs(README): migrate from docker.io to git.cryptic.systems
All checks were successful
All checks were successful
This commit is contained in:
parent
b13112fa0e
commit
e320fb8dfb
12
README.md
12
README.md
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
[](https://hub.docker.com/r/volkerraschek/helm)
|
[](https://hub.docker.com/r/volkerraschek/helm)
|
||||||
|
|
||||||
This project contains all sources to build the container image `docker.io/volkerraschek/helm`. The primary goal of this
|
This project contains all sources to build the container image `git.cryptic.systems/volker.raschek/helm`. The primary
|
||||||
project is to package the binary `helm` as container image to provide the functionally for CI/CD workflows. The source
|
goal of this project is to package the binary `helm` as container image to provide the functionally for CI/CD workflows.
|
||||||
code of the binary can be found in the upstream project of [helm](github.com/helm/helm).
|
The source code of the binary can be found in the upstream project of [helm](github.com/helm/helm).
|
||||||
|
|
||||||
## drone
|
## drone
|
||||||
|
|
||||||
Here is an example to lint, package and deploy a chart to chartmuseum via
|
Here is an example to lint, package and deploy a chart to chartmuseum via
|
||||||
`docker.io/volkerraschek/helm`.
|
`git.cryptic.systems/volker.raschek/helm`.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
@ -24,7 +24,7 @@ steps:
|
|||||||
- name: helm lint
|
- name: helm lint
|
||||||
commands:
|
commands:
|
||||||
- helm lint
|
- helm lint
|
||||||
image: docker.io/volkerraschek/helm:latest
|
image: git.cryptic.systems/volker.raschek/helm:latest
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 50
|
cpu: 50
|
||||||
@ -50,7 +50,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: docker.io/volkerraschek/helm:latest
|
image: git.cryptic.systems/volker.raschek/helm:latest
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 50
|
cpu: 50
|
||||||
|
Loading…
x
Reference in New Issue
Block a user