Skip to content

Commit 2fe616f

Browse files
committed
feat: adapt test
1 parent 8dc5087 commit 2fe616f

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

internal/deployment-repo/testdata/01/component-constructor.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,27 @@ components:
4747
type: ociArtifact
4848
imageReference: ghcr.io/fluxcd/helm-controller:v1.3.0
4949

50+
- name: fluxcd-notification-controller
51+
version: v1.6.0
52+
type: ociImage
53+
access:
54+
type: ociArtifact
55+
imageReference: ghcr.io/fluxcd/notification-controller:v1.6.0
56+
57+
- name: fluxcd-image-reflector-controller
58+
version: v0.35.2
59+
type: ociImage
60+
access:
61+
type: ociArtifact
62+
imageReference: ghcr.io/fluxcd/image-reflector-controller:v0.35.2
63+
64+
- name: fluxcd-image-automation-controller
65+
version: v0.41.2
66+
type: ociImage
67+
access:
68+
type: ociArtifact
69+
imageReference: ghcr.io/fluxcd/image-automation-controller:v0.41.2
70+
5071
- name: github.com/openmcp-project/openmcp-operator
5172
version: v0.2.1
5273
provider:

internal/deployment-repo/testdata/01/expected-repo/resources/fluxcd/kustomization.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,16 @@ images:
99
newTag: v1.3.0
1010
- name: ghcr.io/fluxcd/image-automation-controller
1111
newName: ghcr.io/fluxcd/image-automation-controller
12+
newTag: v0.41.2
1213
- name: ghcr.io/fluxcd/image-reflector-controller
1314
newName: ghcr.io/fluxcd/image-reflector-controller
15+
newTag: v0.35.2
1416
- name: ghcr.io/fluxcd/kustomize-controller
1517
newName: ghcr.io/fluxcd/kustomize-controller
1618
newTag: v1.6.1
1719
- name: ghcr.io/fluxcd/notification-controller
1820
newName: ghcr.io/fluxcd/notification-controller
21+
newTag: v1.6.0
1922
- name: ghcr.io/fluxcd/source-controller
2023
newName: ghcr.io/fluxcd/source-controller
2124
newTag: v1.6.2

0 commit comments

Comments
 (0)