February 2, 2023

HarperDB Helm chart on Artifact Hub

Welcome to Community Posts
Click below to read the full article.
Summary of What to Expect
Table of Contents
  1. Search for the HarperDB Helm chart on Artifact Hub, but it is not found.
  2. Create a boilerplate chart for HarperDB using the Helm CLI and make necessary modifications, such as changing the app version, setting the image repository, configuring service ports, security context, resources, secrets, PVC, and deployment.
  3. Perform linting to ensure the chart is proper and then package it.
  4. Create a repository on GitHub to store the Helm package and push the changes.
  5. Add the repository to Artifact Hub and wait for it to be processed.
  6. Search for the HarperDB chart on Artifact Hub or using the Helm CLI, and it should now show up.
  7. Install the chart using the provided installation instructions and validate the deployment.
  8. Test the API by making an API call to create a schema.
  9. Clean up the Helm and Kubernetes objects by uninstalling the release and deleting the namespace.