Skip to content

Commit

Permalink
Merge pull request #53 from kiegroup/1.32.0-null
Browse files Browse the repository at this point in the history
[1.32.x] Update project version to 1.32.0
  • Loading branch information
Jenkins CI committed Dec 20, 2022
2 parents 6362c51 + 6e69cbb commit 485d0a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.32.0-snapshot
VERSION ?= 1.32.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
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.24.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: kogito-serverless-operator.v1.32.0-snapshot
name: kogito-serverless-operator.v1.32.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:1.32.0-snapshot
image: quay.io/kiegroup/kogito-serverless-operator:1.32.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -431,4 +431,4 @@ spec:
maturity: alpha
provider:
name: kogito-serverlessworkflow-operator
version: 1.32.0-snapshot
version: 1.32.0
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/kiegroup/kogito-serverless-operator
newTag: 1.32.0-snapshot
newTag: 1.32.0
# Patching the manager deployment file to add an env var with the operator namespace in
patchesJson6902:
- patch: |-
Expand Down

0 comments on commit 485d0a7

Please sign in to comment.