diff --git a/README.md b/README.md index f8f04ab51512addeee082941b2a0d29eab161e21..d49cd1840128b901596b55a57b323d7dad324e23 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# rda-converter +# RDA Converter -A container image that includes the [rda-converter](https://gitlab.devforce.disa.mil/up/rda-converter) application. +A tool to convert an [RDA](https://devforce.disa.mil/secure/docs/latest/developers-guide/deployment/) into one or more [Helm](https://helm.sh/) [Charts](https://helm.sh/docs/glossary/#chart) and container image files (i.e. Dockerfile). -To update this image, first get the URL to the version of the rda-converter from [nexus](https://nexus.devforce.disa.mil/#browse/search/maven=attributes.maven2.groupId%3Dbdp.rda%20AND%20attributes.maven2.artifactId%3Drda-converter). Then, download the artifact and calculate the SHA256. Update the `hardening_manifest.yaml` with the URL and SHA256 of the artifact. \ No newline at end of file +This container is leveraged by the RDA Deployer and should not generally be used directly. For further information, see the [rda-converter](https://gitlab.eitccorp.com/up/software/rda/rda-converter) project.