Skip to content

Commit

Permalink
use com.redhat.osl prefix for prod modules name
Browse files Browse the repository at this point in the history
  • Loading branch information
rgdoliveira committed May 10, 2024
1 parent 218834a commit cfc88a6
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: org.kie.kogito.prod.builder
name: com.redhat.osl.builder
version: "1.32.0"
description: Builds the operator binary

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: org.kie.kogito.prod.bundleinstall
name: com.redhat.osl.bundleinstall
version: "1.32.0"
description: Copy the bund files to the target image

Expand Down
2 changes: 1 addition & 1 deletion images/prod-bundle-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ modules:
repositories:
- path: modules
install:
- name: org.kie.kogito.prod.bundleinstall
- name: com.redhat.osl.bundleinstall

packages:
content_sets_file: content_sets.yaml
Expand Down
2 changes: 1 addition & 1 deletion images/prod-operator-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
repositories:
- path: modules
install:
- name: org.kie.kogito.prod.builder
- name: com.redhat.osl.builder

osbs:
configuration:
Expand Down

0 comments on commit cfc88a6

Please sign in to comment.