I am using Rancher version 2.9.1 with OCI registries. I have successfully added and pushed images to Azure Container Registry (ACR). However, when I attempt to upgrade the last pushed image in my Rancher app using the command:
./rancher-v2.9.0/rancher app upgrade "${{ parameters.appName }}" "${{ parameters.appVersion }}"
the upgrade does not work, and the version does not update. While using the Rancher UI, I can refresh the repositories, and the updated version of the app is reflected correctly.
For example, when the docker repo is abc/abc-ci
and version is 1.21.1
, the command returns an error stating that the abc-ci
at version 1.21.1
is not found.
OCI repository URL oci://xyz.azurecr.io/abc/abc-ci
Could you please help me troubleshoot this issue?