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
99
1010### How to Contribute a Plugin
1111
12- 1 . Fork this repository, develop and test your Plugin.
12+ 1 . Fork this repository, develop and test your Plugin
13132 . 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
1617
1718*** NOTE*** : In order to make testing and merging of PRs easier, please submit changes to multiple plugins in separate PRs.
1819
Original file line number Diff line number Diff line change 11# Codefresh Helm Plugin
22
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.
44
55## Usage
66
You can’t perform that action at this time.
0 commit comments