https://github.com/spotinst/charts
Spot Helm Chart Repository for Kubernetes.
https://github.com/spotinst/charts
charts helm kubernetes ocean operational-service owned-by-oren-gurfinkel
Last synced: 3 months ago
JSON representation
Spot Helm Chart Repository for Kubernetes.
- Host: GitHub
- URL: https://github.com/spotinst/charts
- Owner: spotinst
- License: apache-2.0
- Created: 2020-04-22T21:56:38.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-12-31T13:09:09.000Z (5 months ago)
- Last Synced: 2026-01-04T20:30:03.790Z (5 months ago)
- Topics: charts, helm, kubernetes, ocean, operational-service, owned-by-oren-gurfinkel
- Language: Smarty
- Homepage: https://artifacthub.io/packages/search?repo=spot
- Size: 596 KB
- Stars: 4
- Watchers: 8
- Forks: 9
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Spot Helm Chart Repository for Kubernetes [](https://artifacthub.io/packages/search?repo=spot)
The official repository for all Spot Helm Charts for Kubernetes.
## Table of Contents
- [Installation](#installation)
- [Documentation](#documentation)
- [Getting Help](#getting-help)
- [Community](#community)
- [Contributing](#contributing)
- [License](#license)
## Installation
1. Add the Spot Helm chart repository:
```sh
helm repo add spot https://charts.spot.io
```
2. Update your local Helm chart repository cache:
```sh
helm repo update
```
3. Install a chart. For example, install the Ocean Operator:
```sh
helm install ocean-operator spot/ocean-operator \
--set spotinst.token=REDACTED \
--set spotinst.account=REDACTED \
--set spotinst.clusterIdentifier=REDACTED \
# [...]
```
> NOTE: Please configure all required chart values using the `set` command line argument or a `values.yaml` file.
## Documentation
If you're new to Spot and want to get started, please checkout our [Getting Started](https://docs.spot.io/connect-your-cloud-provider/) guide, available on the [Spot Documentation](https://docs.spot.io/) website.
## Getting Help
We use GitHub issues for tracking bugs and feature requests. Please use these community resources for getting help:
- Ask a question on [Stack Overflow](https://stackoverflow.com/) and tag it with [spot-charts](https://stackoverflow.com/questions/tagged/spot-charts/).
- Join our Spot community on [Slack](http://slack.spot.io/).
- Open an [issue](https://github.com/spotinst/charts/issues/new/choose/).
## Community
- [Slack](http://slack.spot.io/)
- [Twitter](https://twitter.com/spotinst/)
## Contributing
Please see the [contribution guidelines](.github/CONTRIBUTING.md).
## License
Code is licensed under the [Apache License 2.0](https://github.com/spotinst/charts/blob/master/LICENSE/).