Skip to content

Commit

Permalink
kie-issues#821: Kogito Serverless Operator weekly job (apache#374)
Browse files Browse the repository at this point in the history
* Serverless Operator weekly job
  • Loading branch information
rodrigonull authored and rgdoliveira committed Mar 11, 2024
1 parent 96deaef commit d59de47
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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 ?= 999.0.0-snapshot
REDUCED_VERSION ?= latest

# CHANNELS define the bundle channels used in the bundle.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/apache/incubator-kie-kogito-serverless-operator
support: Red Hat
name: sonataflow-operator.v2.0.0-snapshot
name: sonataflow-operator.v999.0.0-snapshot
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -793,4 +793,4 @@ spec:
minKubeVersion: 1.23.0
provider:
name: Red Hat
version: 2.0.0-snapshot
version: 999.0.0-snapshot
2 changes: 1 addition & 1 deletion image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- name: org.kie.kogito.app.builder

- name: kogito-serverless-operator
version: 2.0.0-snapshot
version: 999.0.0-snapshot
from: registry.access.redhat.com/ubi9/ubi-micro:latest
description: Runtime Image for the Operator

Expand Down
4 changes: 2 additions & 2 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ import (

const (
// Current version
OperatorVersion = "2.0.0-snapshot"
OperatorVersion = "999.0.0-snapshot"

// Should not be changed
snapshotSuffix = "snapshot"
latestVersion = "2.0.0-snapshot"
latestVersion = "999.0.0-snapshot"
)

func IsSnapshot() bool {
Expand Down

0 comments on commit d59de47

Please sign in to comment.