Skip to content

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
xet7 committed Dec 25, 2022
1 parent 307cd53 commit e4eae79
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
1 change: 0 additions & 1 deletion .gitignore

This file was deleted.

9 changes: 8 additions & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,19 @@
if [ $# -ne 1 ]
then
echo "Syntax with Wekan version number:"
echo " ./release.sh 1.1.3"
echo " ./release.sh 1.1.4"
exit 1
fi

cd wekan
microk8s.helm dependency update
cd ..
git add --all
git commit -m "Updated dependencies."
git push
tar -cvzf wekan-$1.tgz wekan
mv wekan-$1.tgz ..
git checkout gh-pages
mv ../wekan-$1.tgz .
echo "Update release sha256sum to release list."
helm dependency build
2 changes: 1 addition & 1 deletion wekan/.helmignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
.project
.idea/
*.tmproj
OWNERS
#OWNERS
4 changes: 2 additions & 2 deletions wekan/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ dependencies:
- name: mongodb
repository: https://charts.bitnami.com/bitnami
version: 13.6.2
digest: sha256:1c45151aa560915eaba30c51002f4818af2bcf1ed06c9425e92592cfadc636b0
generated: "2022-12-25T03:51:44.455174919+02:00"
digest: sha256:04b79b197c795d4647013a08c47d31f3e79e9b7c819685367e898d974cf3ba5d
generated: "2022-12-25T04:41:19.352513218+02:00"
2 changes: 1 addition & 1 deletion wekan/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ name: wekan
sources:
- https://github.com/wekan/wekan
type: application
version: 1.1.3
version: 1.1.4
Binary file added wekan/charts/mongodb-13.6.2.tgz
Binary file not shown.

0 comments on commit e4eae79

Please sign in to comment.