Skip to content

Commit

Permalink
Prepare Kogito images for 8.0.4 release (#1681)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgdoliveira authored Aug 29, 2023
1 parent 783f8ed commit b43c2b9
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion bamoe-kogito-builder-rhel8-overrides.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
schema_version: 1

name: "ibm-bamoe/bamoe-kogito-builder-rhel8"
version: "8.0.3"
version: "8.0.4"
from: "registry.redhat.io/ubi8/ubi-minimal:latest"
description: "IBM BAMOE Platform for building Kogito based on Quarkus or SpringBoot"

Expand Down
18 changes: 9 additions & 9 deletions bamoe-kogito-imagestream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ items:
openshift.io/provider-display-name: IBM, Inc.
spec:
tags:
- name: '8.0.3'
- name: '8.0.4'
annotations:
description: IBM BAMOE Runtime image for Kogito based on Quarkus or SpringBoot JVM image
iconClass: icon-jbpm
tags: ibm-bamoe-kogito,runtime,kogito,quarkus,springboot,jvm
supports: quarkus
version: '8.0.3'
version: '8.0.4'
referencePolicy:
type: Local
from:
kind: DockerImage
name: registry.connect.redhat.com/ibm-bamoe/bamoe-kogito-runtime-jvm-rhel8:8.0.3
name: registry.connect.redhat.com/ibm-bamoe/bamoe-kogito-runtime-jvm-rhel8:8.0.4
- kind: ImageStream
apiVersion: v1
metadata:
Expand All @@ -36,18 +36,18 @@ items:
openshift.io/provider-display-name: IBM, Inc.
spec:
tags:
- name: '8.0.3'
- name: '8.0.4'
annotations:
description: IBM BAMOE Runtime image for Kogito based on Quarkus native image
iconClass: icon-jbpm
tags: ibm-bamoe-kogito,runtime,kogito,quarkus,native
supports: quarkus
version: '8.0.3'
version: '8.0.4'
referencePolicy:
type: Local
from:
kind: DockerImage
name: registry.connect.redhat.com/ibm-bamoe/bamoe-kogito-runtime-native-rhel8:8.0.3
name: registry.connect.redhat.com/ibm-bamoe/bamoe-kogito-runtime-native-rhel8:8.0.4
- kind: ImageStream
apiVersion: v1
metadata:
Expand All @@ -57,15 +57,15 @@ items:
openshift.io/provider-display-name: IBM, Inc.
spec:
tags:
- name: '8.0.3'
- name: '8.0.4'
annotations:
description: IBM BAMOE Platform for building Kogito based on Quarkus or SpringBoot
iconClass: icon-jbpm
tags: ibm-bamoe-kogito,builder,kogito,quarkus,springboot
supports: quarkus
version: '8.0.3'
version: '8.0.4'
referencePolicy:
type: Local
from:
kind: DockerImage
name: registry.connect.redhat.com/ibm-bamoe/bamoe-kogito-builder-rhel8:8.0.3
name: registry.connect.redhat.com/ibm-bamoe/bamoe-kogito-builder-rhel8:8.0.4
2 changes: 1 addition & 1 deletion bamoe-kogito-runtime-jvm-rhel8-overrides.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
schema_version: 1

name: "ibm-bamoe/bamoe-kogito-runtime-jvm-rhel8"
version: "8.0.3"
version: "8.0.4"
from: "registry.redhat.io/ubi8/ubi-minimal:latest"
description: "IBM BAMOE Runtime image for Kogito based on Quarkus or SpringBoot JVM image"

Expand Down
2 changes: 1 addition & 1 deletion bamoe-kogito-runtime-native-rhel8-overrides.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
schema_version: 1

name: "ibm-bamoe/bamoe-kogito-runtime-native-rhel8"
version: "8.0.3"
version: "8.0.4"
from: "registry.redhat.io/ubi8/ubi-minimal:latest"
description: "IBM BAMOE Runtime image for Kogito based on Quarkus native image"

Expand Down
2 changes: 1 addition & 1 deletion modules/bamoe-kogito-profile/module.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
schema_version: 1
name: bamoe.prod.profile
version: '8.0.3'
version: '8.0.4'
description: Holds custom configurations for BAMOE Kogito images. Add as the last module as it can depend on other modules.

envs:
Expand Down

0 comments on commit b43c2b9

Please sign in to comment.