You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@PierreBart I believe issue here is that we don't know what the digest are going to be when we create a release pr. it'll have to be a mechanism that creates a pr to update manifest and chart after images are published.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
Describe the solution you'd like
Gatekeeper is running on my clusters. It enforces a policy to assert container images reference a digest.
By default, the current Gatekeeper Helm chart only references the version tag of the deployed containers but not the digests.
I manually override the digests each time I bump the version of Gatekeeper to make it comply with its own rule.
Could it be possible for every release of Gatekeeper to include the digest of all images in the Helm chart?
The text was updated successfully, but these errors were encountered: