ai-lab-helm-charts

Testing with a Custom Helm Repository

To setup a custom Helm repository on your fork and be able to import and test the ai-lab-helm-charts repo on your OCP cluster, you can follow the steps below:

Setup gh-pages

Add Helm Package and Index

# from project root dir
helm package <path-of-the-helm-chart-dir>

# example
helm package charts/ai-software-templates/chatbot/
# from project root dir
helm repo index .
apiVersion: helm.openshift.io/v1beta1
kind: HelmChartRepository
metadata:
  name: 'ai-lab-helm-charts'
spec:
  connectionConfig:
    url: '<your-gh-pages-url>'