Skip to content

defenseunicorns/uds-package-postgres-operator

Repository files navigation

🏭 UDS Postgres Operator Package

Latest Release Build Status OpenSSF Scorecard

This package is designed for use as part of a UDS Software Factory bundle deployed on UDS Core.

Prerequisites

Flavors

Flavor Description Example Creation
upstream Uses upstream images within the package. uds zarf package create . -f upstream
registry1 Uses images from registry1.dso.mil within the package. uds zarf package create . -f registry1

Note: the registry1 flavor uses ghcr.io/zalando/spilo-15:3.0-p1 published from GHCR as there is not a spilo image in Iron Bank

Releases

The released packages can be found in ghcr.

UDS Tasks (for local dev and CI)

*For local dev, this requires installing uds-cli

After installing uds-cli, for a list of available tasks that can be run in this repository execute the following command:

uds run --list

Contributing

Please see the CONTRIBUTING.md

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 in uds-common.