Learn how to configure private repository access for Helm deployments in TrueFoundry using Kubernetes manifest deployment and integrations.
GitHub Private Repository
Create GitHub Personal Access Token
repo
(for private repositories)Deploy Repository Secret using Kubernetes Manifest
https://github.com/your-org/helm-charts.git
with your actual repository URLgithub_pat_11BAP2UBQ0tDSEVgbtphEM_18bH8fYWa6qhGCIWZsZIeIMm5NAEKYUIOfdfdfdfdfHER7RDDfbTAa
with your actual GitHub tokenrepo-1752233801
with a unique name for your secretDeployed Secret
Deploy Helm Chart from Private Repository
OCI Registry (Private Container Registry)
Add OCI Registry as Integration
Deploy Helm Chart from OCI Registry
oci://registry.your-company.com/charts/redis
)OCI Registry Configuration