This chart deploys the Historian to a Kubernetes cluster.
The implementation of the Helm chart is right now the bare minimum to get it to work.
Use the HelmChart to deploy the Historian to a Device.
---
apiVersion: helm.cattle.io/v1
kind: HelmChart
metadata:
name: historian
namespace: default
spec:
repo: https://teknoir.github.io/historian-helm
chart: historian
targetNamespace: default
valuesContent: |-
# TBD
# TBD
helm repo add teknoir-historian https://teknoir.github.io/historian-helm/
helm install historian teknoir-historian/historian -f values.yaml