diff --git a/docs/contributor/09-10-ui.md b/docs/contributor/09-10-ui.md index 5cbc09955..9dee5535f 100644 --- a/docs/contributor/09-10-ui.md +++ b/docs/contributor/09-10-ui.md @@ -30,7 +30,7 @@ Follow the steps below to run BTP Manager with UI: ``` 3. Set the **IMG** environment variable to the image of BTP Manager with UI. ```shell - export IMG=europe-docker.pkg.dev/kyma-project/dev/btp-manager:PR-857 + export IMG=europe-docker.pkg.dev/kyma-project/dev/btp-manager:PR-886 ``` 4. Run `deploy` makefile rule to deploy BTP Manager with UI. ```shell @@ -42,7 +42,7 @@ Follow the steps below to run BTP Manager with UI: ``` If you encounter the following error during Pod creation due to Warden's admission webhook: ``` - Error creating: admission webhook "validation.webhook.warden.kyma-project.io" denied the request: Pod images europe-docker.pkg.dev/kyma-project/dev/btp-manager:PR-857 validation failed + Error creating: admission webhook "validation.webhook.warden.kyma-project.io" denied the request: Pod images europe-docker.pkg.dev/kyma-project/dev/btp-manager:PR-886 validation failed ``` you must scale the BTP Manager deployment to 0 replicas, delete the webhook, and then scale the deployment back to 1 replica. ```shell