From 2cc9a5afe9510a18645c26d3d51dc1406524403d Mon Sep 17 00:00:00 2001 From: Ville Aikas <11279988+vaikas@users.noreply.github.com> Date: Thu, 21 May 2020 08:45:57 -0700 Subject: [PATCH] add blurp to eventing (#2485) --- docs/install/upgrade-installation.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/install/upgrade-installation.md b/docs/install/upgrade-installation.md index 850165d99..b65517573 100644 --- a/docs/install/upgrade-installation.md +++ b/docs/install/upgrade-installation.md @@ -75,6 +75,12 @@ ie. kubectl apply --filename {{< artifact repo="serving" file="serving-storage-version-migration.yaml" >}} ``` +for eventing: +```bash +kubectl apply --filename {{< artifact repo="eventing" file="storage-version-migration-v0.15.0.yaml" >}} +``` + + ## Performing the upgrade