File tree Expand file tree Collapse file tree 3 files changed +18
-4
lines changed Expand file tree Collapse file tree 3 files changed +18
-4
lines changed Original file line number Diff line number Diff line change
1
+ # Plugin Catalog
2
+
3
+ ## Stable Plugins
4
+
5
+ | Plugin | Description | Tags |
6
+ | ------------------------------------ | ------------------- | ------------------- |
7
+ | [ Deploy Helm] ( stable/helm/README.md ) | Deploy a Helm chart | ` kubernetes ` ` helm ` |
8
+
9
+ ## Incubator Plugins
10
+
11
+ | Plugin | Description | Tags |
12
+ | ---------------------------------------------------------------- | -------------------------------------------- | -------------------- |
13
+ | [ Import Docker Images] ( incubator/import-docker-images/README.md ) | Import Docker images metadata into Codefresh | ` docker ` ` codefresh ` |
Original file line number Diff line number Diff line change @@ -9,10 +9,11 @@ This repository is used by Plugin developers for maintaining the official plugin
9
9
10
10
### How to Contribute a Plugin
11
11
12
- 1 . Fork this repository, develop and test your Plugin.
12
+ 1 . Fork this repository, develop and test your Plugin
13
13
2 . Choose the correct folder for your plugin based on the information in the [ Repository Structure] ( README.md#repository-structure ) section
14
- 3 . Ensure your Plugin follows the [ technical] ( #technical-requirements ) and [ documentation] ( #documentation-requirements ) guidelines, described below.
15
- 4 . Submit a pull request.
14
+ 3 . Ensure your Plugin follows the [ technical] ( #technical-requirements ) and [ documentation] ( #documentation-requirements ) guidelines, described below
15
+ 4 . Update [ Plugin Catalog] ( CATALOG.md )
16
+ 5 . Submit a pull request
16
17
17
18
*** NOTE*** : In order to make testing and merging of PRs easier, please submit changes to multiple plugins in separate PRs.
18
19
Original file line number Diff line number Diff line change 1
1
# Codefresh Helm Plugin
2
2
3
- Use Codefresh [ Helm] ( https://helm.sh ) plugin to deploy a Helm chart into specified (by context) Kubernetes cluster.
3
+ Use Codefresh [ Helm] ( https://helm.sh ) plugin to deploy a Helm chart into specified (by context) Kubernetes cluster.
4
4
5
5
## Usage
6
6
You can’t perform that action at this time.
0 commit comments