diff --git a/Makefile b/Makefile index 382232748..55943491b 100644 --- a/Makefile +++ b/Makefile @@ -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") diff --git a/README.md b/README.md index ab994e2cf..29d8dbcd8 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/bundle/app/manifests/kogito-operator.clusterserviceversion.yaml b/bundle/app/manifests/kogito-operator.clusterserviceversion.yaml index 50008b27a..6b3fac43a 100644 --- a/bundle/app/manifests/kogito-operator.clusterserviceversion.yaml +++ b/bundle/app/manifests/kogito-operator.clusterserviceversion.yaml @@ -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 @@ -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: {} @@ -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 @@ -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/ @@ -1019,4 +1019,4 @@ spec: provider: name: Red Hat replaces: kogito-operator.v1.22.1 - version: 1.23.0-snapshot + version: 1.23.0 diff --git a/config/manager/app/kustomization.yaml b/config/manager/app/kustomization.yaml index aa9f97222..c1d17125d 100644 --- a/config/manager/app/kustomization.yaml +++ b/config/manager/app/kustomization.yaml @@ -13,4 +13,4 @@ kind: Kustomization images: - name: controller newName: quay.io/kiegroup/kogito-operator - newTag: 1.23.0-snapshot + newTag: 1.23.0 diff --git a/config/manifests/app/bases/kogito-operator.clusterserviceversion.yaml b/config/manifests/app/bases/kogito-operator.clusterserviceversion.yaml index 8df2f8942..b61b0f1d2 100644 --- a/config/manifests/app/bases/kogito-operator.clusterserviceversion.yaml +++ b/config/manifests/app/bases/kogito-operator.clusterserviceversion.yaml @@ -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 @@ -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/ @@ -550,4 +550,4 @@ spec: provider: name: Red Hat replaces: kogito-operator.v1.22.1 - version: 1.23.0-snapshot + version: 1.23.0 diff --git a/kogito-operator.yaml b/kogito-operator.yaml index f4155d08a..3488409b5 100644 --- a/kogito-operator.yaml +++ b/kogito-operator.yaml @@ -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 diff --git a/profiling/kogito-operator-profiling.yaml b/profiling/kogito-operator-profiling.yaml index a20ed72d0..f6c96f324 100644 --- a/profiling/kogito-operator-profiling.yaml +++ b/profiling/kogito-operator-profiling.yaml @@ -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 diff --git a/test/.default_config b/test/.default_config index 00baebc93..afbf6a71d 100644 --- a/test/.default_config +++ b/test/.default_config @@ -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 diff --git a/version/app/version.go b/version/app/version.go index 13ca46ebf..f17bec37f 100644 --- a/version/app/version.go +++ b/version/app/version.go @@ -16,5 +16,5 @@ package app var ( // Version of Kogito Operator - Version = "1.23.0-snapshot" + Version = "1.23.0" )