diff --git a/contrib/chart/backstage/README.md b/contrib/chart/backstage/README.md index 1a045e09ca..4f247252b1 100644 --- a/contrib/chart/backstage/README.md +++ b/contrib/chart/backstage/README.md @@ -38,6 +38,7 @@ Then use it to run: ``` git clone https://github.com/spotify/backstage.git cd contrib/chart/backstage +helm dependency update helm install -f backstage-mydomain.yaml backstage . ``` @@ -135,7 +136,7 @@ backend: repository: tag: -frontend: +lighthouse: image: repository: diff --git a/docs/getting-started/deployment-helm.md b/docs/getting-started/deployment-helm.md index dc8430e95e..bc239d9306 100644 --- a/docs/getting-started/deployment-helm.md +++ b/docs/getting-started/deployment-helm.md @@ -34,6 +34,7 @@ Then use it to run: ``` git clone https://github.com/spotify/backstage.git cd contrib/chart/backstage +helm dependency update helm install -f backstage-mydomain.yaml backstage . ```