08e3e13b74
when image.digest is missing. see https://open.greenhost.net/stackspin/stackspin/-/merge_requests/1397#note_50785 and https://github.com/bitnami/charts/pull/12029 |
||
---|---|---|
.. | ||
templates | ||
.helmignore | ||
CHANGELOG.md | ||
Chart.lock | ||
Chart.yaml | ||
README.md | ||
values-local.yaml.example | ||
values-stackspin.yaml | ||
values.yaml |
What is this?
Installs the Stackspin Dashboard into a Kubernetes cluster.
Installation
NOTE: Some values need to be overwritten during installation. See values-local.yaml.example
for an example of
configurations you might want to do. These instructions assume you copy
values-local.yaml.example
to values-local.yaml
and edit it.
It is very important that you overwrite the following password and secrets variables manually when you run helm install:
backend.secretKey
backend.kratosUrl
Add our helm repository1:
helm repo add stackspin-dashboard https://open.greenhost.net/api/v4/projects/48/packages/helm/stable
Then install the chart:
helm install -f values-local.yaml my-dashboard stackspin-dashboard/dashboard
-
If you want to test a version that is not on the
main
branch yet, usehttps://open.greenhost.net/api/v4/projects/1/packages/helm/unstable
↩︎