https://github.com/stevehipwell/helm-charts
Helm chart repository.
https://github.com/stevehipwell/helm-charts
helm helm-charts kubernetes
Last synced: 26 days ago
JSON representation
Helm chart repository.
- Host: GitHub
- URL: https://github.com/stevehipwell/helm-charts
- Owner: stevehipwell
- License: mit
- Created: 2020-02-07T09:32:26.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-09-10T17:35:28.000Z (29 days ago)
- Last Synced: 2025-09-10T21:44:24.510Z (29 days ago)
- Topics: helm, helm-charts, kubernetes
- Language: Shell
- Homepage:
- Size: 3.79 MB
- Stars: 140
- Watchers: 7
- Forks: 81
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Kubernetes Helm Charts
[](https://artifacthub.io/packages/search?ts_query_web=stevehipwell&sort=last_updated)
[](https://opensource.org/licenses/MIT)
[](https://github.com/stevehipwell/helm-charts/actions/workflows/release.yaml)
[](https://securityscorecards.dev/viewer/?uri=github.com/stevehipwell/helm-charts)## Usage
[Helm](https://helm.sh) must be installed to use these charts; please refer to the _Helm_ [documentation](https://helm.sh/docs/) to get started.
### OCI Repositories
The recommended way to install these charts is via OCI and the `helm search hub stevehipwell` command should list the available charts.
### Non-OCI Repository
If you don't want to use the OCI repositories you can add the `stevehipwell` repository as follows.
```shell
helm repo add stevehipwell https://stevehipwell.github.io/helm-charts/
helm repo update
```You can then run `helm search repo stevehipwell` to see the charts.
## Charts
- [fluent-bit-aggregator](./charts/fluent-bit-aggregator/README.md)
- [fluent-bit-collector](./charts/fluent-bit-collector/README.md)
- [fluentd-aggregator](./charts/fluentd-aggregator/README.md)
- [istio-operator](./charts/istio-operator/README.md)
- [k8s-resources](./charts/k8s-resources/README.md)
- [kube-proxy](./charts/kube-proxy/README.md)
- [node-config](./charts/node-config/README.md)
- [nexus3](./charts/nexus3/README.md)
- [node-config](./charts/node-config/README.md)
- [overprovisioner](./charts/overprovisioner/README.md)
- [plantuml](./charts/plantuml/README.md)
- [snapshot-controller](./charts/snapshot-controller/README.md)
- [thanos](./charts/thanos/README.md)
- [tigera-operator](./charts/tigera-operator/README.md)
- [vertical-pod-autoscaler](./charts/vertical-pod-autoscaler/README.md)## License
[MIT License](./LICENSE).