* Add test for Jenkins chart * Update Spinnaker chart to latest component versions * Revert "Add test for Jenkins chart" This reverts commitf9600e3cbb. * Add missing registry secret * Cleanup configuration of Deck and Gate * spinnaker: Rectify labels on hook jobs * spinanker: ensure delete job runs in correct namespace * Revert "spinanker: ensure delete job runs in correct namespace" This reverts commit31b8ae4e7c. * spinanker: ensure delete job runs in correct namespace * Use services.default.protocol where possible * spinnaker: Add support for using GCS for storing pipelines * spinnaker: Add GCS secret * spinnaker: Update redis version * spinnaker: update deck version * spinnaker: Bump chart version
Spinnaker Chart
Spinnaker is a resilient service mesh for cloud native apps
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