ποΈ I don't have a Docker Image
You are here because your awesome app is ready and now it's time to package it.
ποΈ I have a Docker Image
Now that you have your Docker images ready, we need to publish them to a registry and package them via Helm charts. If you don't have a Docker image, see the I don't have a Docker image section to create images.
ποΈ I have a docker compose setup
Follow this guide to package your application as a Helm chart using the docker-compose.yaml file that you already have. We will use a simple example containing an application connected to a PostgreSQL database.
ποΈ I have a Helm Chart
Awesome! You have everything you need to get your deployments running.