Skip to content

MKurator 0.9.5

Choose a tag to compare

@github-actions github-actions released this 14 Jun 12:08

0.9.5 - 2026-06-14

Bug Fixes

  • e2e: Use USERMAP mcaUser drift for observe-only spec 36e042c

Container image

ghcr.io/conduit-ops/mkurator:0.9.5

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:7c5373b7ad459e4ba3bba3560297b3e70a6a941d5cb9f3e47a53fc2c29d87b1e

Install (Kustomize)

kubectl apply -f install-crds.yaml
kubectl apply -f install.yaml

Install (Helm — OCI)

helm upgrade --install mkurator oci://ghcr.io/conduit-ops/mkurator \
  --version 0.9.5 \
  --namespace mkurator-system \
  --create-namespace \
  --set image.repository=ghcr.io/conduit-ops/mkurator \
  --set image.tag=0.9.5

Install (Helm — GitHub Release tarball)

helm upgrade --install mkurator mkurator-0.9.5.tgz \
  --namespace mkurator-system \
  --create-namespace \
  --set image.repository=ghcr.io/conduit-ops/mkurator \
  --set image.tag=0.9.5

Verify checksums with sha256sum -c checksums.txt.