diff --git a/docs/charts/camel-k-2.6.0-nightly.tgz b/docs/charts/camel-k-2.6.0-nightly.tgz new file mode 100644 index 0000000000..6323487fb8 Binary files /dev/null and b/docs/charts/camel-k-2.6.0-nightly.tgz differ diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml index 069cf308d0..8bdfa8ef85 100644 --- a/docs/charts/index.yaml +++ b/docs/charts/index.yaml @@ -1,6 +1,33 @@ apiVersion: v1 entries: camel-k: + - apiVersion: v2 + appVersion: 2.6.0-nightly + created: "2025-01-04T01:25:16.193552261Z" + description: A lightweight integration platform, born on Kubernetes, with serverless + superpowers + digest: ed7f198450ef345691513ecfbd38f770f9ca8dac510712b94bb7a8a597c559c8 + 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.6.0-nightly.tgz + version: 2.6.0-nightly - apiVersion: v2 appVersion: 2.5.0 created: "2024-11-05T18:43:57.813744888+01:00" @@ -1064,4 +1091,4 @@ entries: urls: - https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz version: 0.1.0 -generated: "2024-11-05T18:43:57.799779332+01:00" +generated: "2025-01-04T01:25:16.186860883Z" diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml index b6752803ad..eab1202454 100644 --- a/helm/camel-k/Chart.yaml +++ b/helm/camel-k/Chart.yaml @@ -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.6.0-SNAPSHOT +appVersion: 2.6.0-nightly icon: https://github.com/apache/camel/raw/main/docs/img/logo64-d.png home: https://camel.apache.org/camel-k/latest/ diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml index 3c4d08abdc..a757be6c21 100644 --- a/helm/camel-k/values.yaml +++ b/helm/camel-k/values.yaml @@ -23,7 +23,7 @@ nameOverride: "" fullnameOverride: "" operator: - image: docker.io/apache/camel-k:2.6.0-SNAPSHOT + image: docker.io/testcamelk/camel-k:2.6.0-nightly global: "false" resources: {} securityContext: {} diff --git a/pkg/resources/config/manager/operator-deployment.yaml b/pkg/resources/config/manager/operator-deployment.yaml index 2cf4918214..d8c5b011f7 100644 --- a/pkg/resources/config/manager/operator-deployment.yaml +++ b/pkg/resources/config/manager/operator-deployment.yaml @@ -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.6.0-SNAPSHOT" + app.kubernetes.io/version: "2.6.0-nightly" spec: replicas: 1 strategy: @@ -41,12 +41,12 @@ spec: app: "camel-k" app.kubernetes.io/component: operator app.kubernetes.io/name: camel-k - app.kubernetes.io/version: "2.6.0-SNAPSHOT" + app.kubernetes.io/version: "2.6.0-nightly" spec: serviceAccountName: camel-k-operator containers: - name: camel-k-operator - image: docker.io/apache/camel-k:2.6.0-SNAPSHOT + image: docker.io/testcamelk/camel-k:2.6.0-nightly imagePullPolicy: IfNotPresent command: - kamel diff --git a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml index 6f5d23fade..0cf8465982 100644 --- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml +++ b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml @@ -22,8 +22,8 @@ metadata: capabilities: Full Lifecycle categories: Integration & Delivery certified: "false" - containerImage: docker.io/apache/camel-k:2.6.0-SNAPSHOT - createdAt: 2024-11-07T16:55:35Z + containerImage: docker.io/testcamelk/camel-k:2.6.0-nightly + createdAt: 2025-01-04T01:34:15Z description: Apache Camel K is a lightweight integration platform, born on Kubernetes, with serverless superpowers. operators.operatorframework.io/builder: operator-sdk-v1.16.0 @@ -31,7 +31,7 @@ metadata: operators.operatorframework.io/project_layout: go.kubebuilder.io/v2 repository: https://github.com/apache/camel-k support: Camel - name: camel-k.v2.6.0 + name: camel-k.v2.6.0-nightly spec: apiservicedefinitions: {} customresourcedefinitions: @@ -168,4 +168,4 @@ spec: selector: matchLabels: name: camel-k-operator - version: 2.6.0 + version: 2.6.0-nightly diff --git a/pkg/resources/config/manifests/kustomization.yaml b/pkg/resources/config/manifests/kustomization.yaml index c382591f96..2f6cbf247e 100644 --- a/pkg/resources/config/manifests/kustomization.yaml +++ b/pkg/resources/config/manifests/kustomization.yaml @@ -32,10 +32,13 @@ resources: - ../rbac/namespaced patches: - - path: patch-delete-user-cluster-role.yaml - target: - kind: ClusterRole +- path: patch-delete-user-cluster-role.yaml + target: + kind: ClusterRole images: - name: docker.io/apache/camel-k newName: docker.io/apache/camel-k newTag: 2.6.0-SNAPSHOT +- name: docker.io/testcamelk/camel-k + newName: docker.io/testcamelk/camel-k + newTag: 2.6.0-nightly diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go index b17c34443b..4a2310b2fa 100644 --- a/pkg/util/defaults/defaults.go +++ b/pkg/util/defaults/defaults.go @@ -23,7 +23,7 @@ package defaults const ( // Version -- - Version = "2.6.0-SNAPSHOT" + Version = "2.6.0-nightly" // DefaultRuntimeVersion -- DefaultRuntimeVersion = "3.15.0" @@ -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"