Skip to content

Commit

Permalink
chore(ci): v2.5.1-nightly release updates
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 11, 2024
1 parent cc72b63 commit 0a8ccbf
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 12 deletions.
Binary file added docs/charts/camel-k-2.5.1-nightly.tgz
Binary file not shown.
29 changes: 28 additions & 1 deletion docs/charts/index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
apiVersion: v1
entries:
camel-k:
- apiVersion: v2
appVersion: 2.5.1-nightly
created: "2024-11-11T01:26:19.777089851Z"
description: A lightweight integration platform, born on Kubernetes, with serverless
superpowers
digest: 4b05dc7886fe2491b7ccd6287469900fffb7ce90f080523b75ae114608ae2758
home: https://camel.apache.org/camel-k/latest/
icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png
keywords:
- serverless
- integration
- patterns
maintainers:
- email: pcongiusti@apache.org
name: pcongiusti
- email: acosentino@apache.org
name: acosentino
name: camel-k
sources:
- https://github.com/apache/camel-k
- https://github.com/apache/camel-k-runtime
- https://github.com/apache/camel-quarkus
- https://github.com/apache/camel
type: application
urls:
- https://apache.github.io/camel-k/charts/camel-k-2.5.1-nightly.tgz
version: 2.5.1-nightly
- apiVersion: v2
appVersion: 2.4.0
created: "2024-08-07T09:22:15.35218015+02:00"
Expand Down Expand Up @@ -1037,4 +1064,4 @@ entries:
urls:
- https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
version: 0.1.0
generated: "2024-08-07T09:22:15.341221234+02:00"
generated: "2024-11-11T01:26:19.764977309Z"
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.5.1-SNAPSHOT
appVersion: 2.5.1-nightly

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.5.1-SNAPSHOT
image: docker.io/testcamelk/camel-k:2.5.1-nightly
global: "false"
resources: {}
securityContext: {}
Expand Down
6 changes: 3 additions & 3 deletions pkg/resources/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.5.1-SNAPSHOT"
app.kubernetes.io/version: "2.5.1-nightly"
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.5.1-SNAPSHOT"
app.kubernetes.io/version: "2.5.1-nightly"
spec:
serviceAccountName: camel-k-operator
containers:
- name: camel-k-operator
image: docker.io/apache/camel-k:2.5.1-SNAPSHOT
image: docker.io/testcamelk/camel-k:2.5.1-nightly
imagePullPolicy: IfNotPresent
command:
- kamel
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ metadata:
capabilities: Full Lifecycle
categories: Integration & Delivery
certified: "false"
containerImage: docker.io/apache/camel-k:2.5.1-SNAPSHOT
createdAt: 2024-11-05T17:49:03Z
containerImage: docker.io/testcamelk/camel-k:2.5.1-nightly
createdAt: 2024-11-11T01:35: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
operators.operatorframework.io/internal-objects: '["builds.camel.apache.org","integrationkits.camel.apache.org","camelcatalogs.camel.apache.org"]'
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
repository: https://github.com/apache/camel-k
support: Camel
name: camel-k.v2.5.1
name: camel-k.v2.5.1-nightly
spec:
apiservicedefinitions: {}
customresourcedefinitions:
Expand Down Expand Up @@ -178,4 +178,4 @@ spec:
selector:
matchLabels:
name: camel-k-operator
version: 2.5.1
version: 2.5.1-nightly
3 changes: 3 additions & 0 deletions pkg/resources/config/manifests/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ images:
- name: docker.io/apache/camel-k
newName: docker.io/apache/camel-k
newTag: 2.5.1-SNAPSHOT
- name: docker.io/testcamelk/camel-k
newName: docker.io/testcamelk/camel-k
newTag: 2.5.1-nightly
4 changes: 2 additions & 2 deletions 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.5.1-SNAPSHOT"
Version = "2.5.1-nightly"

// DefaultRuntimeVersion --
DefaultRuntimeVersion = "3.15.0"
Expand All @@ -35,7 +35,7 @@ const (
LocalRepository = "/etc/maven/m2"

// ImageName --
ImageName = "docker.io/apache/camel-k"
ImageName = "docker.io/testcamelk/camel-k"

// OpenShiftRegistryAddress --
OpenShiftRegistryAddress = "image-registry.openshift-image-registry.svc:5000"
Expand Down

0 comments on commit 0a8ccbf

Please sign in to comment.