Skip to content

fix: operator and ansible image repos#492

Merged
sampras343 merged 1 commit into
mainfrom
sachin/fix-imagerepos
May 14, 2026
Merged

fix: operator and ansible image repos#492
sampras343 merged 1 commit into
mainfrom
sachin/fix-imagerepos

Conversation

@sampras343
Copy link
Copy Markdown
Member

No description provided.

Signed-off-by: Sachin Sampras M <sampras343@gmail.com>
@github-actions
Copy link
Copy Markdown

Configuration Diff

2 document(s) impacted:

+ 0 added
- 0 removed
! 2 modified
Diff
@@ spec.resources @@
# projctl.konflux.dev/v1beta1/ProjectDevelopmentStreamTemplate/rhtas-tenant/ansible-template
! + one list entry added:
+   - apiVersion: appstudio.redhat.com/v1alpha1
+     kind: ImageRepository
+     metadata:
+       name: artifact-signer-ansible{{.nameSuffix}}
+       annotations:
+         image-controller.appstudio.redhat.com/update-component-image: "true"
+       labels:
+         appstudio.redhat.com/application: {{.application}}{{.nameSuffix}}
+         appstudio.redhat.com/component: artifact-signer-ansible{{.nameSuffix}}
+     spec:
+       image:
+         name: rhtas-tenant/artifact-signer-ansible
+         visibility: public
+       notifications:
+       - config:
+           url: "https://bombino.api.redhat.com/v1/sbom/quay/push"
+         event: repo_push
+         method: webhook
+         title: SBOM-event-to-Bombino

@@ spec.resources @@
# projctl.konflux.dev/v1beta1/ProjectDevelopmentStreamTemplate/rhtas-tenant/operator-template
! + two list entries added:
+   - apiVersion: appstudio.redhat.com/v1alpha1
+     kind: ImageRepository
+     metadata:
+       name: rhtas-operator{{.nameSuffix}}
+       annotations:
+         image-controller.appstudio.redhat.com/update-component-image: "true"
+       labels:
+         appstudio.redhat.com/application: {{.application}}{{.nameSuffix}}
+         appstudio.redhat.com/component: rhtas-operator{{.nameSuffix}}
+     spec:
+       image:
+         name: rhtas-tenant/rhtas-operator
+         visibility: public
+       notifications:
+       - config:
+           url: "https://bombino.api.redhat.com/v1/sbom/quay/push"
+         event: repo_push
+         method: webhook
+         title: SBOM-event-to-Bombino
+   - apiVersion: appstudio.redhat.com/v1alpha1
+     kind: ImageRepository
+     metadata:
+       name: rhtas-operator-bundle{{.nameSuffix}}
+       annotations:
+         image-controller.appstudio.redhat.com/update-component-image: "true"
+       labels:
+         appstudio.redhat.com/application: {{.application}}{{.nameSuffix}}
+         appstudio.redhat.com/component: rhtas-operator-bundle{{.nameSuffix}}
+     spec:
+       image:
+         name: rhtas-tenant/rhtas-operator-bundle
+         visibility: public
+       notifications:
+       - config:
+           url: "https://bombino.api.redhat.com/v1/sbom/quay/push"
+         event: repo_push
+         method: webhook
+         title: SBOM-event-to-Bombino

📦 Artifacts: base-output.yaml, head-output.yaml, dyff-output.txt

@sampras343 sampras343 merged commit c977bba into main May 14, 2026
4 checks passed
@sampras343 sampras343 deleted the sachin/fix-imagerepos branch May 14, 2026 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants