Skip to content

Commit

Permalink
feat: Introduce modulereleasemeta to be used in E2E tests (#269)
Browse files Browse the repository at this point in the history
<!-- Thank you for your contribution. Before you submit the pull
request:
1. Follow contributing guidelines, templates, the recommended Git
workflow, and any related documentation.
2. Read and submit the required Contributor Licence Agreements
(https://github.com/kyma-project/community/blob/main/CONTRIBUTING.md#agreements-and-licenses).
3. Test your changes and attach their results to the pull request.
4. Update the relevant documentation.

If the pull request requires a decision, follow the [decision-making
process](https://github.com/kyma-project/community/blob/main/governance.md)
and replace the PR template with the [decision record
template](https://github.com/kyma-project/community/blob/main/.github/ISSUE_TEMPLATE/decision-record.md).
-->

**Description**

Changes proposed in this pull request:

- Introduce module-release-meta to be used in E2E tests

**Related issue(s)**
kyma-project/lifecycle-manager#1849
  • Loading branch information
nesmabadr authored Oct 14, 2024
1 parent fda9312 commit 0680468
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion module-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: kyma-project.io/module/template-operator
channel: regular
version: 1.0.0
version: 1.0.1
manifest: template-operator.yaml
security: sec-scanners-config.yaml
defaultCR: ./config/samples/default-sample-cr.yaml
Expand Down
10 changes: 10 additions & 0 deletions module-release-meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: operator.kyma-project.io/v1beta2
kind: ModuleReleaseMeta
metadata:
name: template-operator
namespace: kcp-system
spec:
channels:
- channel: regular
version: 1.0.1
moduleName: template-operator
4 changes: 2 additions & 2 deletions sec-scanners-config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module-name: template-operator
rc-tag: 1.0.0
rc-tag: 1.0.1
dev-branch: main
protecode:
- europe-docker.pkg.dev/kyma-project/prod/template-operator:1.0.0
- europe-docker.pkg.dev/kyma-project/prod/template-operator:1.0.1
whitesource:
language: golang-mod
subprojects: false
Expand Down

0 comments on commit 0680468

Please sign in to comment.