Skip to content

defenseunicorns/uds-package-valkey

Repository files navigation

🏭 UDS Valkey Package

Made for UDS Latest Release Build Status OpenSSF Scorecard

Tip

uds-package-valkey is intended to be a single-tenant application for one consumer (i.e. uds-package-gitlab). If you have more than one consumer, deploy a second Valkey instance using namespace overrides in your UDS bundle.

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

Prerequisites

This package requires a Kubernetes Cluster providing a Storage Class that has UDS Core installed into it. You can learn more about configuring this package in the configuration documentation

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.