Skip to content
Discussion options

You must be logged in to vote

The Google free AI search nails this:

apiVersion: source.toolkit.fluxcd.io/v1
kind: OCIRepository
metadata:
  name: my-chart-source
  namespace: default
spec:
  interval: 10m
  url: oci://ghcr.io/your-org/charts/my-chart
  ref:
    digest: sha256:your-full-sha256-digest-here
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
  name: my-app
  namespace: default
spec:
  interval: 10m
  chartRef:
    kind: OCIRepository
    name: my-chart-source
  values:
    replicaCount: 2

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by peter-facko
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants