sveltos icon indicating copy to clipboard operation
sveltos copied to clipboard

Helm with OCI registry

Open gianlucam76 opened this issue 1 year ago • 0 comments

Add an example using OCI registry, for instance following one (and call out that for OCI charts, the chartName needs to have whole URL)

apiVersion: config.projectsveltos.io/v1alpha1
kind: ClusterProfile
metadata:
  name: vault
spec:
  clusterSelector: env=fv
  syncMode: Continuous
  helmCharts:
  - repositoryURL:    oci://registry-1.docker.io/bitnamicharts/vault
    repositoryName:   oci-vault
    chartName:        oci://registry-1.docker.io/bitnamicharts/vault
    chartVersion:     0.7.2
    releaseName:      vault
    releaseNamespace: vault
    helmChartAction:  Install

gianlucam76 avatar May 01 '24 16:05 gianlucam76