jx
jx copied to clipboard
Jenkins X provides automated CI+CD for Kubernetes with Preview Environments on Pull Requests using Cloud Native pipelines from Tekton
Terraform fails when trying to install kubernetes 1.22 on Azure. Getting the error below on some kuberhealthy CRD mismatch. Using version 1.22 of kubernetes does not show this error. ```...
I try follow the manual for installing jenkins x. but i get this error constant `configmap/plugins configured externalsecret.kubernetes-client.io/tekton-container-registry-auth unchanged error validating "config-root/namespaces/jx/jx-kh-check-health-checks-jx/jx-bot-token-kuberhealthycheck.yaml": error validating data: ValidationError(KuberhealthyCheck.spec.podSpec.containers[0]): unknown field "restartPolicy" in...
# Describe On canceling the PipelineActivity, I was getting cancelled PipelineRun. I knew my PipelineActivity would fail, the timeout was set 12hrs, so I stopped it. I run `jx pipeline...
We have installed JX 3 on-premise with GitLab. We have nested repositories (using subgroups feature in GitLab). While project is build using the webhooks, currently we cannot start manually a...
Running `jx gitops helm release` with the `--oci --no-oci-login` parameters throws the following error: ``` jx gitops helm release --oci --no-oci-login WARNING: no $GIT_SECRET_MOUNT_PATH environment variable set releasing chart test-chart...
### Summary When creating docker images for Java applications in the current setup in Jenkins-X the application and all dependencies are all placed in one jar file, meaning it will...
We currently have no way of informing users of potential issues with upgrades. I'm suggesting that `jx gitops upgrade` would get support for showing such upgrade messages. From the same...
AWS ECR supports storing OCI artifacts https://docs.aws.amazon.com/AmazonECR/latest/userguide/push-oci-artifact.html It would be good to have support for pushing charts directly to AWS ECR. OCI support in helm became GA in 3.8.0: https://github.com/helm/helm/releases/tag/v3.8.0...
Signed-off-by: osamamagdy fixes #8297 Here we are making the go version in the pipeline inherited from the image running gorealeaser. In the makefile we ensure that GO_VERSION == CATALOG_GO_VERSION and...
We should have a guide on best practice and nice tips for how to modify and create your own Tekton pipelines. How to create your own custom images that run...