Skip to content

Commit

Permalink
Set OpenShift Serverless Logic operator images to version 1.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rgdoliveira committed Feb 7, 2024
1 parent 2964c1f commit e307041
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Makefile.osl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# To re-generate a bundle for another specific version without changing the standard setup, you can:
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= 1.30.0
VERSION ?= 1.32.0

# CHANNELS define the bundle channels used in the bundle.
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/apache/incubator-kie-kogito-serverless-operator
support: Red Hat
name: logic-operator-rhel8.v1.30.0
name: logic-operator-rhel8.v1.32.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -654,4 +654,4 @@ spec:
name: kube-rbac-proxy
- image: registry.redhat.io/openshift-serverless-1-tech-preview/logic-operator-rhel8@sha256:24c2e62bff1f2f7e5579b990e44206ac019bd00f5ca546b069471fc1af34ed75
name: manager
version: 1.30.0
version: 1.32.0
Original file line number Diff line number Diff line change
Expand Up @@ -200,11 +200,11 @@ spec:
provider:
name: Red Hat
relatedImages:
- image: registry.redhat.io/openshift-serverless-1-tech-preview/logic-operator-rhel8:1.30.0
- image: registry.redhat.io/openshift-serverless-1-tech-preview/logic-operator-rhel8:1.32.0
name: IMAGE_LOGIC_SWF_OPERATOR
- image: registry.redhat.io/openshift-serverless-1-tech-preview/logic-swf-devmode-rhel8:1.30.0
- image: registry.redhat.io/openshift-serverless-1-tech-preview/logic-swf-devmode-rhel8:1.32.0
name: IMAGE_LOGIC_SWF_DEVMODE
- image: registry.redhat.io/openshift-serverless-1-tech-preview/logic-swf-builder-rhel8:1.30.0
- image: registry.redhat.io/openshift-serverless-1-tech-preview/logic-swf-builder-rhel8:1.32.0
name: IMAGE_LOGIC_SWF_BUILDER
- image: registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4564ca3dc5bac80d6faddaf94c817fbbc270698a9399d8a21ee1005d85ceda56
name: IMAGE_KUBE_RBAC_PROXY
Expand Down
2 changes: 1 addition & 1 deletion modules/org.kie.kogito.osl.builder.prod/module.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: org.kie.kogito.osl.builder.prod
version: "1.30.0"
version: "1.32.0"
description: Builds the operator binary

envs:
Expand Down
2 changes: 1 addition & 1 deletion modules/org.kie.kogito.osl.bundleinstall/module.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: org.kie.kogito.osl.bundleinstall
version: "1.30.0"
version: "1.32.0"
description: Copy the bund files to the target image

artifacts:
Expand Down
4 changes: 2 additions & 2 deletions osl-bundle-prod.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-operator-bundle"
description: "OpenShift Serverless Logic Operator Bundle"
version: "1.30.0"
version: "1.32.0"
from: "scratch"

labels:
Expand Down Expand Up @@ -67,4 +67,4 @@ osbs:
extra_dir: osbs-extra
repository:
name: containers/openshift-serverless-1-logic-operator-bundle
branch: openshift-serverless-1.30-rhel-8
branch: openshift-serverless-1.32-rhel-8
6 changes: 3 additions & 3 deletions osl-image-prod.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- schema_version: 1
name: "operator-builder"
version: "1.30.0"
version: "1.32.0"
from: "registry.access.redhat.com/ubi8/go-toolset:1.19.9"
description: "Golang builder image for the Red Hat OpenShift Serverless Logic Operator"

Expand All @@ -26,7 +26,7 @@
- aarch64

- name: "openshift-serverless-1-tech-preview/logic-operator-rhel8"
version: "1.30.0"
version: "1.32.0"
from: "registry.access.redhat.com/ubi8/ubi-micro:latest"
description: "Runtime Image for the Red Hat OpenShift Serverless Logic Operator"

Expand Down Expand Up @@ -55,7 +55,7 @@
extra_dir: osbs-extra
repository:
name: containers/openshift-serverless-1-logic-operator
branch: openshift-serverless-1.30-rhel-8
branch: openshift-serverless-1.32-rhel-8

run:
user: "1001"

0 comments on commit e307041

Please sign in to comment.