Merge pull request #75 from kiegroup/1.34.0-di2loupk6b

[1.34.x] Update project version to 1.34.0
diff --git a/Makefile b/Makefile
index a6461e7..8ef3223 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 ?= 2.0.0-snapshot
+VERSION ?= 1.34.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")
@@ -29,7 +29,7 @@
 #
 # For example, running 'make bundle-build bundle-push catalog-build catalog-push' will build and push both
 # kiegroup.org/kogito-serverless-operator-bundle:$VERSION and kiegroup.org/kogito-serverless-operator-catalog:$VERSION.
-IMAGE_TAG_BASE ?= quay.io/kiegroup/kogito-serverless-operator-nightly
+IMAGE_TAG_BASE ?= quay.io/kiegroup/kogito-serverless-operator
 
 # BUNDLE_IMG defines the image:tag used for the bundle.
 # You can use it as an arg. (E.g make bundle-build BUNDLE_IMG=<some-registry>/<project-name-bundle>:<tag>)
diff --git a/bundle/manifests/kogito-serverless-operator.clusterserviceversion.yaml b/bundle/manifests/kogito-serverless-operator.clusterserviceversion.yaml
index 87c9d6d..1c13757 100644
--- a/bundle/manifests/kogito-serverless-operator.clusterserviceversion.yaml
+++ b/bundle/manifests/kogito-serverless-operator.clusterserviceversion.yaml
@@ -94,7 +94,7 @@
     capabilities: Basic Install
     operators.operatorframework.io/builder: operator-sdk-v1.24.0
     operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
-  name: kogito-serverless-operator.v2.0.0-snapshot
+  name: kogito-serverless-operator.v1.34.0
   namespace: placeholder
 spec:
   apiservicedefinitions: {}
@@ -347,7 +347,7 @@
                   valueFrom:
                     fieldRef:
                       fieldPath: metadata.namespace
-                image: quay.io/kiegroup/kogito-serverless-operator-nightly:2.0.0-snapshot
+                image: quay.io/kiegroup/kogito-serverless-operator:1.34.0
                 livenessProbe:
                   httpGet:
                     path: /healthz
@@ -431,4 +431,4 @@
   maturity: alpha
   provider:
     name: kogito-serverlessworkflow-operator
-  version: 2.0.0-snapshot
+  version: 1.34.0
diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml
index d5cf103..777cc75 100644
--- a/config/manager/kustomization.yaml
+++ b/config/manager/kustomization.yaml
@@ -19,8 +19,8 @@
 kind: Kustomization
 images:
 - name: controller
-  newName: quay.io/kiegroup/kogito-serverless-operator-nightly
-  newTag: 2.0.0-snapshot
+  newName: 192.168.49.2:5000/kogito-serverless-operator
+  newTag: 1.34.0
 # Patching the manager deployment file to add an env var with the operator namespace in
 patchesJson6902:
 - patch: |-
diff --git a/minikube-1.28.0-0.x86_64.rpm b/minikube-1.28.0-0.x86_64.rpm
new file mode 100644
index 0000000..a856d0a
--- /dev/null
+++ b/minikube-1.28.0-0.x86_64.rpm
Binary files differ