Skip to content

Commit

Permalink
[1.35.x] Update version to 1.35.0-snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Feb 27, 2023
1 parent ed6774b commit 78b70b5
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 ?= 2.0.0-snapshot
VERSION ?= 1.35.0-snapshot

# 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.25.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: kogito-serverless-operator.v2.0.0-snapshot
name: kogito-serverless-operator.v1.35.0-snapshot
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:2.0.0-snapshot
image: quay.io/kiegroup/kogito-serverless-operator-nightly:1.35.0-snapshot
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -431,4 +431,4 @@ spec:
maturity: alpha
provider:
name: kogito-serverlessworkflow-operator
version: 2.0.0-snapshot
version: 1.35.0-snapshot
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-nightly
newTag: 2.0.0-snapshot
newTag: 1.35.0-snapshot
# Patching the manager deployment file to add an env var with the operator namespace in
patchesJson6902:
- patch: |-
Expand Down

0 comments on commit 78b70b5

Please sign in to comment.