From 19a5faf8a098ba19ff710f661ab41abc98531055 Mon Sep 17 00:00:00 2001 From: donal Date: Tue, 14 Dec 2021 10:01:34 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=AC=20FIX=20-=20dead=20link=20and=20ad?= =?UTF-8?q?ditional=20context=20for=20RH=20Labs=20=F0=9F=90=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: donal --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d3bb43f..84ca60c6 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,12 @@ tools, and services, these Infrastructure-as-Code (IasC) scripts automate the pr environment as needed that embodies these best practices. The scripts are modular so tools can be easily added or removed. This combination of tools have been proven in the industry to deliver real value for modern cloud-native development. -The Red Hat [Open Innovation Labs](https://github.com/rht-labs/labs-ci-cd) has a very similar approach to how they -deliver success with OpenShift. +The Red Hat [Open Innovation Labs](https://red.ht/labs) has a very similar approach to how they +kick start cloud-native development on OpenShift. The Labs accelerator +[🦄 Ubiquitous Journey 🔥](https://github.com/rht-labs/ubiquitous-journey) is a Helm chart that deploys +a similar suite of tooling (Tekton / Jenkins / ArgoCD / SonarQube /etc) and has an opinionated example called +[pet-battle](https://github.com/rht-labs/ubiquitous-journey/blob/main/pet-battle/test/values.yaml) +showing how to do GitOps using ArgoCD's App of Apps pattern. You can jump straight to the [Developers Guide](https://cloudnativetoolkit.dev/) if you want more detail on how the Cloud-Native Toolkit fits into the end-to-end development story.