Skip to content

Commit

Permalink
Comments (#30)
Browse files Browse the repository at this point in the history
<!-- markdownlint-disable MD041 -->
#### What this PR does / why we need it

#### Which issue(s) this PR fixes
<!--
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
-->
  • Loading branch information
morri-son authored Nov 30, 2024
1 parent 3aab747 commit 522ce1b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 522ce1b

Please sign in to comment.