opendevstack / ods-pipeline

Alternative ODS CI/CD pipeline based on Tekton / OpenShift Pipelines
Apache License 2.0
13 stars 5 forks source link

Publish Helm chart and adjust install script #728

Closed michaelsauter closed 9 months ago

michaelsauter commented 10 months ago

Installation currently involves using git subtree, which is overly complex for most use cases.

Instead of the current approach, use https://helm.sh/docs/howto/chart_releaser_action/ to publish the Helm chart on GitHub, then rework the install script to use the published chart. How the chart values file is retained should be left up to the user.