mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
Merge pull request #2229 from nextcloud/enh/nod/update-helm-chart-updates
update helm-chart updates
This commit is contained in:
commit
cb3d8d6b30
37 changed files with 11 additions and 3 deletions
4
.github/workflows/helm-release.yml
vendored
4
.github/workflows/helm-release.yml
vendored
|
|
@ -6,7 +6,7 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- 'helm-chart/**'
|
- 'nextcloud-aio-helm-chart/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
|
|
@ -40,7 +40,7 @@ jobs:
|
||||||
# TODO: switch back @main to a specific version like @v1.5.1 or higher
|
# TODO: switch back @main to a specific version like @v1.5.1 or higher
|
||||||
uses: helm/chart-releaser-action@main
|
uses: helm/chart-releaser-action@main
|
||||||
with:
|
with:
|
||||||
charts_dir: helm-chart
|
charts_dir: '.'
|
||||||
mark_as_latest: false
|
mark_as_latest: false
|
||||||
env:
|
env:
|
||||||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
name: Nextcloud AIO Helm Chart
|
name: nextcloud-aio-helm-chart
|
||||||
description: A generated Helm Chart for Nextcloud AIO from Skippbox Kompose
|
description: A generated Helm Chart for Nextcloud AIO from Skippbox Kompose
|
||||||
version: 4.7.0
|
version: 4.7.0
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
|
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
DOCKER_TAG="$1"
|
DOCKER_TAG="$1"
|
||||||
|
|
||||||
|
# The logic needs the files in ./helm-chart
|
||||||
|
mv ./nextcloud-aio-helm-chart ./helm-chart
|
||||||
|
|
||||||
# Clean
|
# Clean
|
||||||
rm -f ./helm-chart/values.yaml
|
rm -f ./helm-chart/values.yaml
|
||||||
rm -rf ./helm-chart/templates
|
rm -rf ./helm-chart/templates
|
||||||
|
|
@ -199,4 +202,9 @@ done
|
||||||
|
|
||||||
chmod 777 -R ./
|
chmod 777 -R ./
|
||||||
|
|
||||||
|
# Seems like the dir needs to match the name of the chart
|
||||||
|
cd ../
|
||||||
|
rm -rf ./nextcloud-aio-helm-chart
|
||||||
|
mv ./helm-chart ./nextcloud-aio-helm-chart
|
||||||
|
|
||||||
set +ex
|
set +ex
|
||||||
Loading…
Add table
Add a link
Reference in a new issue