|
| 1 | +# yaml-language-server: $schema=https://ocm.software/schemas/configuration-schema.yaml |
| 2 | + |
| 3 | +components: |
| 4 | + - name: github.com/openmcp-project/openmcp |
| 5 | + version: "${OPENMCP_VERSION}" |
| 6 | + provider: |
| 7 | + name: openmcp-project |
| 8 | + componentReferences: |
| 9 | + - componentName: github.com/openmcp-project/mcp-operator |
| 10 | + name: mcp-operator |
| 11 | + version: ${MCP_OPERATOR_VERSION} |
| 12 | + |
| 13 | + - componentName: github.com/openmcp-project/openmcp-operator |
| 14 | + name: openmcp-operator |
| 15 | + version: ${OPENMCP_OPERATOR_VERSION} |
| 16 | + |
| 17 | + - componentName: github.com/openmcp-project/control-plane-operator |
| 18 | + name: control-plane-operator |
| 19 | + version: ${CONTROL_PLANE_OPERATOR_VERSION} |
| 20 | + |
| 21 | + - componentName: github.com/openmcp-project/quota-operator |
| 22 | + name: quota-operator |
| 23 | + version: ${QUOTA_OPERATOR_VERSION} |
| 24 | + |
| 25 | + - componentName: github.com/openmcp-project/project-workspace-operator |
| 26 | + name: project-workspace-operator |
| 27 | + 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 | + ref: refs/heads/main |
| 35 | + name: openmcp |
| 36 | + type: git |
| 37 | + version: ${OPENMCP_VERSION} |
| 38 | + |
| 39 | + - name: github.com/openmcp-project/mcp-operator |
| 40 | + version: ${MCP_OPERATOR_VERSION} |
| 41 | + provider: |
| 42 | + name: openmcp-project |
| 43 | + resources: |
| 44 | + - name: mcp-operator-image |
| 45 | + type: ociImage |
| 46 | + version: ${MCP_OPERATOR_VERSION} |
| 47 | + access: |
| 48 | + type: ociArtifact |
| 49 | + imageReference: ghcr.io/openmcp-project/images/mcp-operator:${MCP_OPERATOR_VERSION} |
| 50 | + - name: mcp-operator-chart |
| 51 | + type: helmChart |
| 52 | + version: ${MCP_OPERATOR_VERSION} |
| 53 | + access: |
| 54 | + type: ociArtifact |
| 55 | + imageReference: ghcr.io/openmcp-project/charts/mcp-operator:${MCP_OPERATOR_VERSION} |
| 56 | + sources: |
| 57 | + - access: |
| 58 | + commit: ${MCP_OPERATOR_VERSION} |
| 59 | + type: gitHub |
| 60 | + repoUrl: https://github.com/openmcp-project/mcp-operator |
| 61 | + ref: refs/heads/main |
| 62 | + name: openmcp |
| 63 | + type: git |
| 64 | + version: ${MCP_OPERATOR_VERSION} |
| 65 | + |
| 66 | + - name: github.com/openmcp-project/openmcp-operator |
| 67 | + version: ${OPENMCP_OPERATOR_VERSION} |
| 68 | + provider: |
| 69 | + name: openmcp-project |
| 70 | + resources: |
| 71 | + - name: openmcp-operator-image |
| 72 | + type: ociImage |
| 73 | + version: ${OPENMCP_OPERATOR_VERSION} |
| 74 | + access: |
| 75 | + type: ociArtifact |
| 76 | + imageReference: ghcr.io/openmcp-project/images/openmcp-operator:${OPENMCP_OPERATOR_VERSION} |
| 77 | + sources: |
| 78 | + - access: |
| 79 | + commit: ${OPENMCP_OPERATOR_VERSION} |
| 80 | + type: gitHub |
| 81 | + repoUrl: https://github.com/openmcp-project/openmcp-operator |
| 82 | + ref: refs/heads/main |
| 83 | + name: openmcp |
| 84 | + type: git |
| 85 | + version: ${OPENMCP_OPERATOR_VERSION} |
| 86 | + |
| 87 | + - name: github.com/openmcp-project/control-plane-operator |
| 88 | + version: ${CONTROL_PLANE_OPERATOR_VERSION} |
| 89 | + provider: |
| 90 | + name: openmcp-project |
| 91 | + resources: |
| 92 | + - name: control-plane-operator-image |
| 93 | + type: ociImage |
| 94 | + version: ${CONTROL_PLANE_OPERATOR_VERSION} |
| 95 | + access: |
| 96 | + type: ociArtifact |
| 97 | + imageReference: ghcr.io/openmcp-project/github.com/openmcp-project/control-plane-operator/images/control-plane-operator:${CONTROL_PLANE_OPERATOR_VERSION} |
| 98 | + - name: control-plane-operator-chart |
| 99 | + type: helmChart |
| 100 | + version: ${CONTROL_PLANE_OPERATOR_VERSION} |
| 101 | + access: |
| 102 | + type: ociArtifact |
| 103 | + imageReference: ghcr.io/openmcp-project/github.com/openmcp-project/control-plane-operator/charts/control-plane-operator:${CONTROL_PLANE_OPERATOR_VERSION} |
| 104 | + sources: |
| 105 | + - access: |
| 106 | + commit: ${CONTROL_PLANE_OPERATOR_VERSION} |
| 107 | + type: gitHub |
| 108 | + repoUrl: https://github.com/openmcp-project/control-plane-operator |
| 109 | + ref: refs/heads/main |
| 110 | + name: openmcp |
| 111 | + type: git |
| 112 | + version: ${CONTROL_PLANE_OPERATOR_VERSION} |
| 113 | + |
| 114 | + - name: github.com/openmcp-project/quota-operator |
| 115 | + version: ${QUOTA_OPERATOR_VERSION} |
| 116 | + provider: |
| 117 | + name: openmcp-project |
| 118 | + resources: |
| 119 | + - name: quota-operator-image |
| 120 | + type: ociImage |
| 121 | + version: ${QUOTA_OPERATOR_VERSION} |
| 122 | + access: |
| 123 | + type: ociArtifact |
| 124 | + imageReference: ghcr.io/openmcp-project/images/quota-operator:${QUOTA_OPERATOR_VERSION} |
| 125 | + - name: quota-operator-chart |
| 126 | + type: helmChart |
| 127 | + version: ${QUOTA_OPERATOR_VERSION} |
| 128 | + access: |
| 129 | + type: ociArtifact |
| 130 | + imageReference: ghcr.io/openmcp-project/charts/quota-operator:${QUOTA_OPERATOR_VERSION} |
| 131 | + sources: |
| 132 | + - access: |
| 133 | + commit: ${QUOTA_OPERATOR_VERSION} |
| 134 | + type: gitHub |
| 135 | + repoUrl: https://github.com/openmcp-project/quota-operator |
| 136 | + ref: refs/heads/main |
| 137 | + name: openmcp |
| 138 | + type: git |
| 139 | + version: ${QUOTA_OPERATOR_VERSION} |
| 140 | + |
| 141 | + |
| 142 | + - name: github.com/openmcp-project/project-workspace-operator |
| 143 | + version: ${PROJECT_WORKSPACE_OPERATOR_VERSION} |
| 144 | + provider: |
| 145 | + name: openmcp-project |
| 146 | + resources: |
| 147 | + - name: project-workspace-operator-image |
| 148 | + type: ociImage |
| 149 | + version: ${PROJECT_WORKSPACE_OPERATOR_VERSION} |
| 150 | + access: |
| 151 | + type: ociArtifact |
| 152 | + imageReference: ghcr.io/openmcp-project/images/project-workspace-operator:${PROJECT_WORKSPACE_OPERATOR_VERSION} |
| 153 | + - name: project-workspace-operator-chart |
| 154 | + type: helmChart |
| 155 | + version: ${PROJECT_WORKSPACE_OPERATOR_VERSION} |
| 156 | + access: |
| 157 | + type: ociArtifact |
| 158 | + imageReference: ghcr.io/openmcp-project/charts/project-workspace-operator:${PROJECT_WORKSPACE_OPERATOR_VERSION} |
| 159 | + sources: |
| 160 | + - access: |
| 161 | + commit: ${PROJECT_WORKSPACE_OPERATOR_VERSION} |
| 162 | + type: gitHub |
| 163 | + repoUrl: https://github.com/openmcp-project/project-workspace-operator |
| 164 | + ref: refs/heads/main |
| 165 | + name: openmcp |
| 166 | + type: git |
| 167 | + version: ${PROJECT_WORKSPACE_OPERATOR_VERSION} |
| 168 | + |
0 commit comments