Add Helm dependency build steps

Signed-off-by: Juan José Mata <juanjo.mata@gmail.com>
This commit is contained in:
Juan José Mata
2025-12-13 19:48:07 +01:00
committed by GitHub
parent 3ba63454e4
commit 9658745eb8

View File

@@ -41,6 +41,16 @@ jobs:
sed -i "s/^version:.*/version: ${{ steps.version.outputs.version }}/" charts/sure/Chart.yaml
cat charts/sure/Chart.yaml
- name: Add Helm repositories
run: |
helm repo add cloudnative-pg https://cloudnative-pg.github.io/charts
helm repo add ot-helm https://ot-container-kit.github.io/helm-charts
helm repo update
- name: Build dependencies
run: |
helm dependency build charts/sure
- name: Package chart
run: |
mkdir -p .cr-release-packages