Access Requirements
Access to Azure Container Registry (ACR)
Docker login credentials for ACR access (provided by the Oobeya Team if you don't have one)
Upgrading Oobeya version
Follow the steps below for the quick and easy version upgrade of Oobeya.
1- List the pods under the oobeya namespace.
kubectl get pods -n oobeya
It is given as imagePullPolicy: Always in the deployment.yml manifest files.
oobeya-mongo and oobeya-rabbitmq are static pods. They do not need to receive updates.
Set new versions
If you are proceeding with the static version:
$ vi values.yaml
uiVersion: 2.0.xxx
beVersion: 2.0.xxx
After adding the relevant version to values.yaml, the values.yaml file must be applied.
If you are using ArgoCD, the changes will take effect immediately.
If you are proceeding with the latest strategy:
$ vi values.yaml
Without changing anything:
Deployments should be restarted as a rollout restart.
Deployments List:
After those services are up and running:
2- Run the update command with the deployment name
3- Check the condition of the pods again