I have some basic Jenkins X cluster on Kubernetes on GCP. It works all fine. I can deploy in staging (jx import) and it updates with automated webhooks etc.
But now I want to promote an app to production:
jx promote --env production --version 0.0.3 myapp
Promoting app myapp version 0.0.3 to namespace jx-production
pipeline user/myapp/master
Using pipeline: user/myapp/master build: #3
It seems okay but nothing happens? What am I missing? There is no app in my jx-production namespace.