Files
edge-gitops/clusters/k3s-dgx/nim-operator/nim-operator-helmrelease.yaml
2026-05-06 12:00:43 -05:00

25 lines
486 B
YAML

apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: nvidia
namespace: nim-operator
spec:
interval: 10m
url: https://helm.ngc.nvidia.com/nvidia
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: nim-operator
namespace: nim-operator
spec:
interval: 10m
chart:
spec:
chart: k8s-nim-operator
version: "3.1.0"
sourceRef:
kind: HelmRepository
name: nvidia
namespace: nim-operator