Skip to content

Commit

Permalink
✨ Build bundle image (#1275)
Browse files Browse the repository at this point in the history
* Build bundle image

Signed-off-by: clyang82 <[email protected]>

* add konflux-patch.sh

Signed-off-by: clyang82 <[email protected]>

* add konflux-patch.sh

Signed-off-by: clyang82 <[email protected]>

* correct postgres-exporter image sha

Signed-off-by: clyang82 <[email protected]>

---------

Signed-off-by: clyang82 <[email protected]>
  • Loading branch information
clyang82 authored Dec 19, 2024
1 parent 5b59372 commit e553665
Show file tree
Hide file tree
Showing 13 changed files with 1,129 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
- name: image-expires-after
value: 5d
- name: dockerfile
value: agent/Containerfile.operator
value: agent/Containerfile.agent
- name: path-context
value: .
pipelineSpec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- name: output-image
value: quay.io/redhat-user-workloads/acm-multicluster-glo-tenant/multicluster-global-hub-agent-globalhub-1-4:{{revision}}
- name: dockerfile
value: agent/Containerfile.operator
value: agent/Containerfile.agent
- name: path-context
value: .
pipelineSpec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
- name: image-expires-after
value: 5d
- name: dockerfile
value: manager/Containerfile.operator
value: manager/Containerfile.manager
- name: path-context
value: .
pipelineSpec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- name: output-image
value: quay.io/redhat-user-workloads/acm-multicluster-glo-tenant/multicluster-global-hub-manager-globalhub-1-4:{{revision}}
- name: dockerfile
value: manager/Containerfile.operator
value: manager/Containerfile.manager
- name: path-context
value: .
pipelineSpec:
Expand Down
Loading

0 comments on commit e553665

Please sign in to comment.