Skip to content

Commit a8b77d3

Browse files
committed
catalog added
1 parent 50b1c87 commit a8b77d3

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

CATALOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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` |

CONTRIBUTING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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
1313
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
1617

1718
***NOTE***: In order to make testing and merging of PRs easier, please submit changes to multiple plugins in separate PRs.
1819

stable/helm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

0 commit comments

Comments
 (0)