diff --git a/README.org b/README.org
index 81f9f51..12626ed 100644
--- a/README.org
+++ b/README.org
@@ -1,6 +1,26 @@
-#+TITLE: Minimal and Opinionated Helm Charts
+#+TITLE: Minimal and Opinionated Helm Charts
#+DATE: 2023-10-18
+
+
+
+... powered by a Norwegian bear 🐻
+
+
+
+
+
+#+CAPTION: Releases
+#+NAME: fig:gh-actions-releases
+[[https://github.com/tommy-skaug/charts/actions/workflows/build-and-publish.yml/badge.svg]]
+
+
+#+CAPTION: Index updates
+#+NAME: fig:gh-actions-index-updates
+[[https://github.com/tommy-skaug/charts/actions/workflows/pages/pages-build-deployment/badge.svg]]
+
+
+
Backend-focused and UX optimized minmal charts built for use with deployments based on Flux. Generally
contains Helm charts for infrastructure and some related to security operations.
@@ -16,7 +36,7 @@ As with everything Kubernetes it is a learning journey, however, so feel free to
Below you'll find an overview of the charts and an intro to get you started.
-*** Overview
+*** 📖 Overview
- [[charts/conduit][Conduit]]: An efficient and self-contained Matrix server using an embedded RocksDB
database.
@@ -41,13 +61,21 @@ You can explore this repo by using the following commands if you have the Kubern
installed:
#+BEGIN_SRC shell
+# add the package source
helm repo add 252 https://charts.252.no
-helm search repo dispatch
-helm install dispatch helm-charts/charts/dispatch --namespace=toolbox
-helm search repo dispatch
+# search for a specific chart
+helm search repo dispatch
+# or list all available charts
+helm search repo 252 -l
+
+# show configuration options
helm show values 252/dispatch
+# install a chart
+helm install dispatch helm-charts/charts/dispatch --namespace=toolbox
+#+END_SRC
+
**** As Code with FluxCD
First take care to setup the chart: