Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/germainlefebvre4/helm-kubectl-docker
- Owner: germainlefebvre4
- Created: 2019-12-17T14:45:11.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-16T15:20:19.000Z (almost 4 years ago)
- Last Synced: 2024-11-01T03:42:31.522Z (3 months ago)
- Topics: docker, docker-image, dockerhub, github-actions, hacktoberfest, helm, helm-kubectl-docker, kubectl, kubernetes
- Language: Dockerfile
- Homepage:
- Size: 176 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)