Skip to content

Commit

Permalink
preparing for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez committed Jan 3, 2024
1 parent 9ebfcdf commit c6a9348
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions config/manager/operator-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ metadata:
name: camel-k-operator
app.kubernetes.io/component: operator
app.kubernetes.io/name: camel-k
app.kubernetes.io/version: "2.2.0-SNAPSHOT"
app.kubernetes.io/version: "2.2.0"
spec:
replicas: 1
strategy:
Expand All @@ -41,12 +41,12 @@ spec:
app: "camel-k"
app.kubernetes.io/component: operator
app.kubernetes.io/name: camel-k
app.kubernetes.io/version: "2.2.0-SNAPSHOT"
app.kubernetes.io/version: "2.2.0"
spec:
serviceAccountName: camel-k-operator
containers:
- name: camel-k-operator
image: docker.io/apache/camel-k:2.2.0-SNAPSHOT
image: docker.io/apache/camel-k:2.2.0
imagePullPolicy: IfNotPresent
command:
- kamel
Expand Down
2 changes: 1 addition & 1 deletion config/manifests/bases/camel-k.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ metadata:
capabilities: Full Lifecycle
categories: Integration & Delivery
certified: "false"
containerImage: docker.io/apache/camel-k:2.2.0-SNAPSHOT
containerImage: docker.io/apache/camel-k:2.2.0
createdAt: 2023-12-15T10:08:46Z
description: Apache Camel K is a lightweight integration platform, born on Kubernetes,
with serverless superpowers.
Expand Down
2 changes: 1 addition & 1 deletion helm/camel-k/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ version: 0.13.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 2.2.0-SNAPSHOT
appVersion: 2.2.0

icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
home: https://camel.apache.org/camel-k/latest/
Expand Down
2 changes: 1 addition & 1 deletion helm/camel-k/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ nameOverride: ""
fullnameOverride: ""

operator:
image: docker.io/apache/camel-k:2.2.0-SNAPSHOT
image: docker.io/apache/camel-k:2.2.0
global: "false"
resources: {}
securityContext: {}
Expand Down
4 changes: 2 additions & 2 deletions pkg/resources/resources.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/util/defaults/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ package defaults

const (
// Version --
Version = "2.2.0-SNAPSHOT"
Version = "2.2.0"

// DefaultRuntimeVersion --
DefaultRuntimeVersion = "3.2.3"
Expand Down
2 changes: 1 addition & 1 deletion script/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
SHELL := /bin/bash

VERSIONFILE := pkg/util/defaults/defaults.go
VERSION ?= 2.2.0-SNAPSHOT
VERSION ?= 2.2.0
LAST_RELEASED_IMAGE_NAME := camel-k-operator
LAST_RELEASED_VERSION ?= 2.1.0
DEFAULT_RUNTIME_VERSION := 3.2.3
Expand Down

0 comments on commit c6a9348

Please sign in to comment.