Skip to content

Commit f258891

Browse files
author
Divya Bhushan
authored
Updating the images links from S3 bucket (#1769)
1 parent d2290a6 commit f258891

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/user-guide/global-configurations/custom-charts.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ For any use case not addressed by the default helm charts, you can upload your o
1212

1313
## Prerequisites
1414

15-
1. A valid [helm chart](#1-how-to-create-a-helm-chart), which contains `Chart.yaml` file with name and version fields.
16-
2. [Image descriptor template file - `.image_descriptor_template.json`](#2-create-the-image-descriptor-template-file---image_descriptor_templatejson).
17-
3. [Custom chart packaged in the `*.tgz` format](#3-package-the-custom-chart-in-the-tgz-format).
15+
1. A valid helm chart, which contains `Chart.yaml` file with name and version fields.
16+
2. Image descriptor template file - `.image_descriptor_template.json`.
17+
3. Custom chart packaged in the `*.tgz` format.
1818

1919
### 1. How to create a helm chart
2020

@@ -104,7 +104,7 @@ The above command will create a `my-custom-chart-0.1.0.tgz` file.
104104
105105
* On the Devtron dashboard, select **Global Configurations > Custom charts**.
106106
* Select **Import Chart**.
107-
* Choose **Select tar.gz file...** and upload the [packaged custom chart](#3-package-the-custom-chart-in-the-tgz-format) in the `*.tgz` format.
107+
* Choose **Select tar.gz file...** and upload the packaged custom chart in the `*.tgz` format.
108108
109109
![Selecting custom chart](https://devtron-public-asset.s3.us-east-2.amazonaws.com/custom-charts/Chart+pre-requisites.png)
110110
@@ -118,7 +118,7 @@ The uploaded archive will be validated against:
118118
119119
- Supported archive template should be in `*.tgz` format.
120120
- `Chart.yaml` must include the name and the version number.
121-
- `image_descriptor_template.json` file should be present and the field format must match the format listed in the [image builder template](#step-2-create-the-image-builder-template-file) section.
121+
- `image_descriptor_template.json` file should be present and the field format must match the format listed in the image builder template section.
122122
123123
The following are the validation results:
124124
@@ -129,13 +129,13 @@ The following are the validation results:
129129
| **New version detected** | You are uploading a newer version of an existing chart | Enter a **Description** and select **Save** to continue uploading, or **Cancel upload**. |
130130
| **Already exists** | There already exists a chart with the same version. | <ul><li>Edit the version and re-upload the same chart using **Upload another chart**.</li><li>Upload a new chart with a new name using **Upload another chart**.</li><li>**Cancel upload**.</li></ul> |
131131
132-
![Chart validated](./images/uploading-chart/List%20-%20Empty-2.png)
132+
![Chart validated](https://devtron-public-asset.s3.us-east-2.amazonaws.com/custom-charts/List+-+Empty-2.png)
133133
134-
![Unsupported template](./images/uploading-chart/List%20-%20Empty.png)
134+
![Unsupported template](https://devtron-public-asset.s3.us-east-2.amazonaws.com/custom-charts/List+-+Empty.png)
135135
136-
![New version detected](./images/uploading-chart/List%20-%20Empty-3.png)
136+
![New version detected](https://devtron-public-asset.s3.us-east-2.amazonaws.com/custom-charts/List+-+Empty-3.png)
137137
138-
![Already exists](./images/uploading-chart/List%20-%20Empty-1.png)
138+
![Already exists](https://devtron-public-asset.s3.us-east-2.amazonaws.com/custom-charts/List+-+Empty-1.png)
139139
140140
## View the custom charts
141141
@@ -146,7 +146,7 @@ To view a list of available custom charts, go to **Global Configurations > Cust
146146
* The charts can be searched with their name, version, or description.
147147
* New [custom charts can be uploaded](#uploading-a-custom-chart) by selecting **Upload chart**.
148148
149-
![Custom charts](./images/uploading-chart/custom-charts-lists.png)
149+
![Custom charts](https://devtron-public-asset.s3.us-east-2.amazonaws.com/custom-charts/custom-charts-lists.png)
150150
151151
## Use the custom chart in an application
152152

0 commit comments

Comments
 (0)