From 522ce1bec1c21b37f84cc60aaf06ec0b29324eb7 Mon Sep 17 00:00:00 2001 From: Gerald Morrison <67469729+morri-son@users.noreply.github.com> Date: Sat, 30 Nov 2024 15:57:31 +0100 Subject: [PATCH] Comments (#30) #### What this PR does / why we need it #### Which issue(s) this PR fixes --- .../component-repo-src/main-branch/componentfile.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/00-setup-demo/component-repo-src/main-branch/componentfile.yaml b/00-setup-demo/component-repo-src/main-branch/componentfile.yaml index 39b2e08..be5aefc 100644 --- a/00-setup-demo/component-repo-src/main-branch/componentfile.yaml +++ b/00-setup-demo/component-repo-src/main-branch/componentfile.yaml @@ -2,24 +2,28 @@ name: ocm.software/demos/podinfo provider: name: ocm.software resources: +# Podinfo Docker image - name: image type: ociImage version: 6.3.5-static access: type: ociArtifact imageReference: gitea.ocm.dev/software-provider/podinfo:6.3.5-static +# Podinfo Helm chart - name: chart type: helmChart version: 6.3.5 access: imageReference: ghcr.io/stefanprodan/charts/podinfo:6.3.5 type: ociArtifact +# Manifests for Flux (Helm repo and Helm release) - name: manifests type: dir input: type: dir path: src/flux compress: true +# Config templates for the OCM controllers (used for Localization and Configuration) - name: config type: file input: