Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.13.x-blue-next] Prepare BAMOE Kogito blue-next 8.0.6 #28

Open
wants to merge 1 commit into
base: 1.13.x-blue-next
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.4"
version: "8.0.6"
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.4'
- name: '8.0.6'
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.4'
version: '8.0.6'
referencePolicy:
type: Local
from:
kind: DockerImage
name: registry.connect.redhat.com/ibm-bamoe/bamoe-kogito-runtime-jvm-rhel8:8.0.4
name: registry.connect.redhat.com/ibm-bamoe/bamoe-kogito-runtime-jvm-rhel8:8.0.6
- kind: ImageStream
apiVersion: v1
metadata:
Expand All @@ -36,18 +36,18 @@ items:
openshift.io/provider-display-name: IBM, Inc.
spec:
tags:
- name: '8.0.4'
- name: '8.0.6'
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.4'
version: '8.0.6'
referencePolicy:
type: Local
from:
kind: DockerImage
name: registry.connect.redhat.com/ibm-bamoe/bamoe-kogito-runtime-native-rhel8:8.0.4
name: registry.connect.redhat.com/ibm-bamoe/bamoe-kogito-runtime-native-rhel8:8.0.6
- kind: ImageStream
apiVersion: v1
metadata:
Expand All @@ -57,15 +57,15 @@ items:
openshift.io/provider-display-name: IBM, Inc.
spec:
tags:
- name: '8.0.4'
- name: '8.0.6'
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.4'
version: '8.0.6'
referencePolicy:
type: Local
from:
kind: DockerImage
name: registry.connect.redhat.com/ibm-bamoe/bamoe-kogito-builder-rhel8:8.0.4
name: registry.connect.redhat.com/ibm-bamoe/bamoe-kogito-builder-rhel8:8.0.6
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.4"
version: "8.0.6"
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.4"
version: "8.0.6"
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.4'
version: '8.0.6'
description: Holds custom configurations for BAMOE Kogito images. Add as the last module as it can depend on other modules.

envs:
Expand Down
Loading