Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Attaching the list of all the processor you may run

Jira-Processor

View file
namejira-processor.yaml

Devops-processor

View file
namedevops-processor.yaml

Azure-board-processor

View file
nameazure-board-processor.yaml

Azure-pipeline-repo-Processor

View file
nameInvalid file id - b3ae520f-f6a4-4f0a-b8a3-cd44f2629350

...

By following these steps, you can persist the MongoDB data in your preferred cloud provider's storage solution.

...

Upgrade Steps:

  1. If you are upgrading PSknowhow from 7.0.0 to 7.x.x please execute the bellow step

    Code Block
    kubectl exec -it <Mongodb Pod name> sh
    mongo admin --username="${MONGODB_ADMIN_USER}" --password="${MONGODB_ADMIN_PASS}" --eval "db.shutdownServer()"
  2. Edit the deployment in following order
    mongodb
    customapi
    ui
    jira-processor
    devops-processor
    azure-pipeline-repo
    azure-board-processor
    by

    Code Block
    kubectl edit deploy <Deploy name> -o yaml
  3. Replace the tag version with the latest version in image section

  4. Check for environmental variable section and add if any variables are missing in current manifest file Refer this docs . And save it.