-
Notifications
You must be signed in to change notification settings - Fork 107
CLOUDP-143633: Automate Openshift release #824
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| value="${IMG_SHA}" yq e -i '.spec.install.spec.deployments[0].spec.template.spec.containers[0].image = env(value)' \ | ||
| "${VERSION}"/manifests/mongodb-atlas-kubernetes.clusterserviceversion.yaml | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is one more place to replace the image tag with image SHA: .metadata.annotations.containerImage
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, for certified operators please make sure that images have quay.io/ prefix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
Also, as we now support multi-arch, we don't use the manifest digest(sha256) as the version anymore.
We just refer to the actual version of the release
Sugar-pack
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
All Submissions: