Spinnaker Chart
Spinnaker is an open source, multi-cloud continuous delivery platform.
Chart Details
This chart will provision a fully functional and fully featured Spinnaker installation that can deploy and manage applications in the cluster that it is deployed to.
Redis and Minio are used as the stores for Spinnaker state.
For more information on Spinnaker and its capabilities, see it's documentation.
Installing the Chart
To install the chart with the release name my-release:
$ helm install --name my-release stable/spinnaker
Note that this chart pulls in many different Docker images so can take a while to fully install.
Configuration
Configurable values are documented in the values.yaml.
Specify each parameter using the --set key=value[,key=value] argument to helm install.
Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example,
$ helm install --name my-release -f values.yaml stable/spinnaker
Tip
: You can use the default values.yaml