From 0968aa59c387da73757c7435000f93d202c138b8 Mon Sep 17 00:00:00 2001 From: Moritz Bracht Date: Tue, 9 Jun 2026 08:55:12 +0200 Subject: [PATCH] chore: use ociArtifact for argo-workflows helm chart resource --- argo-workflows/component-constructor.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/argo-workflows/component-constructor.yaml b/argo-workflows/component-constructor.yaml index 0b2086e..2c02962 100644 --- a/argo-workflows/component-constructor.yaml +++ b/argo-workflows/component-constructor.yaml @@ -16,9 +16,8 @@ components: version: 1.0.14 relation: external access: - type: helm - helmChart: argo-workflows:1.0.14 - helmRepository: https://argoproj.github.io/argo-helm + type: ociArtifact + imageReference: ghcr.io/argoproj/argo-helm/argo-workflows:1.0.14 - name: argo-workflows-chart-values-template type: yaml