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

[SRVLOGIC-258] Remove tech-preview string from productized images #23

Merged
merged 1 commit into from
Mar 20, 2024
Merged
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 openshift-serverless-logic-imagestream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ items:
type: Local
from:
kind: DockerImage
name: registry.redhat.io/openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8:1.32.0
name: registry.redhat.io/openshift-serverless-1/logic-data-index-ephemeral-rhel8:1.32.0
- kind: ImageStream
apiVersion: v1
metadata:
Expand All @@ -65,7 +65,7 @@ items:
type: Local
from:
kind: DockerImage
name: registry.redhat.io/openshift-serverless-1-tech-preview/logic-swf-devmode-rhel8:1.32.0
name: registry.redhat.io/openshift-serverless-1/logic-swf-devmode-rhel8:1.32.0
- kind: ImageStream
apiVersion: v1
metadata:
Expand All @@ -86,4 +86,4 @@ items:
type: Local
from:
kind: DockerImage
name: registry.redhat.io/openshift-serverless-1-tech-preview/logic-swf-builder-rhel8:1.32.0
name: registry.redhat.io/openshift-serverless-1/logic-swf-builder-rhel8:1.32.0
2 changes: 1 addition & 1 deletion prod-logic-data-index-ephemeral-rhel8-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
schema_version: 1

name: "openshift-serverless-1-tech-preview/logic-data-index-ephemeral-rhel8"
name: "openshift-serverless-1/logic-data-index-ephemeral-rhel8"
version: "1.32.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
2 changes: 1 addition & 1 deletion prod-logic-swf-builder-rhel8-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# under the License.
#
schema_version: 1
name: "openshift-serverless-1-tech-preview/logic-swf-builder-rhel8"
name: "openshift-serverless-1/logic-swf-builder-rhel8"
version: "1.32.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
2 changes: 1 addition & 1 deletion prod-logic-swf-devmode-rhel8-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# under the License.
#
schema_version: 1
name: "openshift-serverless-1-tech-preview/logic-swf-devmode-rhel8"
name: "openshift-serverless-1/logic-swf-devmode-rhel8"
from: "registry.access.redhat.com/ubi8/ubi-minimal:latest"
version: "1.32.0"
description: "Red Hat build of Kogito Serverless Workflow development mode image with Quarkus extensions libraries preinstalled"
Expand Down
Loading