Skip to content

v3.3.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jul 07:51
· 8 commits to main since this release
d401d89

Added

  • Added and enabled by default an emptyDir volume under tmp of the deployment for artifact pulls
    so that we can make the rest of the root file system read only under the security context.
  • Added control over the VPA max allowed resources.

Changed

  • Requests and limits are always set on the deployment.
  • Increased default requests and limits because of the introduction of the emptyDir volume under /tmp.
  • Enabled read only root file system by default on the security context.
  • Update PolicyExceptions to v2 and fallback to v2beta1.