Skip to content

Commit

Permalink
fix(ci): latest released is 2.0.1
Browse files Browse the repository at this point in the history
Closes #4721
  • Loading branch information
squakez committed Sep 13, 2023
1 parent d0c0aa0 commit b198f93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/manifests/bases/camel-k.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion script/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b198f93

Please sign in to comment.