Super simple OCI Helm Chart to deploy a single Secret.
It's signed by cosign and available through the GitHub Container Registry.
See values.yaml for the available options, they mirror the Secrets v1 specification.
Example usage with Helm:
helm install mysecret oci://ghcr.io/p3lim/secret-chart/secret --version 1.0.0 \
--set stringData.foo='super_secret'