Commit graph

18 commits

Author SHA1 Message Date
Michael Kriese
d1326fc8fb fix(deps): update helm release postgresql to v12.1.11 2023-01-28 00:15:02 +00:00
Michael Kriese
95c3bb914a fix(deps): update helm release mysql to v9.4.8 2023-01-27 00:07:01 +00:00
Michael Kriese
bb037ad64c fix(deps): update helm release mysql to v9.4.7 2023-01-23 00:12:22 +00:00
Michael Kriese
bc49c4a85d fix(deps): update helm release mysql to v9.4.6 2023-01-19 11:57:44 +00:00
Michael Kriese
27df0bd0c3 fix(deps): update helm release mariadb to v11.4.4 (#40)
Co-authored-by: Michael Kriese <michael.kriese@gmx.de>
Reviewed-on: https://codeberg.org/forgejo-contrib/forgejo-helm/pulls/40
2023-01-19 11:51:10 +00:00
Michael Kriese
a6eb2a2fc5 fix(deps): update helm release postgresql to v12.1.9 (#14)
Co-authored-by: Michael Kriese <michael.kriese@gmx.de>
Reviewed-on: https://codeberg.org/forgejo-contrib/forgejo-helm/pulls/14
2023-01-19 11:44:39 +00:00
Michael Kriese
de337adbe3 fix(deps): update helm release memcached to v6.3.5 (#33)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [memcached](https://github.com/bitnami/charts/tree/master/bitnami/memcached) ([source](https://github.com/bitnami/charts)) | patch | `6.3.3` -> `6.3.5` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC45Ny4xIiwidXBkYXRlZEluVmVyIjoiMzQuOTcuNSJ9-->

Co-authored-by: Michael Kriese <michael.kriese@gmx.de>
Reviewed-on: https://codeberg.org/forgejo-contrib/forgejo-helm/pulls/33
2023-01-12 08:07:53 +00:00
Michael Kriese
e4af9c28af fix(deps): update helm release memcached to v6.3.3 (#10)
Co-authored-by: Michael Kriese <michael.kriese@gmx.de>
Reviewed-on: https://codeberg.org/forgejo-contrib/forgejo-helm/pulls/10
2023-01-04 14:24:29 +00:00
Michael Kriese
e1c74fbc59
fix: use github cdn for deps 2023-01-03 23:24:22 +01:00
Michael Kriese
a0bcc12c84
feat: update postgresql to v12 2023-01-03 22:34:25 +01:00
Michael Kriese
b1a501d315
feat: update mysql to v9 2023-01-03 22:27:00 +01:00
Michael Kriese
fa3d9e9500
feat: update mariadb to v11 2023-01-03 22:10:09 +01:00
Michael Kriese
6a332543ba
fix(memcached): use offical chart bitnami url 2023-01-03 22:03:32 +01:00
Michael Kriese
573a9a0c75
feat: update memcached to v6 2023-01-03 20:50:51 +01:00
Michael Kriese
0c9b547989
fix: use full bitnami archive 2023-01-03 20:48:19 +01:00
justusbunsi
0172a59889 Properly lock chart dependencies (#326)
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/326
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-by: luhahn <luhahn@noreply.gitea.io>
Co-authored-by: justusbunsi <justusbunsi@noreply.gitea.io>
Co-committed-by: justusbunsi <justusbunsi@noreply.gitea.io>
2022-06-15 15:37:25 +08:00
luhahn
5e0cfed9be Integrate NOVUM-RGI chart into the official helm chart. (#7)
Fix ssh port settings

Remove blank line from LICENSE file

add check for admin user

set PROTOCOL default to http

Add Konrad Lother as Maintainer

Update readme with generic values

make app.ini generic

- app.ini is now configurable via dictionary in values.yaml
- database and server configuration is autogenerated if not defined
- http and ssh services now use gitea config settings for targetPort
- add default security value INSTALL_LOCK = true
- clean up builtin cache settings

bump gitea version

Add values and Remove vscode TOC comments

- values enablePushCreateOrg and enablePushCreateUser have been added to repository settings

fix naming order of license and maintainers

Multiple improvements for the chart:

- add terminationGracePeriodSeconds to shutdown the statefulset gracefully on error
- add guard for loadbalancer settings in ssh service
- use mysql from bitnami, since they update the version much more frequent (old mysql only uses mysql ~6)
- init container now also provisions mysql and external database correctly

Fix PVC mounting issues for longhorn storageClass

Add examples to readme

Fix port setting for ssh

Fix and operator for newer helm versions

update values to support most configuration gitea offers

Replace Readme

update license file

Update helpers with dependencies, update NOTES.txt

update Chart.yaml with dependencies

Requirements.yaml removed, since this is deprecated and moved to Chart.yaml

Remove now unused dependencies and deployments

- init is no longer used since databases are initialized
  on original charts and managed with dependency
- ingress.yaml moved to templates/gitea
- deployment.yaml no longer used and replaced with templates/gitea/statefulset.yaml
- memcached also handled with helm dependency and initialized in original chart

Add initial test for gitea helm chart

Rework templates for helm chart.

- app.ini configurable via config
- admin user and ldap settings configurable via config
- using statefulset to handle pvc
- update helpers for new dependencies

remove helm build artifacts since they are not needed in this repository

Co-authored-by: Lucas Hahn <lucas.hahn@novum-rgi.de>
Co-authored-by: Konrad Lother <konrad.lother@novum-rgi.de>
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/7
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
2020-08-23 17:56:55 +00:00
Charlie Drage
9061f0d470 Initial commit
Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2019-12-12 13:38:31 -05:00