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.
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
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