Skip to content

Commit f5b16a3

Browse files
authored
Merge branch 'main' into revamp-notification-doc
2 parents de433b2 + 39f44e3 commit f5b16a3

File tree

7 files changed

+12
-10
lines changed

7 files changed

+12
-10
lines changed

docs/SUMMARY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
* [Catalog Framework](user-guide/global-configurations/catalog-framework.md)
4747
* [Scoped Variables](user-guide/global-configurations/scoped-variables.md)
4848
* [Pull Image Digest](user-guide/global-configurations/pull-image-digest.md)
49-
* [Tags Policy](user-guide/global-configurations/tags-policy.md)
49+
* [Tags](user-guide/global-configurations/tags-policy.md)
5050
* [Filter Condition](user-guide/global-configurations/filter-condition.md)
5151
* [Lock Deployment Configuration](user-guide/global-configurations/lock-deployment-config.md)
5252
* [Image Promotion Policy](user-guide/global-configurations/image-promotion-policy.md)

docs/user-guide/creating-application/config-approval.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Protect Configuration
22

3-
## Introduction
3+
## Introduction [![](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/elements/EnterpriseTag.svg)](https://devtron.ai/pricing)
44

55
Since resources are created according to the configurations you enter, it's essential to restrict such configurations from direct modifications. For critical environments like production, it becomes necessary to introduce an approval flow for any edits made to the configuration files.
66

docs/user-guide/creating-application/workflow/cd-pipeline.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Now, the window will have 3 distinct tabs, and you will see the following additi
5353
* [Pre-Deployment stage (tab)](#pre-deployment-stage)
5454
* [Deployment stage (tab)](#deployment-stage)
5555
* [Pipeline Name (input field)](#pipeline-name)
56-
* [Manual approval for deployment (toggle button)](#manual-approval-for-deployment)
56+
* [Manual approval for deployment (toggle button)](#manual-approval-for-deployment) [![](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/elements/EnterpriseTag.svg)](https://devtron.ai/pricing)
5757
* [Custom Image tag pattern (toggle button)](#custom-image-tag-pattern)
5858
* [Pull container image with image digest](#pull-container-image-with-image-digest)
5959
* [Post-Deployment stage (tab)](#post-deployment-stage)

docs/user-guide/creating-application/workflow/ci-pipeline.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A CI Workflow can be created in one of the following ways:
1111
* [Build and Deploy from Source Code](#id-1.-build-and-deploy-from-source-code)
1212
* [Linked Build Pipeline](#id-2.-linked-build-pipeline)
1313
* [Deploy Image from External Service](#id-3.-deploy-image-from-external-service)
14-
* Sync with Environment
14+
* Sync with Environment [![](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/elements/EnterpriseTag.svg)](https://devtron.ai/pricing)
1515
* Create a Job
1616

1717
![](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/creating-application/workflow-ci-pipeline/workflow-ci-1.jpg)
@@ -143,7 +143,7 @@ Select **Create Pipeline**.
143143
The total timeout for the execution of the CI pipeline is by default set as 3600 seconds. This default timeout is configurable according to the use case (refer [Build Infra](../../global-configurations/build-infra.md)).
144144
{% endhint %}
145145

146-
##### Scan for Vulnerabilities
146+
##### Scan for Vulnerabilities
147147

148148
{% hint style="info" %}
149149
### Prerequisite

docs/user-guide/deploying-application/triggering-cd.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ However, if an image is already deployed, you can identify it by the tag `Active
1414

1515
![Figure 3: Currently Deployed Image](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/deploying-application/triggering-cd/active-tag.jpg)
1616

17-
## Manual Approval for Deployment
17+
## Manual Approval for Deployment [![](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/elements/EnterpriseTag.svg)](https://devtron.ai/pricing)
1818

1919
When [manual approval is enabled](../creating-application/workflow/cd-pipeline.md#4-manual-approval-for-deployment) for the deployment pipeline configured in the workflow, you are expected to request for an image approval before each deployment. Alternatively, you can deploy images that have already been approved once.
2020

docs/user-guide/global-configurations/tags-policy.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Tags Policy
1+
# Tags
2+
3+
## Introduction [![](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/elements/EnterpriseTag.svg)](https://devtron.ai/pricing)
24

35
Devtron's `Tags Policy` feature enables you to assign tags to your applications. Devtron also offers the option to propagate the tags assigned to an application as labels within the associated Kubernetes resources.
46

docs/user-guide/security-features.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Devtron provides [DevSecOps](https://devtron.ai/product/devsecops) capabilities
77
One of the key components of DevSecOps is the detection of security risks. Currently, Devtron supports the following types of scanning:
88

99
* Image Scan
10-
* Code Scan
11-
* Kubernetes Manifest Scan
10+
* Code Scan [![](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/elements/EnterpriseTag.svg)](https://devtron.ai/pricing)
11+
* Kubernetes Manifest Scan [![](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/elements/EnterpriseTag.svg)](https://devtron.ai/pricing)
1212

1313
![Figure 1: Security Scan Results](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/security-features/security-scan.jpg)
1414

@@ -87,7 +87,7 @@ Results of Pre-CD scan will be visible under `Image Scan` and `Kubernetes Manife
8787

8888
![Figure 8: Pre-CD Scan Results](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/security-features/manifest-scan.gif)
8989

90-
### During Helm App Deployment
90+
### During Helm App Deployment [![](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/elements/EnterpriseTag.svg)](https://devtron.ai/pricing)
9191

9292
When you [deploy a helm chart](../user-guide/deploy-chart/deployment-of-charts.md), Devtron will scan the image associated with that helm chart and also the manifests, but unlike Devtron Apps, there is no code scan involved.
9393

0 commit comments

Comments
 (0)