Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1221 from bsig-gh-bot/1.23.0-kz22yyei7u
Browse files Browse the repository at this point in the history
[1.23.x] Update version to 1.23.0
  • Loading branch information
Jenkins CI committed Jun 23, 2022
2 parents 6c6a67c + c563f2c commit 8dc3d6a
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Makefile
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.23.0-snapshot
VERSION ?= 1.23.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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,8 @@ make run-tests 2>&1 | tee log.out

```
$ make
$ docker tag quay.io/kiegroup/kogito-operator:1.23.0-snapshot quay.io/{USERNAME}/kogito-operator:1.23.0-snapshot
$ docker push quay.io/{USERNAME}/kogito-operator:1.23.0-snapshot
$ docker tag quay.io/kiegroup/kogito-operator:1.23.0 quay.io/{USERNAME}/kogito-operator:1.23.0
$ docker push quay.io/{USERNAME}/kogito-operator:1.23.0
$ make run-tests operator_image=quay.io/{USERNAME}/kogito-operator
```

Expand Down
10 changes: 5 additions & 5 deletions bundle/app/manifests/kogito-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ metadata:
capabilities: Basic Install
categories: Integration & Delivery
certified: "false"
containerImage: quay.io/kiegroup/kogito-operator:1.23.0-snapshot
containerImage: quay.io/kiegroup/kogito-operator:1.23.0
createdAt: "2019-08-22T13:12:22Z"
description: Kogito Operator for deployment and management of Kogito services.
operators.operatorframework.io/builder: operator-sdk-v1.10.0+git
Expand All @@ -66,7 +66,7 @@ metadata:
tectonic-visibility: ocs
labels:
operator-kogitocloud: "true"
name: kogito-operator.v1.23.0-snapshot
name: kogito-operator.v1.23.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -923,7 +923,7 @@ spec:
value: kogito-runtime-native
- name: IMAGE_REGISTRY
value: quay.io/kiegroup
image: quay.io/kiegroup/kogito-operator:1.23.0-snapshot
image: quay.io/kiegroup/kogito-operator:1.23.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -1004,7 +1004,7 @@ spec:
- automation
labels:
alm-owner-kogito: kogito-operator
operated-by: kogito-operator.1.23.0-snapshot
operated-by: kogito-operator.1.23.0
links:
- name: Product Page
url: https://kogito.kie.org/
Expand All @@ -1019,4 +1019,4 @@ spec:
provider:
name: Red Hat
replaces: kogito-operator.v1.22.1
version: 1.23.0-snapshot
version: 1.23.0
2 changes: 1 addition & 1 deletion config/manager/app/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/kiegroup/kogito-operator
newTag: 1.23.0-snapshot
newTag: 1.23.0
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
capabilities: Basic Install
categories: Integration & Delivery
certified: "false"
containerImage: quay.io/kiegroup/kogito-operator:1.23.0-snapshot
containerImage: quay.io/kiegroup/kogito-operator:1.23.0
createdAt: "2019-08-22T13:12:22Z"
description: Kogito Operator for deployment and management of Kogito services.
repository: https://github.com/kiegroup/kogito-operator
Expand Down Expand Up @@ -535,7 +535,7 @@ spec:
- automation
labels:
alm-owner-kogito: kogito-operator
operated-by: kogito-operator.1.23.0-snapshot
operated-by: kogito-operator.1.23.0
links:
- name: Product Page
url: https://kogito.kie.org/
Expand All @@ -550,4 +550,4 @@ spec:
provider:
name: Red Hat
replaces: kogito-operator.v1.22.1
version: 1.23.0-snapshot
version: 1.23.0
2 changes: 1 addition & 1 deletion kogito-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2567,7 +2567,7 @@ spec:
value: kogito-runtime-native
- name: IMAGE_REGISTRY
value: quay.io/kiegroup
image: quay.io/kiegroup/kogito-operator:1.23.0-snapshot
image: quay.io/kiegroup/kogito-operator:1.23.0
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion profiling/kogito-operator-profiling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2568,7 +2568,7 @@ spec:
value: kogito-runtime-native
- name: IMAGE_REGISTRY
value: quay.io/kiegroup
image: quay.io/kiegroup/kogito-operator-profiling:1.23.0-snapshot
image: quay.io/kiegroup/kogito-operator-profiling:1.23.0
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion test/.default_config
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ tests.runtime_application_image_registry=quay.io/kiegroup
tests.runtime_application_image_name_prefix=examples
tests.runtime_application_image_name_suffix=nightly
tests.runtime_application_image_version=1.23
tests.examples_ref=nightly-1.23.x
tests.examples_ref=1.23.x
2 changes: 1 addition & 1 deletion version/app/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ package app

var (
// Version of Kogito Operator
Version = "1.23.0-snapshot"
Version = "1.23.0"
)

0 comments on commit 8dc3d6a

Please sign in to comment.