Skip to content
Snippets Groups Projects
Unverified Commit ee3886fb authored by groundhog2k's avatar groundhog2k Committed by GitHub
Browse files

Update gitea chart for Gitea 1.15.0 (#577)

parent d4c6df07
No related branches found
No related tags found
No related merge requests found
......@@ -8,10 +8,10 @@ maintainers:
- name: groundhog2k
# This is the chart version
version: 0.3.25
version: 0.4.0
# This is the version number of the application being deployed.
appVersion: "1.14.6"
appVersion: "1.15.0"
dependencies:
- name: mariadb
......
# Gitea
![Version: 0.3.25](https://img.shields.io/badge/Version-0.3.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.14.6](https://img.shields.io/badge/AppVersion-1.14.6-informational?style=flat-square)
![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.15.0](https://img.shields.io/badge/AppVersion-1.15.0-informational?style=flat-square)
A Helm chart for Gitea on Kubernetes
......
......@@ -22,7 +22,7 @@ data:
echo "Copy app.ini"
cp /config/app.ini /data/gitea/conf/app.ini
echo "Setting permissions on app.ini"
chmod u+rw /data/gitea/conf/app.ini
chmod 600 /data/gitea/conf/app.ini
echo "Finished."
createdefaultadmin.sh: |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment