Skip to content
This repository was archived by the owner on Sep 16, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@

# kit

**[DEPRECATED] Thanks for using these packages, but we will no longer support them.**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iu

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Literally the perfect gif.


The `kit` suite is a series of components that when used together can achieve a continuous deployment workflow for countless Kubernetes clusters. They can be used as npm modules to orchestrate your own pipeline or they can be easily integrated into a [Codeship Docker](http://pages.codeship.com/docker) pipeline.

It currently consist of 3 core components:

| Component | Version |
| ----------------------- |-------------------|
| [kit-image-deployer](https://github.com/InVisionApp/kit-image-deployer) | [![npm version](https://badge.fury.io/js/kit-image-deployer.svg)](https://badge.fury.io/js/kit-image-deployer) |
| [kit-deploymentizer](https://github.com/InVisionApp/kit-deploymentizer) | [![npm version](https://badge.fury.io/js/kit-deploymentizer.svg)](https://badge.fury.io/js/kit-deploymentizer) |
| [kit-deployer](https://github.com/InVisionApp/kit-deployer) | [![npm version](https://badge.fury.io/js/kit-deployer.svg)](https://badge.fury.io/js/kit-deployer) |
| [kit-image-deployer (DEPRECATED) ](https://github.com/InVisionApp/kit-image-deployer) | [![npm version](https://badge.fury.io/js/kit-image-deployer.svg)](https://badge.fury.io/js/kit-image-deployer) |
| [kit-deploymentizer (DEPRECATED) ](https://github.com/InVisionApp/kit-deploymentizer) | [![npm version](https://badge.fury.io/js/kit-deploymentizer.svg)](https://badge.fury.io/js/kit-deploymentizer) |
| [kit-deployer (DEPRECATED) ](https://github.com/InVisionApp/kit-deployer) | [![npm version](https://badge.fury.io/js/kit-deployer.svg)](https://badge.fury.io/js/kit-deployer) |

## Flow Diagram

Expand Down