Skip to content

Resolve "`review-deploy` fails due to a deprecation warning"

What does this MR do?

This fixes a deprecation message from the GitLab charts that is preventing any Review App deployment:

Release "review-31573-cros-07yycx" does not exist. Installing it now.
Error: render error in "gitlab/templates/NOTES.txt": template: gitlab/templates/NOTES.txt:36:3: executing "gitlab/templates/NOTES.txt" at <include "gitlab.deprecations" .>: error calling include: template: gitlab/templates/_deprecations.tpl:44:46: executing "gitlab.deprecations" at <fail>: error calling fail: 
DEPRECATIONS:
registry:
    The `minReplicas` property has been moved under the hpa object. Please create a configuration with the new path: `registry.hpa.minReplicas`.
    The `maxReplicas` property has been moved under the hpa object. Please create a configuration with the new path: `registry.hpa.maxReplicas`.

Closes #34207 (closed).

Edited by Rémy Coutable

Merge request reports