Skip to content

Add a note about persistent images for auto devops deployments

What does this MR do?

From 10.5 we create secrets on Kubernetes to access GitLab Container Registry only if the project is internal or private. If for some reason the cluster needs to reload the image, it'll fail for internal/private projects, but it'll succeed for public ones.

This MR adds a documentation about that

What are the relevant issue numbers?

Closes #43259 (closed)

Merge request reports