Skip to content

Commit 954af2f

Browse files
committed
fix: Remove openmcp-operator resource and update commit reference to use variable
1 parent d1a1259 commit 954af2f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

component-constructor.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ components:
77
provider:
88
name: openmcp-project
99
resources:
10-
- name: openmcp-operator
11-
type: ociImage
12-
input:
13-
type: ociImage
14-
path: ghcr.io/openmcp-project/images/openmcp-operator:${OPENMCP_OPERATOR_VERSION}
15-
repository: openmcp-project/openmcp-operator
1610
- name: openmcp
1711
type: fileSystem
1812
input:
@@ -29,4 +23,4 @@ components:
2923
access:
3024
type: gitHub
3125
repoUrl: "${REPO_URL}"
32-
commit: "2bdf15aab6df0234ef7621d4a876e4e37eaf1fa0"
26+
commit: "${COMMIT}"

0 commit comments

Comments
 (0)