Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

  1. Create a backup

  2. Run “sudo helm repo update”

  3. Edit your values.yaml

    1. add this line under “global”, if it is not there yet:
      smartfactsVersionOverride: "2023.08.2"
      Here is an example:

      global:
        smartfactsVersionOverride: "YYYY.MM.Version"
  1. save the file

  2. Run upgrade command:

    1. sudo helm upgrade --install --timeout 20m0s smartfacts mid-smartfacts/smartfacts -f values.yaml --version 4.7.0-genoslcv2 -n smartfacts
    2. Once the command has finished, run “sudo kubectl get pods -n smartfacts” to verify that your containers are up and running.

    3. Find the pods named “smartfacts-sfit-platform-<id>” and “smartfacts-sfit-spa-<id>”.

    4. Delete those pods with

      sudo kubectl -n smartfacts delete pod smartfacts-sfit-platform-<id>
      sudo kubectl -n smartfacts delete pod smartfacts-sfit-spa-<id>
    5. Repeat the “sudo kubectl get pods -n smartfacts” command and verify that the pods named “smartfacts-sfit-platform-<id>” and “smartfacts-sfit-spa-<id>” have been restarted (column “AGE”).

  • No labels