Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ventx/helm3-ci
Docker Image with helm3, helm-secrets and helm-s3 plugins
https://github.com/ventx/helm3-ci
alpine continuous-integration docker dockerfile helm helm3 kubernetes kubeval s3 secrets unittest
Last synced: about 21 hours ago
JSON representation
Docker Image with helm3, helm-secrets and helm-s3 plugins
- Host: GitHub
- URL: https://github.com/ventx/helm3-ci
- Owner: ventx
- License: mit
- Created: 2020-04-30T10:11:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T19:13:42.000Z (8 months ago)
- Last Synced: 2024-04-29T20:30:52.263Z (8 months ago)
- Topics: alpine, continuous-integration, docker, dockerfile, helm, helm3, kubernetes, kubeval, s3, secrets, unittest
- Language: Dockerfile
- Size: 49.8 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# helm3-ci
[![Docker Pulls](https://img.shields.io/docker/pulls/ventx/helm3-ci.svg)](https://hub.docker.com/r/ventx/helm3-ci/)
Multi-Arch image with tools and plugins for Helm Charts in **C**ontinous **I**ntegration pipelines.
## Docker Hub
[ventx/helm3-ci:2.5.0](https://hub.docker.com/r/ventx/helm3-ci)
## Docker image
* OS: Ubuntu
* Version: 22.04 LTS ("Jammy")## Architectures
* linux/amd64
* linux/arm64## Installed Packages (apt)
* [ca-certificates](https://packages.ubuntu.com/jammy/ca-certificates)
* [curl](https://packages.ubuntu.com/jammy/curl)
* [git](https://packages.ubuntu.com/jammy/git)
* [gnupg](https://packages.ubuntu.com/jammy/gnupg)
* [jq](https://packages.ubuntu.com/jammy/jq)
* [make](https://packages.ubuntu.com/jammy/make)
* [openssh-client](https://packages.ubuntu.com/jammy/openssh-client)
* [python3-pip](https://packages.ubuntu.com/jammy/python3-pip)
* [tzdata](https://packages.ubuntu.com/jammy/tzdata)
* [wget](https://packages.ubuntu.com/jammy/wget)# Installed Packages (go binaries)
* [chart-testing](https://github.com/helm/chart-testing)
* [helm](https://helm.sh/)
* [helm-docs](https://github.com/norwoodj/helm-docs)
* [kubeval](https://www.kubeval.com)
* [kubectl](https://github.com/kubernetes/kubectl)
* [kustomize](https://github.com/kubernetes-sigs/kustomize)
* [yq](https://github.com/mikefarah/yq)# Installed Packages (Python3 - pip)
* [yamale](https://pypi.org/project/yamale/)
* [yamllint](https://pypi.org/project/yamllint/)# Helm Plugins
* [helm-secrets](https://github.com/jkroepke/helm-secrets)
* [helm-unittest](https://github.com/helm-unittest/helm-unittest)