Skip to content

Artifact Hub

Published artifact coordinates for the Kubernetes integration. All coordinates and versions are generated from release/release-manifest.json -- the single source of truth for what has been published.

Artifact coordinates

Artifact Kind Coordinate Version
Controller image oci-image ghcr.io/trianalab/pacto/operator 5.1.2
Helm chart helm-chart ghcr.io/trianalab/pacto/charts/pacto-operator 5.1.2
Go module go-module github.com/trianalab/pacto/integrations/kubernetes/v5 5.1.2
Documentation docs mkdocs:integrations/kubernetes 5.1.2

Artifact Hub repository

  • Repository ID: 4d7aef48-84d5-447f-bd73-8590a6801d0e
  • Chart image annotation (artifacthub.io/images, from Chart.yaml):
- name: pacto-controller
  image: ghcr.io/trianalab/pacto/operator:5.1.2

Install from the published chart

helm install pacto-operator \
  oci://ghcr.io/trianalab/pacto/charts/pacto-operator \
  --version 5.1.2 \
  --namespace pacto-operator-system --create-namespace