Commit graph

1065 commits

Author SHA1 Message Date
Michael Kriese
c2cf0a2b47 fix(deps): update mariadb docker tag to v11.5.5 2023-03-24 00:07:11 +00:00
Michael Kriese
3a706fa107 fix(deps): update postgresql docker tag to v12.2.6 2023-03-23 00:07:29 +00:00
Michael Kriese
74e4efe2a3 docs: add build status badbe
Signed-off-by: Michael Kriese <viceice@noreply.codeberg.org>
2023-03-22 09:14:18 +00:00
pi3ch
fdac9e9048 Support for SSH log level (#358)
Re https://gitea.com/gitea/helm-chart/issues/224#issuecomment-717087

Co-authored-by: justusbunsi <justusbunsi@noreply.gitea.io>
Co-authored-by: justusbunsi <sk.bunsenbrenner@gmail.com>
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/358
Reviewed-by: pat-s <pat-s@noreply.gitea.io>
Reviewed-by: strk <strk@noreply.gitea.io>
Reviewed-by: justusbunsi <justusbunsi@noreply.gitea.io>
Co-authored-by: pi3ch <pi3ch@noreply.gitea.io>
Co-committed-by: pi3ch <pi3ch@noreply.gitea.io>
2023-03-22 16:13:31 +08:00
Michael Kriese
1be9fae08b test: use official unittest plugin (#410)
### Description of the change

Switch to official `helm-unittest` which is now alive again at https://github.com/helm-unittest/helm-unittest

### Applicable issues

- ref #199

### Checklist

<!-- [Place an '[X]' (no spaces) in all applicable fields. Please remove unrelated fields.] -->

- [ ] 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)
- [ ] Breaking changes are documented in the `README.md`

Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/410
Reviewed-by: justusbunsi <justusbunsi@noreply.gitea.io>
Reviewed-by: pat-s <pat-s@noreply.gitea.io>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-committed-by: Michael Kriese <michael.kriese@visualon.de>
2023-03-21 23:53:13 +08:00
Michael Kriese
e136187d47 ci: switch gitea plugin (#110)
There is now an official woodpecker plugin

- https://codeberg.org/woodpecker-plugins/gitea-release

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Reviewed-on: https://codeberg.org/forgejo-contrib/forgejo-helm/pulls/110
2023-03-21 12:56:01 +00:00
Michael Kriese
37667ea10f feat(deps): update forgejo docker tag to v1.19.0-2 (#108)
Co-authored-by: Michael Kriese <michael.kriese@gmx.de>
Reviewed-on: https://codeberg.org/forgejo-contrib/forgejo-helm/pulls/108
2023-03-21 11:25:14 +00:00
Michael Kriese
a2a9ee6430 fix(deps): update mysql docker tag to v9.6.0 (#101)
Co-authored-by: Michael Kriese <michael.kriese@gmx.de>
Reviewed-on: https://codeberg.org/forgejo-contrib/forgejo-helm/pulls/101
2023-03-21 11:23:23 +00:00
Michael Kriese
9cf6ad872d chore(deps): update dependency @bitnami/readme-generator-for-helm to v2.5.0 (#107)
Co-authored-by: Michael Kriese <michael.kriese@gmx.de>
Reviewed-on: https://codeberg.org/forgejo-contrib/forgejo-helm/pulls/107
2023-03-21 10:33:12 +00:00
Michael Kriese
e8fece23dc feat: use binamiy oci charts (#109)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Reviewed-on: https://codeberg.org/forgejo-contrib/forgejo-helm/pulls/109
2023-03-21 10:19:39 +00:00
towo
4869aed6ad Fix wrong reference to existingKey (#415)
### Description of the change

Fix a wrong reference to `signing.existingKey`, `signing.existingSecret` was what was meant and what is used in the chart.

### Benefits

Less confusion when trying to use the Helm chart.

### Possible drawbacks

Evangelists of `existingKey` storming the barricades even though `existingKey` is long dead.

### Applicable issues

None, nobody noticed enough to care, apparently.

Co-authored-by: Tobias Wolter <towo@towo.eu>
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/415
Reviewed-by: pat-s <pat-s@noreply.gitea.io>
Reviewed-by: justusbunsi <justusbunsi@noreply.gitea.io>
Co-authored-by: towo <towo@noreply.gitea.io>
Co-committed-by: towo <towo@noreply.gitea.io>
2023-03-21 14:16:41 +08:00
Michael Kriese
6e6f64f7bf fix(deps): update helm release postgresql to v12.2.5 2023-03-21 00:08:20 +00:00
Michael Kriese
02a17be0db fix(deps): update helm release memcached to v6.3.13 2023-03-20 00:08:29 +00:00
Michael Kriese
6a24d2bea6 fix(deps): update helm release mariadb to v11.5.4 2023-03-19 00:08:20 +00:00
Michael Kriese
261eb46582 fix(deps): update helm release postgresql to v12.2.3 2023-03-16 00:08:13 +00:00
Michael Kriese
5c5b801290 fix(deps): update helm release memcached to v6.3.12 2023-03-15 00:08:34 +00:00
Michael Kriese
47c8f5205e fix(deps): update helm release memcached to v6.3.11 2023-03-10 00:10:33 +00:00
ooms97
9a6cb4d357 Make test pods optional and allow image override (#360)
### Description of the change

Make the test-connection Pod optional and override the wget container's image.

### Benefits

Allows users to enable/disabled the test-connection Pod and override the wget container's image.

### 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)
- [X] Breaking changes are documented in the `README.md`

Co-authored-by: Umer Anwar <umer.anwar@nuance.com>
Co-authored-by: ooms97 <anwarumer97@gmail.com>
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/360
Reviewed-by: pat-s <pat-s@noreply.gitea.io>
Reviewed-by: justusbunsi <justusbunsi@noreply.gitea.io>
Co-authored-by: ooms97 <ooms97@noreply.gitea.io>
Co-committed-by: ooms97 <ooms97@noreply.gitea.io>
2023-03-09 23:25:45 +08:00
pat-s
452aeadddf Add section describing versioning and update policy (#347)
After recent discussions in Discord.

Feel free to modify as needed!

Co-authored-by: pat-s <patrick.schratz@gmail.com>
Co-authored-by: justusbunsi <justusbunsi@noreply.gitea.io>
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/347
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: justusbunsi <justusbunsi@noreply.gitea.io>
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.io>
Co-authored-by: pat-s <pat-s@noreply.gitea.io>
Co-committed-by: pat-s <pat-s@noreply.gitea.io>
2023-03-09 01:14:33 +08:00
Michael Kriese
e6f23348e7 fix(deps): update helm release mariadb to v11.5.3 2023-03-08 00:08:42 +00:00
pat-s
c46bf7c60f Format README (#408)
Some small formatting changes which are auto-applied by the markdown code styler in vscode (which I am using a lot).

These are also present in #407.
Merging this before/in general would help be a bit when tinkering with the README.
Mainly indentation related, plus some single quotes -> double quotes changes.

Co-authored-by: pat-s <patrick.schratz@gmail.com>
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/408
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.io>
Co-authored-by: pat-s <pat-s@noreply.gitea.io>
Co-committed-by: pat-s <pat-s@noreply.gitea.io>
2023-03-08 03:50:40 +08:00
Michael Kriese
7b77eb0266
chore(renovate): fix config 2023-03-07 14:16:50 +01:00
Michael Kriese
f22f7b560d
chore(renovate): use preset 2023-03-07 14:13:52 +01:00
Michael Kriese
0c899c8ae7
chore: drop unused files 2023-03-07 13:52:02 +01:00
Michael Kriese
bb11ba640f
test: fix tests 2023-03-07 13:38:43 +01:00
Michael Kriese
fa4024ed86 test: fix unittests args 2023-03-07 12:27:42 +00:00
Michael Kriese
bae9cb6e9e
ci: use official helm plugin repo
- closes #92
2023-03-07 13:17:56 +01:00
Michael Kriese
dbdcec1a63 fix(deps): update helm release mysql to v9.5.2 2023-03-07 11:38:24 +00:00
Michael Kriese
4421848d99
chore: remove renovate runner 2023-03-07 12:19:30 +01:00
Michael Kriese
7f59f2b36e feat: Add support for hostAliases (#401) (#97)
picked from upstream

- https://gitea.com/gitea/helm-chart/pulls/401

Co-authored-by: podain77 <podain77@noreply.gitea.io>
Reviewed-on: https://codeberg.org/forgejo-contrib/forgejo-helm/pulls/97
2023-03-07 11:18:25 +00:00
Michael Kriese
888cdc75af fix(deps): update helm release mariadb to v11.5.2 2023-03-07 00:09:54 +00:00
Michael Kriese
4a6c3fa07e chore(deps): update ghcr.io/visualon/renovate docker tag to v34.157.1 2023-03-07 00:06:10 +00:00
Michael Kriese
68bff80310 chore(deps): update ghcr.io/visualon/renovate docker tag to v34.157.0 2023-03-05 00:06:08 +00:00
Michael Kriese
944455378a chore(deps): update ghcr.io/visualon/renovate docker tag to v34.154.6 2023-03-04 00:06:11 +00:00
Michael Kriese
c52d0947e2 fix(deps): update helm release postgresql to v12.2.2 (#73)
Co-authored-by: Michael Kriese <michael.kriese@gmx.de>
Reviewed-on: https://codeberg.org/forgejo-contrib/forgejo-helm/pulls/73
2023-03-03 12:15:14 +00:00
Michael Kriese
e76fa022dd fix(deps): update helm release mysql to v9.5.1 (#78)
Co-authored-by: Michael Kriese <michael.kriese@gmx.de>
Reviewed-on: https://codeberg.org/forgejo-contrib/forgejo-helm/pulls/78
2023-03-03 12:07:16 +00:00
Michael Kriese
8d9c4c0ecd fix(deps): update helm release mariadb to v11.5.1 (#77)
Co-authored-by: Michael Kriese <michael.kriese@gmx.de>
Reviewed-on: https://codeberg.org/forgejo-contrib/forgejo-helm/pulls/77
2023-03-03 08:21:35 +00:00
Michael Kriese
56d04135f4 chore(deps): update ghcr.io/visualon/renovate docker tag to v34.154.4 2023-03-03 08:16:16 +00:00
Michael Kriese
80fe5aa457 chore(deps): update alpine docker tag to v3.17.2 (#71)
Co-authored-by: Michael Kriese <michael.kriese@gmx.de>
Reviewed-on: https://codeberg.org/forgejo-contrib/forgejo-helm/pulls/71
2023-03-03 07:59:56 +00:00
johanneskastl
52f7fcb01f docs: extend helm installation (#79)
Co-authored-by: Johannes Kastl <kastl@b1-systems.de>
Reviewed-on: https://codeberg.org/forgejo-contrib/forgejo-helm/pulls/79
Reviewed-by: Michael Kriese <viceice@noreply.codeberg.org>
Co-authored-by: johanneskastl <johanneskastl@noreply.codeberg.org>
Co-committed-by: johanneskastl <johanneskastl@noreply.codeberg.org>
2023-03-03 07:59:26 +00:00
Michael Kriese
08aa7d8f18 fix(deps): update forgejo docker tag to v1.18.5-0 (#62)
Co-authored-by: Michael Kriese <michael.kriese@gmx.de>
Reviewed-on: https://codeberg.org/forgejo-contrib/forgejo-helm/pulls/62
2023-03-03 06:01:39 +00:00
Michael Kriese
98b9a6ae84 fix(deps): update helm release memcached to v6.3.9 2023-03-03 00:11:15 +00:00
Michael Kriese
a47d92113a chore(deps): update ghcr.io/visualon/renovate docker tag to v34.154.3 2023-03-03 00:06:14 +00:00
Michael Kriese
789127a4c6 fix(deps): update helm release memcached to v6.3.8 2023-03-02 00:13:08 +00:00
Michael Kriese
5e4c8045ca chore(deps): update ghcr.io/visualon/renovate docker tag to v34.154.2 2023-03-02 00:06:43 +00:00
Michael Kriese
13a6b49e18 chore(deps): update ghcr.io/visualon/renovate docker tag to v34.154.1 2023-03-01 00:06:15 +00:00
Michael Kriese
013d1d5149 chore(deps): update ghcr.io/visualon/renovate docker tag to v34.153.1 2023-02-28 00:06:42 +00:00
Michael Kriese
e61f4671f0 chore(deps): update ghcr.io/visualon/renovate docker tag to v34.152.5 2023-02-27 00:06:15 +00:00
justusbunsi
18100cca11 Fixup Chart.lock inconsistency (#406)
Introduced with b6d275c4f5

Signed-off-by: justusbunsi <sk.bunsenbrenner@gmail.com>

Co-authored-by: justusbunsi <sk.bunsenbrenner@gmail.com>
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/406
Reviewed-by: pat-s <pat-s@noreply.gitea.io>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: justusbunsi <justusbunsi@noreply.gitea.io>
Co-committed-by: justusbunsi <justusbunsi@noreply.gitea.io>
2023-02-26 22:42:43 +08:00
pat-s
b6d275c4f5 Update memcached and use new OCI registry (#405)
OCI registry: https://blog.bitnami.com/2023/01/bitnami-helm-charts-available-as-oci.html

fixes #404

I think we should switch all other binami charts to also use the new OCI registry as according to their blog post, this will be the future method they're heading to.

Co-authored-by: pat-s <patrick.schratz@gmail.com>
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/405
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
2023-02-26 20:52:32 +08:00