main #2

Merged
alice merged 4 commits from alice/helm-charts:main into main 2023-06-26 11:12:00 +00:00
Showing only changes of commit d1b12ef7f6 - Show all commits

View File

@ -5,13 +5,13 @@ configure:
@mkdir -p _build/ @mkdir -p _build/
helm repo add bitnami https://charts.bitnami.com/bitnami helm repo add bitnami https://charts.bitnami.com/bitnami
homebox_ci: homebox_ci: configure
helm dependency build charts/stable/homebox/ helm dependency build charts/stable/homebox/
helm lint charts/stable/homebox/ helm lint charts/stable/homebox/
homebox: configure homebox_ci homebox: configure homebox_ci
helm package charts/stable/homebox/ -d _build/ helm package charts/stable/homebox/ -d _build/
romm_ci: romm_ci: configure
helm dependency build charts/stable/romm/ helm dependency build charts/stable/romm/
helm lint charts/stable/romm/ helm lint charts/stable/romm/
romm: configure romm_ci romm: configure romm_ci