Skip to content

Commit

Permalink
Merge pull request #83 from kiegroup/1.35.0-qhsm8ueqdn
Browse files Browse the repository at this point in the history
[1.35.x] Update project version to 1.35.0
  • Loading branch information
Jenkins CI committed Mar 6, 2023
2 parents 78b70b5 + b662bd7 commit 1883940
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 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.35.0-snapshot
VERSION ?= 1.35.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 All @@ -29,7 +29,7 @@ BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL)
#
# 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>)
Expand Down
2 changes: 1 addition & 1 deletion api/v1alpha08/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ metadata:
capabilities: Basic Install
operators.operatorframework.io/builder: operator-sdk-v1.25.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: kogito-serverless-operator.v1.35.0-snapshot
name: kogito-serverless-operator.v1.35.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -347,7 +347,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/kiegroup/kogito-serverless-operator-nightly:1.35.0-snapshot
image: quay.io/kiegroup/kogito-serverless-operator:1.35.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -431,4 +431,4 @@ spec:
maturity: alpha
provider:
name: kogito-serverlessworkflow-operator
version: 1.35.0-snapshot
version: 1.35.0
4 changes: 2 additions & 2 deletions config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: controller
newName: quay.io/kiegroup/kogito-serverless-operator-nightly
newTag: 1.35.0-snapshot
newName: 192.168.49.2:5000/kogito-serverless-operator
newTag: 1.35.0
# Patching the manager deployment file to add an env var with the operator namespace in
patchesJson6902:
- patch: |-
Expand Down

0 comments on commit 1883940

Please sign in to comment.