Skip to content

owlistic-notes/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

🦉 Open-source real-time notetaking & todo app 🔄⚡️🚀

Release Docs License standard-readme

Activity

This repo contains helm charts to deploy Owlistic on Kubernetes cluster. It leverages the bjw-s Common Library chart.

Table of Contents

Configuration

The chart is highly customizable. You can see a detailed documentation of all possible changes within the charts/owlistic/values.yaml file.

A complete list of possible values can be found in Common Library values.yaml

Install

$ helm install --create-namespace --namespace owlistic owlistic https://owlistic-notes.github.io/helm-charts/owlistic -f values.yaml

You should not copy the full values.yaml from this repository. Only set the values that you want to override.

There are a few things that you are required to configure in your values.yaml before installing the chart:

  • You need to separately create a PVC for your data volume and configure owlistic.persistence.data.existingClaim to reference that PVC
  • You need to make sure that Owlistic has access to a Nats-server and postgresql instance. Both can be enabled directly in the values.yaml, or by manually setting the env to point to an existing instance.

Uninstall

To see the currently installed Owlistic chart:

helm ls --namespace owlistic

To uninstall/delete the owlistic chart:

helm delete --namespace owlistic owlistic

The command removes all the Kubernetes components associated with the chart and deletes the release.

Maintainers

Contributing

Owlistic is developed by the community, for the community. We welcome contributions of all kinds - from code improvements to documentation updates. Check out our Contributing Guide to learn how you can help.

Small note: If editing the README, please conform to the standard-readme specification.

License

GPLv3.0 © 2025 owlistic-notes