Skip to content

Commit 7abdbb2

Browse files
committed
bump control-plane-operator
1 parent f5dea43 commit 7abdbb2

File tree

4 files changed

+14
-11
lines changed

4 files changed

+14
-11
lines changed

.github/workflows/release.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ on:
66
branches:
77
- main
88

9-
permissions:
10-
contents: write # we need this to be able to push tags
11-
pull-requests: read # we need this to be able to read pull-requests body
12-
issues: read # we need this to be able to read pull-requests body
13-
packages: write # we need this to be able to push ocm packages
14-
attestations: write # we need this to be able to push ocm packages
15-
id-token: write # we need this to be able to push ocm packages
9+
permissions: write-all
10+
# contents: write # we need this to be able to push tags
11+
# pull-requests: read # we need this to be able to read pull-requests body
12+
# issues: read # we need this to be able to read pull-requests body
13+
# packages: write # we need this to be able to push ocm packages
14+
# attestations: write # we need this to be able to push ocm packages
15+
# id-token: write # we need this to be able to push ocm packages
1616
env:
17-
OCI_URL: ghcr.io/openmcp-project
17+
OCI_URL: ghcr.io/openmcp-project/components
1818

1919
jobs:
2020
release_tag:
@@ -135,4 +135,4 @@ jobs:
135135
- name: Push CTF
136136
if: ${{ env.SKIP != 'true' }}
137137
run: |
138-
ocm transfer ctf --overwrite ./openmcp-ctf/ ${{ env.OCI_URL }}
138+
ocm transfer ctf ./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.3
1+
v0.0.4

component-constructor.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
components:
44
- name: github.com/openmcp-project/openmcp
5+
labels:
6+
- name: "org.opencontainers.image.source"
7+
value: "https://github.com/openmcp-project/openmcp"
58
version: "${OPENMCP_VERSION}"
69
provider:
710
name: openmcp-project

components-versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CONTROL_PLANE_OPERATOR_VERSION: "v0.1.5"
1+
CONTROL_PLANE_OPERATOR_VERSION: "v0.1.8"
22
QUOTA_OPERATOR_VERSION: "v0.5.0"
33
PROJECT_WORKSPACE_OPERATOR_VERSION: "v0.12.0"
44
MCP_OPERATOR_VERSION: "v0.27.0"

0 commit comments

Comments
 (0)