helm-chart/templates/gitea
justusbunsi b8f0310c43 Add gpg configuration settings (#343)
### Description of the change

This PR adds support for gpg key setup. It allows to pass the gpg private key content inline inside `values.yaml` or refer to an existing secret containing the key content data.

### Benefits

Administrators don't need to manually setup the gpg environment from inside a running container. It also eliminates the breaking change of Gitea 1.17 regarding `[git].HOME` as the `GNUPGHOME` environment variable is used consistently to relocate the `.gnupg` directory to its former location.

### Applicable issues

  - fixes #107

### Additional information

This PR add the first unit tests to this Helm Chart, ensuring templating integrity for signing related configuration.

### Checklist

- [x] Parameters are documented in the `values.yaml` and added to the `README.md` using [readme-generator-for-helm](https://github.com/bitnami-labs/readme-generator-for-helm)

Co-authored-by: justusbunsi <sk.bunsenbrenner@gmail.com>
Co-authored-by: pat-s <pat-s@noreply.gitea.io>
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/343
Reviewed-by: luhahn <luhahn@noreply.gitea.io>
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: justusbunsi <justusbunsi@noreply.gitea.io>
Co-committed-by: justusbunsi <justusbunsi@noreply.gitea.io>
2022-09-28 16:18:59 +08:00
..
config.yaml Skip processing non-provided additional configs (#336) 2022-08-04 21:46:04 +08:00
deprecation.yaml Add deprecation fail-safe for Chart templating (#269) 2021-12-23 00:25:32 +08:00
gpg-secret.yaml Add gpg configuration settings (#343) 2022-09-28 16:18:59 +08:00
http-svc.yaml Allow configuration of ipFamilyPolicy and ipFamilies (#313) 2022-04-25 19:56:25 +08:00
ingress.yaml Enable overriding of ingress api version for systems where detection doesn't work (#252) 2021-12-20 19:54:37 +08:00
init.yaml Add gpg configuration settings (#343) 2022-09-28 16:18:59 +08:00
servicemonitor.yaml Fixing prometheus monitoring (#157) 2021-06-07 22:28:28 +08:00
ssh-svc.yaml Allow configuration of ipFamilyPolicy and ipFamilies (#313) 2022-04-25 19:56:25 +08:00
statefulset.yaml Add gpg configuration settings (#343) 2022-09-28 16:18:59 +08:00