diff --git a/README.md b/README.md index da1bda4..aa54f67 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![Logo](misc/logo.png) + Katenary is a tool to help transforming `docker-compose` files to a working Helm Chart for Kubernetes. > **Important Note** Katenary is a tool to help building Helm Chart from a docker-compose file, but docker-compose doesn't propose as many features as what can do Kubernetes. So, we strongly recommend to use Katenary as a "bootstrap" tool and then to manually enhance the generated helm chart. diff --git a/misc/LogoMakr-1TEtSp.png b/misc/LogoMakr-1TEtSp.png new file mode 100644 index 0000000..f1c3a7e Binary files /dev/null and b/misc/LogoMakr-1TEtSp.png differ diff --git a/misc/logo.png b/misc/logo.png new file mode 100644 index 0000000..2761792 Binary files /dev/null and b/misc/logo.png differ