hasura / gitkube

Build and deploy docker images to Kubernetes using git push
Apache License 2.0
3.81k stars 208 forks source link

Docs on how to update #75

Closed scottrobertson closed 2 years ago

scottrobertson commented 6 years ago

Now that 0.2.0 is out, how do people upgrade?

I just uninstalled it and installed again, but that resulted in my LB ip changing.

shahidhk commented 6 years ago

Here are the steps to update. Will add it to docs:

kubectl -n kube-system set-image deployment/gitkubed sshd=hasura/gitkubed:v0.2.0
kubectl -n kube-system set-image deployment/gitkube-controller controller=hasura/gitkube-controller:v0.2.0
kzuri commented 3 years ago

Hello @shahidhk @tirumaraiselvan ! Can I have this issue?