Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
57bd879c0f | |||
c095838ac3 | |||
e320fb8dfb | |||
b13112fa0e |
@ -121,8 +121,7 @@ MD041:
|
||||
# MD044/proper-names - Proper names should have the correct capitalization
|
||||
MD044:
|
||||
# List of proper names
|
||||
names:
|
||||
- helm
|
||||
names: []
|
||||
# Include code blocks
|
||||
code_blocks: false
|
||||
|
||||
@ -134,4 +133,4 @@ MD046:
|
||||
# MD048/code-fence-style - Code fence style
|
||||
MD048:
|
||||
# Code fence syle
|
||||
style: "backtick"
|
||||
style: "backtick"
|
||||
|
3
Makefile
3
Makefile
@ -1,6 +1,6 @@
|
||||
# HELM_VERSION
|
||||
# Only required to install a specify version
|
||||
HELM_VERSION?=v3.17.3 # renovate: datasource=github-releases depName=helm/helm
|
||||
HELM_VERSION?=v3.18.0 # renovate: datasource=github-releases depName=helm/helm
|
||||
|
||||
# CONTAINER_RUNTIME
|
||||
# The CONTAINER_RUNTIME variable will be used to specified the path to a
|
||||
@ -27,7 +27,6 @@ container-image/build:
|
||||
--no-cache \
|
||||
--pull \
|
||||
--tag ${HELM_IMAGE_FULLY_QUALIFIED} \
|
||||
--tag \
|
||||
.
|
||||
|
||||
# DELETE CONTAINER IMAGE
|
||||
|
12
README.md
12
README.md
@ -2,14 +2,14 @@
|
||||
|
||||
[](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
|
||||
project is to package the binary `helm` as container image to provide the functionally for CI/CD workflows. The source
|
||||
code of the binary can be found in the upstream project of [helm](github.com/helm/helm).
|
||||
This project contains all sources to build the container image `git.cryptic.systems/volker.raschek/helm`. The primary
|
||||
goal of this project is to package the binary `helm` as container image to provide the functionally for CI/CD workflows.
|
||||
The source code of the binary can be found in the upstream project of [helm](github.com/helm/helm).
|
||||
|
||||
## drone
|
||||
|
||||
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
|
||||
kind: pipeline
|
||||
@ -24,7 +24,7 @@ steps:
|
||||
- name: helm lint
|
||||
commands:
|
||||
- helm lint
|
||||
image: docker.io/volkerraschek/helm:latest
|
||||
image: git.cryptic.systems/volker.raschek/helm:latest
|
||||
resources:
|
||||
limits:
|
||||
cpu: 50
|
||||
@ -50,7 +50,7 @@ steps:
|
||||
from_secret: helm_repo_password
|
||||
HELM_REPO_USERNAME:
|
||||
from_secret: helm_repo_username
|
||||
image: docker.io/volkerraschek/helm:latest
|
||||
image: git.cryptic.systems/volker.raschek/helm:latest
|
||||
resources:
|
||||
limits:
|
||||
cpu: 50
|
||||
|
Loading…
x
Reference in New Issue
Block a user