Configuration Changes for 2025.01.00

The below configuration changes needs to be done for the 2024.08.00 release.

Configuration changes for OpsMx License information in ISD UI

  • Add the following code to the oes-platform-config secret

 github:
      baseUrl: https://api.github.com
      repo: enterprise-argo
      owner: OpsMx
      path: <ecrypted_filePath>
      branch: <branchName>
      encryptKey: <hexadecimalOf16BytesRandomString>
      notifyValidityInDays: 30

  • Add the following code to configmap-argo.yml file if the License file needs to be downloaded.

"licenseFile":"<file_name.pdf>"

Configuration changes for Email Notification format

  • Add the following code to the oes-notification-service.yaml

smtp:
    fromemail: <name@abc.com>

Last updated

Was this helpful?