Files
edge-gitops/clusters/k3s-dgx/nim-operator/nim-operator-helmrelease.yaml
2026-05-06 11:58:30 -05:00

25 lines
482 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: nim-operator
version: "3.1.0"
sourceRef:
kind: HelmRepository
name: nvidia
namespace: nim-operator