Suggested practice to update containers managed by operators

Hello everyone,
currently I do have an Openshift operator (1.0.0-beta.4) that is taking care of the pulp installation.
Though, seems like it’s not autonomously upgrading the version of the pulp containers (even if the operator it’s updated). Currently the containers version is stuck to 3.32.0
As today the latest pulp-minimal version is 3.49

So, I was wondering, which is the best practice to update the pulp version?
Thank you!

The spec for the Pulp Custom Resource that defines your deployment accepts an image and image_version (tag) parameters. You need to update the image_version to 3.49.1 or similar.

https://docs.pulpproject.org/pulp_operator/pulp/#pulpspec

1 Like