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

Set OpenShift Serverless Logic productized images to version 1.31.0 #1702

Closed
wants to merge 2 commits into from
Closed
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
6 changes: 3 additions & 3 deletions logic-data-index-ephemeral-rhel8-image.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
schema_version: 1

name: "openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8"
version: "1.30.0"
version: "1.31.0"
from: "registry.access.redhat.com/ubi8/ubi-minimal:latest"
description: "Red Hat build of Runtime image for Kogito Data Index Service for ephemeral PostgreSQL persistence provider"

Expand Down Expand Up @@ -41,7 +41,7 @@ modules:
- name: org.kie.kogito.dynamic.resources
- name: org.kie.kogito.launch.scripts
- name: org.kie.kogito.dataindex.prod.ephemeral
version: "1.30.0"
version: "1.31.0"
- name: org.kie.kogito.dataindex.common
- name: org.kie.kogito.security.custom.truststores
- name: org.kie.kogito.pkg-update
Expand All @@ -63,7 +63,7 @@ osbs:
extra_dir: osbs-extra/logic-data-index-ephemeral-rhel8
repository:
name: containers/openshift-serverless-1-logic-data-index-ephemeral
branch: openshift-serverless-1.30-rhel-8
branch: openshift-serverless-1.31-rhel-8

ports:
- value: 8080
Expand Down
18 changes: 9 additions & 9 deletions logic-imagestream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ items:
openshift.io/provider-display-name: Kie Group
spec:
tags:
- name: '1.30.0'
- name: '1.31.0'
annotations:
description: Red Hat build of Kogito Data Index Service - ephemeral PostgreSQL
iconClass: icon-jbpm
tags: logic-data-index,kogito,data-index,data-index-ephemeral
supports: quarkus
version: '1.30.0'
version: '1.31.0'
referencePolicy:
type: Local
from:
kind: DockerImage
name: registry.redhat.io/openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8:1.30.0
name: registry.redhat.io/openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8:1.31.0
- kind: ImageStream
apiVersion: v1
metadata:
Expand All @@ -36,18 +36,18 @@ items:
openshift.io/provider-display-name: Kie Group
spec:
tags:
- name: '1.30.0'
- name: '1.31.0'
annotations:
description: Red Hat build of Kogito Serverless Workflow development mode image with Quarkus extensions libraries preinstalled.
iconClass: icon-jbpm
tags: logic,devmode,kogito,kogito,development,serverless,workflow
supports: quarkus
version: '1.30.0'
version: '1.31.0'
referencePolicy:
type: Local
from:
kind: DockerImage
name: registry.redhat.io/openshift-serverless-1-tech-preview/logic-swf-devmode-rhel8:1.30.0
name: registry.redhat.io/openshift-serverless-1-tech-preview/logic-swf-devmode-rhel8:1.31.0
- kind: ImageStream
apiVersion: v1
metadata:
Expand All @@ -57,15 +57,15 @@ items:
openshift.io/provider-display-name: Kie Group
spec:
tags:
- name: '1.30.0'
- name: '1.31.0'
annotations:
description: Red Hat build of Runtime image for Kogito Serverless Workflow builder with Quarkus extensions libraries preinstalled
iconClass: icon-jbpm
tags: logic,builder,kogito,workflow,serverless
supports: quarkus
version: '1.30.0'
version: '1.31.0'
referencePolicy:
type: Local
from:
kind: DockerImage
name: registry.redhat.io/openshift-serverless-1-tech-preview/logic-swf-builder-rhel8:1.30.0
name: registry.redhat.io/openshift-serverless-1-tech-preview/logic-swf-builder-rhel8:1.31.0
4 changes: 2 additions & 2 deletions logic-swf-builder-rhel8-image.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
schema_version: 1
name: "openshift-serverless-1-tech-preview/logic-swf-builder-rhel8"
version: "1.30.0"
version: "1.31.0"
from: "registry.access.redhat.com/ubi8/ubi-minimal:latest"
description: "Red Hat build of Runtime image for Kogito Serverless Workflow builder with Quarkus extensions libraries preinstalled"

Expand Down Expand Up @@ -68,4 +68,4 @@ osbs:
extra_dir: osbs-extra/logic-swf-builder-rhel8
repository:
name: containers/openshift-serverless-1-logic-swf-builder
branch: openshift-serverless-1.30-rhel-8
branch: openshift-serverless-1.31-rhel-8
4 changes: 2 additions & 2 deletions logic-swf-devmode-rhel8-image.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
schema_version: 1
name: "openshift-serverless-1-tech-preview/logic-swf-devmode-rhel8"
from: "registry.access.redhat.com/ubi8/ubi-minimal:latest"
version: "1.30.0"
version: "1.31.0"
description: "Red Hat build of Kogito Serverless Workflow development mode image with Quarkus extensions libraries preinstalled"

labels:
Expand Down Expand Up @@ -67,4 +67,4 @@ osbs:
extra_dir: osbs-extra/logic-swf-devmode-rhel8
repository:
name: containers/openshift-serverless-1-logic-swf-devmode
branch: openshift-serverless-1.30-rhel-8
branch: openshift-serverless-1.31-rhel-8
2 changes: 1 addition & 1 deletion modules/kogito-data-index-ephemeral/prod/module.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
schema_version: 1
name: org.kie.kogito.dataindex.prod.ephemeral
version: "1.30.0"
version: "1.31.0"

artifacts:
# data-index-service-inmemory-1.24.0.Final-redhat-00011-image-build.zip
Expand Down
2 changes: 1 addition & 1 deletion modules/kogito-swf/builder/runtime/osl/module.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
schema_version: 1
name: org.kie.kogito.swf.builder.runtime.osl
version: "1.30.0"
version: "1.31.0"
description: "OpenShift Serverless Logic builder module with required extensions"

artifacts:
Expand Down
2 changes: 1 addition & 1 deletion modules/kogito-swf/devmode/runtime/osl/module.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
schema_version: 1
name: org.kie.kogito.swf.devmode.runtime.osl
version: "1.30.0"
version: "1.31.0"
description: "OpenShift Serverless Logic devmode with required extensions"

envs:
Expand Down