From 4b2305c772d7dfef7b07b79d6d26b305d8237e35 Mon Sep 17 00:00:00 2001 From: nick-adkins Date: Wed, 13 Nov 2024 16:14:32 -0700 Subject: [PATCH] chore: update README.md (#232) ## Description Adds package description to readme. ## Related Issue Fixes # Relates to # ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [X] Other (security config, docs update, etc) ## Checklist before merging - [X] Test, docs, adr added or updated as needed - [X] [Contributor Guide Steps](https://github.com/defenseunicorns/uds-package-docuseal/blob/main/CONTRIBUTING.md#developer-workflow) followed --------- Co-authored-by: zamaz <71521611+zachariahmiller@users.noreply.github.com> Co-authored-by: Wayne Starr --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index de31a2a8..d2c75781 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ This package is designed for use as part of a [UDS Software Factory](https://github.com/defenseunicorns/uds-software-factory) bundle deployed on [UDS Core](https://github.com/defenseunicorns/uds-core). +> GitLab is a comprehensive DevOps platform that streamlines the entire software development lifecycle, from planning and source code management to testing, security, and deployment. It offers a unified interface for teams to collaborate effectively and deliver high-quality software efficiently. + > [!IMPORTANT] > The `arm64` package includes `amd64` images due to lack of availability of `arm64` images from upstream projects at this time. This means you can deploy the `arm64` package on an `arm64` kubernetes cluster, but some of the images contained in the package will require emulation (e.g., qemu or rosetta) to run properly.