revert some changes

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-07 14:09:49 +02:00
parent 00abbe89b0
commit a04ae5ebc1
+11 -19
View File
@@ -65,6 +65,10 @@ jobs:
with: with:
version: v3.5.3 version: v3.5.3
- name: install brew and chart releaser
run: |
cr --help
- name: update helm repo cache - name: update helm repo cache
run: | run: |
helm repo add truecharts https://truecharts.org helm repo add truecharts https://truecharts.org
@@ -73,25 +77,13 @@ jobs:
# HELM Release # HELM Release
- name: Chart Releaser Package - name: Run chart-releaser
run: | uses: helm/chart-releaser-action@v1.2.1
for train in stable incubator with:
do config: .github/cr.yaml
for chart in charts/${train}/*; do charts_dir: charts/*
if [ -d "${chart}" ]; then env:
cr package ${chart} --config ".github/cr.yaml" CR_TOKEN: "${{ secrets.BOT_TOKEN }}"
fi
done
done
- name: Chart Releaser Upload
run: |
cr upload -t ${{ secrets.GITHUB_TOKEN }} --config ".github/cr.yaml"
- name: Chart Releaser create index
run: |
cr index --config ".github/cr.yaml"
# SCALE Release # SCALE Release
- name: fetch dependencies - name: fetch dependencies