From d4736684a49a4223cfa02ea5c8e5f30158638f57 Mon Sep 17 00:00:00 2001 From: seanturner83 Date: Thu, 27 Oct 2016 10:14:51 +0100 Subject: [PATCH] Adds Jetstack as a solutions partner --- _includes/partner-script.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/_includes/partner-script.js b/_includes/partner-script.js index 79cbf6d513..19f489f46a 100644 --- a/_includes/partner-script.js +++ b/_includes/partner-script.js @@ -167,6 +167,13 @@ logo: 'container_solutions', link: 'http://container-solutions.com/resources/kubernetes/', blurb: 'Container Solutions is a premium software consultancy that focuses on programmable infrastructure, offering our expertise in software development, strategy and operations to help you innovate at speed and scale.' + }, + { + type: 1, + name: 'Jetstack', + logo: 'jetstack', + link: 'https://www.jetstack.io/', + blurb: 'Jetstack is an organisation focused entirely on Kubernetes. They will help you to get the most out of Kubernetes through expert professional services and open source tooling. Get in touch, and accelerate your project.' } ] @@ -205,4 +212,4 @@ var container = obj.type ? servContainer : isvContainer container.appendChild(box) }) -})(); \ No newline at end of file +})();