Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloudogu/helm-docker
Containerized Kubernetes Helm client with support for plugins
https://github.com/cloudogu/helm-docker
docker helm kubernetes
Last synced: 3 months ago
JSON representation
Containerized Kubernetes Helm client with support for plugins
- Host: GitHub
- URL: https://github.com/cloudogu/helm-docker
- Owner: cloudogu
- License: apache-2.0
- Created: 2020-10-14T14:09:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T00:21:52.000Z (5 months ago)
- Last Synced: 2024-09-13T12:58:27.698Z (5 months ago)
- Topics: docker, helm, kubernetes
- Language: Shell
- Homepage: https://helm.sh
- Size: 85.9 KB
- Stars: 7
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
helm-plugins-docker
===Containerized Kubernetes Helm client with support for plugins
# Bundled plugins
```bash
helm kubeval
helm values
```You can install additional plugins at runtime.
Even from git.
Even as unprivileged user.# Usage
The image can be pulled with `$ docker pull ghcr.io/cloudogu/helm:latest`
If you desire a specific release, head over to [Releases](https://github.com/cloudogu/helm-docker/releases).