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 #1529 from kiegroup/kogito-1.44.1
Browse files Browse the repository at this point in the history
[1.44.x] Update version to 1.44.1
  • Loading branch information
Jenkins CI committed Sep 12, 2023
2 parents 23e6ac7 + 745af52 commit edf22c7
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.44.0-snapshot
VERSION ?= 1.44.1

# 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.44.0-snapshot quay.io/{USERNAME}/kogito-operator:1.44.0-snapshot
$ docker push quay.io/{USERNAME}/kogito-operator:1.44.0-snapshot
$ docker tag quay.io/kiegroup/kogito-operator:1.44.1 quay.io/{USERNAME}/kogito-operator:1.44.1
$ docker push quay.io/{USERNAME}/kogito-operator:1.44.1
$ 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.44.0-snapshot
containerImage: quay.io/kiegroup/kogito-operator:1.44.1
createdAt: "2019-08-22T13:12:22Z"
description: Kogito Operator for deployment and management of Kogito services.
operators.operatorframework.io/builder: operator-sdk-v1.21.0
Expand All @@ -66,7 +66,7 @@ metadata:
tectonic-visibility: ocs
labels:
operator-kogitocloud: "true"
name: kogito-operator.v1.44.0-snapshot
name: kogito-operator.v1.44.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -925,7 +925,7 @@ spec:
value: kogito-runtime-native
- name: IMAGE_REGISTRY
value: quay.io/kiegroup
image: quay.io/kiegroup/kogito-operator:1.44.0-snapshot
image: quay.io/kiegroup/kogito-operator:1.44.1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -1009,7 +1009,7 @@ spec:
- automation
labels:
alm-owner-kogito: kogito-operator
operated-by: kogito-operator.1.44.0-snapshot
operated-by: kogito-operator.1.44.1
links:
- name: Product Page
url: https://kogito.kie.org/
Expand All @@ -1024,4 +1024,4 @@ spec:
provider:
name: Red Hat
replaces: kogito-operator.v1.43.0
version: 1.44.0-snapshot
version: 1.44.1
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.44.0-snapshot
newTag: 1.44.1
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.44.0-snapshot
containerImage: quay.io/kiegroup/kogito-operator:1.44.1
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.44.0-snapshot
operated-by: kogito-operator.1.44.1
links:
- name: Product Page
url: https://kogito.kie.org/
Expand All @@ -550,4 +550,4 @@ spec:
provider:
name: Red Hat
replaces: kogito-operator.v1.43.0
version: 1.44.0-snapshot
version: 1.44.1
2 changes: 1 addition & 1 deletion kogito-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3410,7 +3410,7 @@ spec:
value: kogito-runtime-native
- name: IMAGE_REGISTRY
value: quay.io/kiegroup
image: quay.io/kiegroup/kogito-operator:1.44.0-snapshot
image: quay.io/kiegroup/kogito-operator:1.44.1
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 @@ -3411,7 +3411,7 @@ spec:
value: kogito-runtime-native
- name: IMAGE_REGISTRY
value: quay.io/kiegroup
image: quay.io/kiegroup/kogito-operator-profiling:1.44.0-snapshot
image: quay.io/kiegroup/kogito-operator-profiling:1.44.1
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.44
tests.examples_ref=nightly-1.44.x
tests.examples_ref=1.44.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.44.0-snapshot"
Version = "1.44.1"
)

0 comments on commit edf22c7

Please sign in to comment.