From 21bebaf303860102ab3889cfecc9225607b750d3 Mon Sep 17 00:00:00 2001 From: Eric Wyles <23637493+ericwyles@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:03:56 -0500 Subject: [PATCH] chore: remove outdated readme note about using the registry1 chart (#115) ## Description README.md still had an old note about the registry1 chart. We moved to the upstream chart so removing this note. ## 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-sonarqube/blob/main/CONTRIBUTING.md#developer-workflow) followed --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index f7ec7d0..9b85d3d 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,6 @@ The released packages can be found in [ghcr](https://github.com/defenseunicorns/ Please see the [CONTRIBUTING.md](./CONTRIBUTING.md) -## Notes: -This package is currently using registry1 chart for both flavors. This is because the upstream chart depends on 'hostname' and 'wget' to be available in the images, and the registry1 images do not include these tools. - ## Development When developing this package it is ideal to utilize the json schemas for UDS Bundles, Zarf Packages and Maru Tasks. This involves configuring your IDE to provide schema validation for the respective files used by each application. For guidance on how to set up this schema validation, please refer to the [guide](https://github.com/defenseunicorns/uds-common/blob/main/docs/development-ide-configuration.md) in uds-common.