Skip to content

Commit

Permalink
chore: Create ModuleTemplate with new ocm format for e2e (kyma-projec…
Browse files Browse the repository at this point in the history
…t#1660)

* create module-template with new ocm format and managed resource

* chore(dependabot): bump golang from 1.22.4-alpine to 1.22.5-alpine (kyma-project#1664)

Bumps golang from 1.22.4-alpine to 1.22.5-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: Bump k8s version for e2e to 1.29.6 (kyma-project#1665)

* chore: Bump k8s version for e2e to 1.29.6

* add wait for main build and bump smoke test version

* feat: Avoid Redundant SSA for Manifest Patching (kyma-project#1620)

* feat: avoid redundant ssa for manifest patching

* refactor: linting issue

* test: add unit test

* fix: integration tests

* refactor: unwrapped error

* fix: state flickering

* chore: add linter exception

* chore: remove linter exception

* fix: null pointer ref in case of mandatory module

* chore: Add helpful comment

Co-authored-by: Christoph Schwägerl <[email protected]>

* feat: add additional diff check in NeedToUpdate()

* test: diff check in unit test

* refactor: lint

* refactor: remove manifest diff check

* fix: module template integration test

* test: add unit test

* Revert "test: add unit test"

This reverts commit a5a9102.

* Revert "fix: module template integration test"

This reverts commit 9ed7e26.

* fix integration test

* chore: retrigger

* refactor: gofunmpt

* docs: Apply suggestions from code review

Co-authored-by: Małgorzata Świeca <[email protected]>

---------

Co-authored-by: Christoph Schwägerl <[email protected]>
Co-authored-by: Christoph Schwägerl <[email protected]>
Co-authored-by: Małgorzata Świeca <[email protected]>

* rename

* Revert "Merge branch 'main' into intro-test-managed-resources"

This reverts commit 854b8b4, reversing
changes made to be4f556.

* update module template

* update module template

* retrigger jobs

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Raj <[email protected]>
Co-authored-by: Christoph Schwägerl <[email protected]>
Co-authored-by: Christoph Schwägerl <[email protected]>
Co-authored-by: Małgorzata Świeca <[email protected]>
  • Loading branch information
6 people authored and ruanxin committed Aug 5, 2024
1 parent 5abec70 commit 89a68fb
Showing 1 changed file with 76 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
apiVersion: operator.kyma-project.io/v1beta2
kind: ModuleTemplate
metadata:
name: template-operator-regular
namespace: kcp-system
labels:
"operator.kyma-project.io/module-name": "template-operator"
annotations:
"operator.kyma-project.io/is-cluster-scoped": "false"
"operator.kyma-project.io/module-version": "1.0.0-new-ocm-format"
spec:
channel: regular
mandatory: false
descriptor:
component:
componentReferences: []
creationTime: "2024-07-09T12:22:30Z"
name: kyma-project.io/module/template-operator
provider: kyma-project.io
repositoryContexts:
- baseUrl: europe-west3-docker.pkg.dev
componentNameMapping: urlPath
subPath: sap-kyma-jellyfish-dev/template-operator
type: OCIRegistry
resources:
- access:
imageReference: europe-docker.pkg.dev/kyma-project/prod/template-operator:1.0.0
type: ociArtifact
digest:
hashAlgorithm: SHA-256
normalisationAlgorithm: ociArtifactDigest/v1
value: 03a194e1dca2421755cec5ec1e946de744407e6e1ca3b671f715fee939e8d1fb
name: module-image
relation: external
type: ociArtifact
version: 1.0.0
- access:
localReference: sha256.d2cc278224a71384b04963a83e784da311a268a2b3fa8732bc31e70ca0c5bc52
mediaType: application/x-tar
type: localBlob
digest:
hashAlgorithm: SHA-256
normalisationAlgorithm: genericBlobDigest/v1
value: d2cc278224a71384b04963a83e784da311a268a2b3fa8732bc31e70ca0c5bc52
name: raw-manifest
relation: local
type: directory
version: 1.0.0
- access:
localReference: sha256.9230471fa6a62ff7b1549e8d0e9ccb545896fabadf82d2ec4503fc798d2bcd8a
mediaType: application/x-tar
type: localBlob
digest:
hashAlgorithm: SHA-256
normalisationAlgorithm: genericBlobDigest/v1
value: 9230471fa6a62ff7b1549e8d0e9ccb545896fabadf82d2ec4503fc798d2bcd8a
name: default-cr
relation: local
type: directory
version: 1.0.0
- access:
localReference: sha256.b46281580f6377bf10672b5a8f156d183d47c0ec3bcda8b807bd8c5d520884bd
mediaType: application/octet-stream
type: localBlob
digest:
hashAlgorithm: SHA-256
normalisationAlgorithm: genericBlobDigest/v1
value: b46281580f6377bf10672b5a8f156d183d47c0ec3bcda8b807bd8c5d520884bd
name: associated-resources
relation: local
type: plainText
version: 1.0.0
sources: []
version: 1.0.0-new-ocm-format
meta:
schemaVersion: v2

0 comments on commit 89a68fb

Please sign in to comment.