diff --git a/config/manifests/bases/camel-k.clusterserviceversion.yaml b/config/manifests/bases/camel-k.clusterserviceversion.yaml index fb0591d984..082c19e82d 100644 --- a/config/manifests/bases/camel-k.clusterserviceversion.yaml +++ b/config/manifests/bases/camel-k.clusterserviceversion.yaml @@ -23,7 +23,7 @@ metadata: categories: Integration & Delivery certified: "false" containerImage: docker.io/apache/camel-k:2.1.0-SNAPSHOT - createdAt: 2023-08-02T10:33:50Z + createdAt: 2023-09-12T13:09:09Z description: Apache Camel K is a lightweight integration platform, born on Kubernetes, with serverless superpowers. operators.operatorframework.io/builder: operator-sdk-v1.16.0 @@ -153,7 +153,7 @@ spec: minKubeVersion: 1.11.0 provider: name: The Apache Software Foundation - replaces: camel-k-operator.v2.0.0 + replaces: camel-k-operator.v2.0.1 selector: matchLabels: name: camel-k-operator diff --git a/script/Makefile b/script/Makefile index 5533c34e8e..29ca0f9f99 100644 --- a/script/Makefile +++ b/script/Makefile @@ -22,7 +22,7 @@ SHELL := /bin/bash VERSIONFILE := pkg/util/defaults/defaults.go VERSION ?= 2.1.0-SNAPSHOT LAST_RELEASED_IMAGE_NAME := camel-k-operator -LAST_RELEASED_VERSION ?= 2.0.0 +LAST_RELEASED_VERSION ?= 2.0.1 DEFAULT_RUNTIME_VERSION := 2.16.0 BUILDAH_VERSION := 1.30.0 KANIKO_VERSION := 1.9.1