MKurator 0.9.3
0.9.3 - 2026-06-14
Features
Container image
ghcr.io/conduit-ops/mkurator:0.9.3
Multi-arch (linux/amd64, linux/arm64), distroless nonroot base.
OCI attestations (SBOM + SLSA provenance) are attached in GHCR. Verify the signature:
cosign verify \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-identity-regexp '^https://github.com/conduit-ops/MKurator/.+' \
ghcr.io/conduit-ops/mkurator@sha256:31c11d975a499d8e0fb3ca40eeab04cb9a1a3cb2eed7c5dfcbd739d91a46556eInstall (Kustomize)
kubectl apply -f install-crds.yaml
kubectl apply -f install.yamlInstall (Helm — OCI)
helm upgrade --install mkurator oci://ghcr.io/conduit-ops/mkurator \
--version 0.9.3 \
--namespace mkurator-system \
--create-namespace \
--set image.repository=ghcr.io/conduit-ops/mkurator \
--set image.tag=0.9.3Install (Helm — GitHub Release tarball)
helm upgrade --install mkurator mkurator-0.9.3.tgz \
--namespace mkurator-system \
--create-namespace \
--set image.repository=ghcr.io/conduit-ops/mkurator \
--set image.tag=0.9.3Verify checksums with sha256sum -c checksums.txt.