Skip to content

Commit bdfc992

Browse files
Merge pull request #10401 from Nidhi251289/Tekton_Retirement
Remove CSM contacts from the document
2 parents a2d8aab + de8c7e9 commit bdfc992

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

  • content/en/docs/deployment/private-cloud/private-cloud-tekton

content/en/docs/deployment/private-cloud/private-cloud-tekton/_index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ url: /developerportal/deploy/private-cloud-tekton/
55
description: "Describes how to use Tekton to create a CI/CD solution for Mendix environments in Mendix on Kubernetes"
66
weight: 40
77
---
8-
{{% alert color="info" %}}
8+
{{% alert color="warning" %}}
99
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.
1010
{{% /alert %}}
1111

1212
## Introduction
1313

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:
1515

1616
* Tekton
1717
* Pipelines containing the appropriate tasks and steps to manage apps and environments
@@ -37,7 +37,6 @@ To follow these instructions you will need:
3737
* A [namespace added](/developerportal/deploy/private-cloud-cluster/#add-namespace) to the cluster
3838
* The [Mendix Operator v2.8.0+ installed](/developerportal/deploy/private-cloud-cluster/#install-operator) and configured in the cluster
3939
* The [Helm](https://helm.sh) package manager
40-
* The Mendix Tekton pipelines – these can be requested through your CSM
4140
* Access to the internet to copy images to your air-gapped registry, or to install images directly onto your cluster
4241

4342
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.
150149
Before you install the Mendix pipelines, which contain all Tekton-related objects, you need to do the following:
151150

152151
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.
154153

155154
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.
156155

0 commit comments

Comments
 (0)