Pasquale Congiusti
Pasquale Congiusti
Right now we forcefully set the builder timeout to 10 minutes when a native build. However this can't be overridden. Ideally we should set this timeout to at least 10...
The usage of these constants is making the release process a bit convoluted. We should rework them to either include environment variables or remove entirely the constants.
The necessity to support the `routine` building strategy is a kind of a limitation as it requires the operator to be able to manage the operations concerns and the build...
It requires some attention: ``` make bundle ... # Warning: 'patchesStrategicMerge' is deprecated. Please use 'patches' instead. Run 'kustomize edit fix' to update your Kustomization automatically. # Warning: 'patchesStrategicMerge' is...
With this option we may close the circle around [Camel GitOps](https://camel.apache.org/camel-k/next/running/promoting.html#gitops). The idea is that, after the build from git repo, the operator creates a PR with something like a...
Add branch/tag/commit option to the `.spec.git` Integration API and related logic support.
``` WARN [lintersdb] The linter "gomnd" is deprecated (step 2) and deactivated. It should be removed from the list of disabled linters. https://golangci-lint.run/product/roadmap/#linter-deprecation-cycle WARN The linter 'tenv' is deprecated (since...
We have a `jolokia` trait which is in charge to configure agent configuration for such kind of agent. We should instead have a generic trait to configure any agent, which...
We're actually using a tag to start the image building process. It would be convenient to get the SHA of the image in order to have a fully reproducible build.
With #5969 we have deprecated the special Openshift features. We should remove them once moving to next major release.