Skip to content

Commit 4d6a5d5

Browse files
committed
review comments on component constructor
1 parent adc85ef commit 4d6a5d5

File tree

3 files changed

+5
-140
lines changed

3 files changed

+5
-140
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
env:
130130
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
131131

132-
# - name: Push CTF
133-
# if: ${{ env.SKIP != 'true' }}
134-
# run: |
135-
# ocm transfer ctf --overwrite ./openmcp-ctf/ ${{ env.OCI_URL }}
132+
- name: Push CTF
133+
if: ${{ env.SKIP != 'true' }}
134+
run: |
135+
ocm transfer ctf --overwrite ./openmcp-ctf/ ${{ env.OCI_URL }}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.0.2
1+
v0.0.3

component-constructor.yaml

Lines changed: 0 additions & 135 deletions
Original file line numberDiff line numberDiff line change
@@ -25,138 +25,3 @@ components:
2525
- componentName: github.com/openmcp-project/project-workspace-operator
2626
name: project-workspace-operator
2727
version: ${PROJECT_WORKSPACE_OPERATOR_VERSION}
28-
29-
sources:
30-
- access:
31-
commit: "${OPENMCP_VERSION}"
32-
type: gitHub
33-
repoUrl: https://github.com/openmcp-project/openmcp
34-
name: openmcp
35-
type: git
36-
version: ${OPENMCP_VERSION}
37-
38-
- name: github.com/openmcp-project/mcp-operator
39-
version: ${MCP_OPERATOR_VERSION}
40-
provider:
41-
name: openmcp-project
42-
resources:
43-
- name: mcp-operator-image
44-
type: ociImage
45-
version: ${MCP_OPERATOR_VERSION}
46-
access:
47-
type: ociArtifact
48-
imageReference: ghcr.io/openmcp-project/images/mcp-operator:${MCP_OPERATOR_VERSION}
49-
- name: mcp-operator-chart
50-
type: helmChart
51-
version: ${MCP_OPERATOR_VERSION}
52-
access:
53-
type: ociArtifact
54-
imageReference: ghcr.io/openmcp-project/charts/mcp-operator:${MCP_OPERATOR_VERSION}
55-
sources:
56-
- access:
57-
commit: ${MCP_OPERATOR_VERSION}
58-
type: gitHub
59-
repoUrl: https://github.com/openmcp-project/mcp-operator
60-
name: openmcp
61-
type: git
62-
version: ${MCP_OPERATOR_VERSION}
63-
64-
- name: github.com/openmcp-project/openmcp-operator
65-
version: ${OPENMCP_OPERATOR_VERSION}
66-
provider:
67-
name: openmcp-project
68-
resources:
69-
- name: openmcp-operator-image
70-
type: ociImage
71-
version: ${OPENMCP_OPERATOR_VERSION}
72-
access:
73-
type: ociArtifact
74-
imageReference: ghcr.io/openmcp-project/images/openmcp-operator:${OPENMCP_OPERATOR_VERSION}
75-
sources:
76-
- access:
77-
commit: ${OPENMCP_OPERATOR_VERSION}
78-
type: gitHub
79-
repoUrl: https://github.com/openmcp-project/openmcp-operator
80-
name: openmcp
81-
type: git
82-
version: ${OPENMCP_OPERATOR_VERSION}
83-
84-
- name: github.com/openmcp-project/control-plane-operator
85-
version: ${CONTROL_PLANE_OPERATOR_VERSION}
86-
provider:
87-
name: openmcp-project
88-
resources:
89-
- name: control-plane-operator-image
90-
type: ociImage
91-
version: ${CONTROL_PLANE_OPERATOR_VERSION}
92-
access:
93-
type: ociArtifact
94-
imageReference: ghcr.io/openmcp-project/github.com/openmcp-project/control-plane-operator/images/control-plane-operator:${CONTROL_PLANE_OPERATOR_VERSION}
95-
- name: control-plane-operator-chart
96-
type: helmChart
97-
version: ${CONTROL_PLANE_OPERATOR_VERSION}
98-
access:
99-
type: ociArtifact
100-
imageReference: ghcr.io/openmcp-project/github.com/openmcp-project/control-plane-operator/charts/control-plane-operator:${CONTROL_PLANE_OPERATOR_VERSION}
101-
sources:
102-
- access:
103-
commit: ${CONTROL_PLANE_OPERATOR_VERSION}
104-
type: gitHub
105-
repoUrl: https://github.com/openmcp-project/control-plane-operator
106-
name: openmcp
107-
type: git
108-
version: ${CONTROL_PLANE_OPERATOR_VERSION}
109-
110-
- name: github.com/openmcp-project/quota-operator
111-
version: ${QUOTA_OPERATOR_VERSION}
112-
provider:
113-
name: openmcp-project
114-
resources:
115-
- name: quota-operator-image
116-
type: ociImage
117-
version: ${QUOTA_OPERATOR_VERSION}
118-
access:
119-
type: ociArtifact
120-
imageReference: ghcr.io/openmcp-project/images/quota-operator:${QUOTA_OPERATOR_VERSION}
121-
- name: quota-operator-chart
122-
type: helmChart
123-
version: ${QUOTA_OPERATOR_VERSION}
124-
access:
125-
type: ociArtifact
126-
imageReference: ghcr.io/openmcp-project/charts/quota-operator:${QUOTA_OPERATOR_VERSION}
127-
sources:
128-
- access:
129-
commit: ${QUOTA_OPERATOR_VERSION}
130-
type: gitHub
131-
repoUrl: https://github.com/openmcp-project/quota-operator
132-
name: openmcp
133-
type: git
134-
version: ${QUOTA_OPERATOR_VERSION}
135-
136-
137-
- name: github.com/openmcp-project/project-workspace-operator
138-
version: ${PROJECT_WORKSPACE_OPERATOR_VERSION}
139-
provider:
140-
name: openmcp-project
141-
resources:
142-
- name: project-workspace-operator-image
143-
type: ociImage
144-
version: ${PROJECT_WORKSPACE_OPERATOR_VERSION}
145-
access:
146-
type: ociArtifact
147-
imageReference: ghcr.io/openmcp-project/images/project-workspace-operator:${PROJECT_WORKSPACE_OPERATOR_VERSION}
148-
- name: project-workspace-operator-chart
149-
type: helmChart
150-
version: ${PROJECT_WORKSPACE_OPERATOR_VERSION}
151-
access:
152-
type: ociArtifact
153-
imageReference: ghcr.io/openmcp-project/charts/project-workspace-operator:${PROJECT_WORKSPACE_OPERATOR_VERSION}
154-
sources:
155-
- access:
156-
commit: ${PROJECT_WORKSPACE_OPERATOR_VERSION}
157-
type: gitHub
158-
repoUrl: https://github.com/openmcp-project/project-workspace-operator
159-
name: openmcp
160-
type: git
161-
version: ${PROJECT_WORKSPACE_OPERATOR_VERSION}
162-

0 commit comments

Comments
 (0)