Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/germainlefebvre4/helm-kubectl-docker

A helm and kubectl embed docker image for every version you need.
https://github.com/germainlefebvre4/helm-kubectl-docker

docker docker-image dockerhub github-actions hacktoberfest helm helm-kubectl-docker kubectl kubernetes

Last synced: 28 days ago
JSON representation

A helm and kubectl embed docker image for every version you need.

Awesome Lists containing this project

README

        

# Helm Kubectl Docker

## Build the version yo need
Build whatever the version of matrix kubectl/helm you need. Just change the versions you need to compile in file `.github/workflows/dockerimage.yml`:
```yaml
jobs:
build:
strategy:
matrix:
kubectl_version:
- v1.16.8
- v1.16.7
helm_version:
- v3.0.2
- v3.0.1
```
A docker image will be automatically generated when build succeed.

## Auto-build
The `autobuild` branch checks latest kubectl and helm version and build an image if the combinaison does not exists on Dockerhub.

## Dockerhub
Link to Dockerhub : [https://hub.docker.com/r/germainlefebvre4/helm-kubectl-docker](https://hub.docker.com/r/germainlefebvre4/helm-kubectl-docker)