|
| 1 | +--- |
| 2 | +title:"Promotion limitations" |
| 3 | +description:"Review the current limitations when working with promotions" |
| 4 | +group:promotions |
| 5 | +toc:true |
| 6 | +--- |
| 7 | + |
| 8 | + |
| 9 | +##Current limitations for promotions |
| 10 | +The table below lists the current limitations when working with promotions. |
| 11 | + |
| 12 | +{: .table .table-bordered .table-hover} |
| 13 | +| Item| Limitation| |
| 14 | +| --------------| --------------| |
| 15 | +|Git providers| GitHub only.<br>The following Git-based actions are supported:{::nomarkdown}<ul><li>Opening a pull request (PR)</li><li>Adding Git commit status updates with a link to the release</li></ul>{:/}| |
| 16 | +|Argo Rollouts| Partially supported.<br>{::nomarkdown}<ul><li>An application that reports a Healthy status may trigger the next stage in the promotion before the rollout is complete.</li><li>Promotion release fails if Argo Rollout remains in Processing state for over two hours</li></ul>{:/}| |
| 17 | +|Multi-source applications| Not supported.<br>{::nomarkdown}<ul><li>Promotions are not supported for Argo CD applications with multiple sources (multi-source applications).</li></ul>{:/}| |
| 18 | +|Promotable files & properties| {::nomarkdown}<ul><li><b>File scope</b>:<br>Only files in the root or a subdirectory of the <ahref="https://codefresh.io/docs/docs/deployments/gitops/application-configuration-settings/#source"> Argo CD application source</a> can be promoted. Files outside this scope are ignored.</li><li><b>Value overrides</b>:<br> Inline value overrides in the application manifest, by adding`values:` in`spec.source.helm` for example, are not supported for promotion.</li></ul>{:/}| |
| 19 | + |
| 20 | +##Related articles |
| 21 | +[About promotions]({{site.baseurl}}/docs/promotions/promotions-overview/) |
| 22 | +[Configure Promotion Flows]({{site.baseurl}}/docs/promotions/promotion-flow/) |
| 23 | +[Trigger promotions]({{site.baseurl}}/docs/promotions/trigger-promotions/) |
| 24 | +[Tracking product promotions through releases]({{site.baseurl}}/docs/promotions/product-releases/) |
| 25 | +[Promotions: Setup & configuration guidelines]({{site.baseurl}}/docs/promotions/create-promotion-sequence/) |