diff --git a/pages/support.jsx b/pages/support.jsx index dc74aa6c82..06a135000e 100644 --- a/pages/support.jsx +++ b/pages/support.jsx @@ -4,6 +4,7 @@ import getCurrentUrl from 'lib/currentUrl' import CirclesBackground from '../components/snippets/CirclesBackground' import Hero from '../components/Hero' import { meta as page } from '../content/pages/support.mdx' +import Image from 'components/Image' function Support({ router }) { const currentUrl = getCurrentUrl(router) @@ -28,21 +29,16 @@ function Support({ router }) {

- - - - - - - - - - - + Venafi, A Cyberark Company

-

Venafi is the principal maintainer of the cert-manager project and works directly with the CNCF. Commercial support for cert-manager is available as part of Venafi's Long Term Support (LTS) offering which includes access to expertise to help organisations scale effectively and securely with cert-manager.

+

Venafi, a CyberArk Company, is the principal maintainer of the cert-manager project and works directly with the CNCF. Commercial support and FIPS builds for cert-manager are available as part of Venafi's Long Term Support (LTS) offering, including access to expertise to help organisations scale effectively and securely with cert-manager.

Find Out More
diff --git a/public/images/venafi-cybr-logo.png b/public/images/venafi-cybr-logo.png new file mode 100644 index 0000000000..b7823c0c12 Binary files /dev/null and b/public/images/venafi-cybr-logo.png differ