You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Describes how to use Tekton to create a CI/CD solution for Mendix environments in Mendix on Kubernetes"
6
6
weight: 40
7
7
---
8
-
{{% alert color="info" %}}
8
+
{{% alert color="warning" %}}
9
9
Tekton pipelines for Mendix on Kubernetes Standalone are no longer available to new customers. Customers seeking Tekton pipeline support are advised to consider Private Mendix Platform, which includes Tekton pipeline support.
10
10
{{% /alert %}}
11
11
12
12
## Introduction
13
13
14
-
Mendix recommends using [Tekton](https://tekton.dev/) to create a CI/CD (Continuous Integration and Delivery/Deployment) solution for your Mendix for Standalone Mendix on Kubernetes apps. This document explains how to install:
14
+
This document explains how to install:
15
15
16
16
* Tekton
17
17
* Pipelines containing the appropriate tasks and steps to manage apps and environments
@@ -37,7 +37,6 @@ To follow these instructions you will need:
37
37
* A [namespace added](/developerportal/deploy/private-cloud-cluster/#add-namespace) to the cluster
38
38
* The [Mendix Operator v2.8.0+ installed](/developerportal/deploy/private-cloud-cluster/#install-operator) and configured in the cluster
39
39
* The [Helm](https://helm.sh) package manager
40
-
* The Mendix Tekton pipelines – these can be requested through your CSM
41
40
* Access to the internet to copy images to your air-gapped registry, or to install images directly onto your cluster
42
41
43
42
If you have any issues when following these instructions, see the [Troubleshooting](#troubleshooting) section to see if there is a solution.
@@ -150,7 +149,7 @@ At the moment we support Red Hat OpenShift Pipelines v1.9.2.
150
149
Before you install the Mendix pipelines, which contain all Tekton-related objects, you need to do the following:
151
150
152
151
1. Install [helm](https://helm.sh).
153
-
2. Create a folder containing helm charts for configuring the Mendix Tekton pipelines – you can get these by making a request to your CSM, who can arrange for access to them.
152
+
2. Create a folder containing helm charts for configuring the Mendix Tekton pipelines.
154
153
155
154
To install a pipeline you need to provide the url to your private images repository without a tag. For example: `my.private.registry.com/mxapp`. The images that the pipeline builds will be stored in this repository.
0 commit comments