Skip to content

onebeyond/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

One Beyond - Helm Charts repository

Usage

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Once Helm has been set up correctly, add the repo as follows:

  helm repo add onebeyond https://onebeyond.github.io/helm-charts

If you had already added this repo earlier, run helm repo update to retrieve the latest versions of the packages. You can then run helm search repo onebeyond to see the charts.

Charts

one-beyond-cronjob

To install the one-beyond-cronjob chart:

    helm install my-test-cronjob onebeyond/one-beyond-cronjob

To uninstall the chart:

    helm delete my-test-cronjob

one-beyond-cronjob-http

This cronjob will do a request using curl to trigger actions, webhooks, etc

Please check values.yaml for possible configuration values.

To install the one-beyond-cronjob-http chart:

    helm install my-test-cronjob-http onebeyond/one-beyond-cronjob-http

To uninstall the chart:

    helm delete my-test-cronjob-http