81252dcb18
Add toc to README and lint contributing.md ( #461 )
...
### Description of the change
- Add ToC to README for easier navigation (and add note to `contributing.md`)
- Fix some heading levels in README
- Put upgrading notes into collapsible blocks
- Format `contributing.md` according to MD rules
- Allow `details` and `summary` elements in README
- Allow for longer headings
### Benefits
Better documentation
### Possible drawbacks
None
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/461
Co-authored-by: pat-s <patrick.schratz@gmail.com >
Co-committed-by: pat-s <patrick.schratz@gmail.com >
2023-06-28 06:54:22 +00:00
5ed140088e
Set image.rootless
to true by default ( #449 )
...
fix #432
Assuming that "everybody" is meanwhile on > 1.14.
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/449
2023-06-27 20:32:01 +00:00
aa33330abe
Add upgrading note WRT to postgres major version update ( #458 )
...
Should help users with their move from PG 11 to 15. Thanks again @pi3ch!
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/458
Reviewed-by: justusbunsi <justusbunsi@noreply.gitea.com >
Co-authored-by: pat-s <patrick.schratz@gmail.com >
Co-committed-by: pat-s <patrick.schratz@gmail.com >
2023-06-17 22:15:49 +00:00
b11c9c7568
Add unittests to PR checklist ( #455 )
...
### Description of the change
This should clarify that we more and more rely on unittests for the templating behavior.
### Applicable issues
- fixes #199
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/455
Reviewed-by: pat-s <pat-s@noreply.gitea.com >
Co-authored-by: justusbunsi <justusbunsi@noreply.gitea.com >
Co-committed-by: justusbunsi <justusbunsi@noreply.gitea.com >
2023-06-11 08:15:59 +00:00
5e5496f15d
Add support for ServiceAccount configuration ( #451 )
...
### Description of the change
This adds a new values object `serviceAccount`, that allows creating a dedicated ServiceAccount with the Helm Release into the cluster. It supports all common options like labels, annotations, name override (or referring to an externally created ServiceAccount), auto-mount token, image pull secrets.
It supersedes the stale PR #357 .
### Benefits
Users can deploy Gitea with more fine-tuned security settings.
### Applicable issues
- related to #448
### Additional information
I've bumped the helm-unittest plugin in the CI build, to be able to use the `exists` and `notExists` feature in the new tests.
### 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 )
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/451
Reviewed-by: pat-s <pat-s@noreply.gitea.com >
Co-authored-by: justusbunsi <sk.bunsenbrenner@gmail.com >
Co-committed-by: justusbunsi <sk.bunsenbrenner@gmail.com >
2023-05-31 08:47:58 +00:00
0ca013647d
Set $HOME
to /data/gitea/git
for rootless image ( #447 )
...
fix #396
Set the default of `$HOME` to `/data/gitea/git` for rootless images to make chart openshift compliant.
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/447
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: pat-s <patrick.schratz@gmail.com >
Co-committed-by: pat-s <patrick.schratz@gmail.com >
2023-05-24 05:01:22 +08:00
9c7e85a2bb
Sign helm releases ( #427 )
...
fix #31
First stab, need to iterate most likely.
@techknowlogick @lunny Could one of you add the GPG secrets here so the signing can be tested?
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/427
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: pat-s <patrick.schratz@gmail.com >
Co-committed-by: pat-s <patrick.schratz@gmail.com >
2023-05-13 18:11:14 +08:00
eefa169b8d
Update node packages ( #445 )
...
Followed https://stackoverflow.com/a/71186834/4185785 .
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/445
Reviewed-by: justusbunsi <justusbunsi@noreply.gitea.io >
Co-authored-by: pat-s <patrick.schratz@gmail.com >
Co-committed-by: pat-s <patrick.schratz@gmail.com >
2023-05-05 13:27:17 +08:00
e28c1520c0
bump to 1.19.3 ( #443 )
...
generate-chart / generate-chart-publish (push) Has been cancelled
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/443
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.io >
Co-authored-by: pat-s <patrick.schratz@gmail.com >
Co-committed-by: pat-s <patrick.schratz@gmail.com >
v8.3.0
2023-05-04 09:45:36 +08:00
55b22d2225
add extraDeploy
to add arbitrary objects to the release ( #441 )
...
Signed-off-by: Cyril Jouve <jv.cyril@gmail.com >
<!--
Before you open the request please review the following guidelines and tips to help it be more easily integrated:
- Describe the scope of your change - i.e. what the change does.
- Describe any known limitations with your change.
- Please run any tests or examples that can exercise your modified code.
Thank you for contributing! We will try to review, test and integrate the change as soon as we can.
-->
### Description of the change
<!-- Describe the scope of your change - i.e. what the change does. -->
add a new value `extraDeploy` to add arbitrary resources
inspired by bitnami charts ([example](https://github.com/bitnami/charts/blob/main/bitnami/postgresql/values.yaml#L58 )
### Benefits
<!-- What benefits will be realized by the code change? -->
with the change, I can deploy additional resources and keep them consistent with the chart (reuse macro, same labels, etc)., same workflow (helm upgrade), etc
### Possible drawbacks
<!-- Describe any known limitations with your change -->
### Additional information
<!-- If there's anything else that's important and relevant to your pull request, mention that information here. Please remove this section if it remains empty. -->
### Checklist
<!-- [Place an '[X]' (no spaces) in all applicable fields. Please remove unrelated fields.] -->
- [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: pat-s <pat-s@noreply.gitea.io >
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/441
Reviewed-by: pat-s <pat-s@noreply.gitea.io >
Reviewed-by: luhahn <luhahn@noreply.gitea.io >
Reviewed-by: justusbunsi <justusbunsi@noreply.gitea.io >
Co-authored-by: Cyril Jouve <jv.cyril@gmail.com >
Co-committed-by: Cyril Jouve <jv.cyril@gmail.com >
2023-05-02 21:32:54 +08:00
5876a9e7fc
Update Gitea to 1.19.2 and bump chart deps ( #442 )
...
generate-chart / generate-chart-publish (push) Has been cancelled
No substantial changes in chart deps.
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/442
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.io >
Co-authored-by: pat-s <patrick.schratz@gmail.com >
Co-committed-by: pat-s <patrick.schratz@gmail.com >
v8.2.0
2023-04-30 11:05:33 +08:00
c274911aab
README: one sentence per line ( #440 )
...
Fix #376
Editors should do the job of soft-wrapping in case a line get's too long.
One sentence per line simplifies reviews and diffs a lot as it let's one comment on a piece of text that is contextually sound and not split over multiple lines.
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/440
Reviewed-by: justusbunsi <justusbunsi@noreply.gitea.io >
Co-authored-by: pat-s <patrick.schratz@gmail.com >
Co-committed-by: pat-s <patrick.schratz@gmail.com >
2023-04-19 23:01:03 +08:00
0861260c5d
update to use actions for testing PRs ( #439 )
...
Run PR tests using Gitea Actions
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/439
Reviewed-by: yardenshoham <yardenshoham@noreply.gitea.io >
Co-authored-by: techknowlogick <techknowlogick@gitea.io >
Co-committed-by: techknowlogick <techknowlogick@gitea.io >
2023-04-15 04:21:00 +08:00
d8bb352765
Fix aws secrets ( #438 )
...
generate-chart / generate-chart-publish (push) Has been cancelled
@lunny
It still looks like that the IAM user does not have enough permissions for the S3 sync operation.
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/438
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: pat-s <patrick.schratz@gmail.com >
Co-committed-by: pat-s <patrick.schratz@gmail.com >
v8.0.3
v8.1.0
2023-04-14 21:06:43 +08:00
76e47ef6f0
Add -y to fix apt install on ci
2023-04-14 18:19:41 +08:00
95076eb11f
Fix yaml lint
2023-04-14 16:08:04 +08:00
e768a6acdc
Fix release tag ci
2023-04-14 15:49:18 +08:00
7434556b37
Use Gitea Actions for release publishing ( #436 )
...
Co-authored-by: pat-s <pat-s@noreply.gitea.io >
Co-authored-by: pat-s <patrick.schratz@gmail.com >
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/436
Reviewed-by: pat-s <pat-s@noreply.gitea.io >
Co-authored-by: techknowlogick <techknowlogick@gitea.io >
Co-committed-by: techknowlogick <techknowlogick@gitea.io >
2023-04-14 14:54:34 +08:00
9f0b65f386
Fix unittests ( #434 )
...
Unclear why it only appeared now and not earlier.
Co-authored-by: justusbunsi <sk.bunsenbrenner@gmail.com >
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/434
Reviewed-by: justusbunsi <justusbunsi@noreply.gitea.io >
Co-authored-by: pat-s <patrick.schratz@gmail.com >
Co-committed-by: pat-s <patrick.schratz@gmail.com >
2023-04-14 14:45:37 +08:00
a9779c9724
Bump to 1.19.1 ( #433 )
...
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/433
Co-authored-by: pat-s <patrick.schratz@gmail.com >
Co-committed-by: pat-s <patrick.schratz@gmail.com >
2023-04-14 02:25:37 +08:00
c0b2fdf8fa
Remove discord webhook ( #435 )
...
Broken since a long time and probably not used by anyone
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/435
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.io >
Co-authored-by: pat-s <patrick.schratz@gmail.com >
Co-committed-by: pat-s <patrick.schratz@gmail.com >
2023-04-14 02:21:21 +08:00
bfaf822a36
feat: Add support for setting priorityClassName ( #430 )
...
### Description of the change
Adds support for setting priorityClassName on the Gitea pod.
### Benefits
Users can take advantage of https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/ with Gitea.
### Applicable issues
- fixes #429
### Checklist
<!-- [Place an '[X]' (no spaces) in all applicable fields. Please remove unrelated fields.] -->
- [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 )
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/430
Reviewed-by: pat-s <pat-s@noreply.gitea.io >
Co-authored-by: Casey Buto <cbuto@d2iq.com >
Co-committed-by: Casey Buto <cbuto@d2iq.com >
2023-04-07 18:58:34 +08:00
00395e79b0
Add resource specs to init container ( #423 )
...
Supersedes stalled #362
I opted for defining `requests` while leaving `limits` open. This might help for scheduling without restricting performance during init.
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/423
Reviewed-by: justusbunsi <justusbunsi@noreply.gitea.io >
Co-authored-by: pat-s <patrick.schratz@gmail.com >
Co-committed-by: pat-s <patrick.schratz@gmail.com >
2023-04-01 19:35:11 +08:00
25500d7ca2
Ignore Chart.lock
for formatters/linters ( #424 )
...
This might hopefully help with the formatting issues around `Chart.lock`.
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/424
Reviewed-by: justusbunsi <justusbunsi@noreply.gitea.io >
Co-authored-by: pat-s <patrick.schratz@gmail.com >
Co-committed-by: pat-s <patrick.schratz@gmail.com >
2023-04-01 19:18:17 +08:00
87c59b2fca
Format all files with prettier
VSCode plugin and add yamllint
in CI ( #413 )
...
@justusbunsi to end my formatting mess... ;)
I am not fully sure myself about the linebreaks in `values.yaml` but I don't think there's an easy way to change that behavior.
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/413
Reviewed-by: justusbunsi <justusbunsi@noreply.gitea.io >
Co-authored-by: pat-s <patrick.schratz@gmail.com >
Co-committed-by: pat-s <patrick.schratz@gmail.com >
v8.0.2
2023-03-29 05:18:23 +08:00
6915a4b401
Add chart author ( #411 )
...
and format YAML
(maybe we should also update the maintainers list if some are not active anymore?)
Co-authored-by: justusbunsi <justusbunsi@noreply.gitea.io >
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/411
Reviewed-by: justusbunsi <justusbunsi@noreply.gitea.io >
Co-authored-by: pat-s <patrick.schratz@gmail.com >
Co-committed-by: pat-s <patrick.schratz@gmail.com >
2023-03-29 05:12:10 +08:00
a0ba3c9bef
Bump memcached to add arm64 support ( #422 )
...
And allow overriding the `image` section so users could possible also use other image tags.
fix #285
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/422
Reviewed-by: justusbunsi <justusbunsi@noreply.gitea.io >
Co-authored-by: pat-s <patrick.schratz@gmail.com >
Co-committed-by: pat-s <patrick.schratz@gmail.com >
2023-03-29 05:11:33 +08:00
0f4e1e488a
remove mariadb and mysql from _helpers.tpl ( #421 )
...
### Description of the change
Removes checks for mariadb and mysql from _helpers.tpl
### Benefits
Fixes the helm-chart version 8.0.0 if using a external database
### Applicable issues
- fixes #420
- fixes #419
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/421
Reviewed-by: justusbunsi <justusbunsi@noreply.gitea.io >
Reviewed-by: John Olheiser <john+gitea@jolheiser.com >
Reviewed-by: delvh <dev.lh@web.de >
Reviewed-by: yardenshoham <yardenshoham@noreply.gitea.io >
Co-authored-by: Maximilian Marschall <maximilian.marschall@3xm.at >
Co-committed-by: Maximilian Marschall <maximilian.marschall@3xm.at >
v8.0.1
2023-03-29 03:02:29 +08:00
fb5c615f61
Bump Gitea to 1.19.0 ( #418 )
...
As title.
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/418
Reviewed-by: John Olheiser <john+gitea@jolheiser.com >
Reviewed-by: yardenshoham <yardenshoham@noreply.gitea.io >
v8.0.0
2023-03-29 01:10:15 +08:00
ae9a71ea11
Remove mysql and mariadb chart deps ( #417 )
...
As discussed in Discord.
Supersedes #412 and #407 .
**⚠️ BREAKING**
Users depending on the built-in MySQL or MariaDB chart have to switch to an self-managed database, or Postgres
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/417
Reviewed-by: justusbunsi <justusbunsi@noreply.gitea.io >
Reviewed-by: John Olheiser <john+gitea@jolheiser.com >
Reviewed-by: yardenshoham <yardenshoham@noreply.gitea.io >
Co-authored-by: pat-s <patrick.schratz@gmail.com >
Co-committed-by: pat-s <patrick.schratz@gmail.com >
2023-03-29 01:02:04 +08:00
5cb0802b7b
[Breaking] Bump postgres chart to latest release ( #391 )
...
See discussion in #387
Upgrade notes to Chart v11.x and Postgres 14.x: https://docs.bitnami.com/kubernetes/infrastructure/postgresql/administration/upgrade/
The current version in Gitea is using `11.11.0-debian-10-r62` from 2021-04.
Bumping the chart to the latest (v12.x) would use the image `15.2.0-debian-11-r14` which would be a jump from postgres 11 to postgres 15. There are no specific notes for the v12.x chart release, hence we might be able to just go to 12.x directly.
There have been some param renamings which I've reflected in the README.
**⚠️ BREAKING**
Users have to migrate their Postgres DB by e.g. restoring a previously created database dump into a clean installation.
Co-authored-by: justusbunsi <sk.bunsenbrenner@gmail.com >
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/391
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.io >
Reviewed-by: justusbunsi <justusbunsi@noreply.gitea.io >
Co-authored-by: pat-s <patrick.schratz@gmail.com >
Co-committed-by: pat-s <patrick.schratz@gmail.com >
2023-03-28 01:12:29 +08:00
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
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
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
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
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
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
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
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
578a6cb867
Bump Gitea to 1.18.5 ( #403 )
...
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/403
Reviewed-by: John Olheiser <john+gitea@jolheiser.com >
Reviewed-by: techknowlogick <techknowlogick@gitea.io >
v7.0.4
2023-02-22 04:38:08 +08:00
01bb9b4a77
Add support for hostAliases ( #401 )
...
### Description of the change
It is required to add custom mapping between hostnames and IP addresses for the gitea pods to be able to access external services like oauth providers or webhook servers.
It is common to take global variables for the entires and set them using hostAliases in the pod template.
### Benefits
Give us more flexibility when using gitea in various network environments.
### Applicable issues
- fixes #400
### 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: Taekyun Kim <tkq.kim@samsung.com >
Co-authored-by: pat-s <pat-s@noreply.gitea.io >
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/401
Reviewed-by: pat-s <pat-s@noreply.gitea.io >
Reviewed-by: justusbunsi <justusbunsi@noreply.gitea.io >
Co-authored-by: podain77 <podain77@noreply.gitea.io >
Co-committed-by: podain77 <podain77@noreply.gitea.io >
2023-02-22 01:53:25 +08:00
513ad81228
Bump Gitea to 1.18.4 ( #402 )
...
Signed-off-by: siretart <siretart@tauware.de >
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/402
Reviewed-by: justusbunsi <justusbunsi@noreply.gitea.io >
Reviewed-by: John Olheiser <john+gitea@jolheiser.com >
Co-authored-by: siretart <siretart@noreply.gitea.io >
Co-committed-by: siretart <siretart@noreply.gitea.io >
v7.0.3
2023-02-21 05:09:04 +08:00
e47edbddf9
use drone secrets for s3 info ( #399 )
...
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/399
2023-02-08 05:57:32 +08:00
da4120809f
Bump Gitea to 1.18.3 ( #397 )
...
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/397
Reviewed-by: John Olheiser <john+gitea@jolheiser.com >
Reviewed-by: techknowlogick <techknowlogick@gitea.io >
v7.0.2
2023-01-24 00:53:20 +08:00
83c184826b
bump to 1.18.2
v7.0.1
2023-01-20 14:26:45 +08:00
ccec32c144
Bump Gitea image to 1.18.1 ( #395 )
...
As title: Bump Gitea image to 1.18.1.
Co-authored-by: justusbunsi <sk.bunsenbrenner@gmail.com >
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/395
Reviewed-by: John Olheiser <john+gitea@jolheiser.com >
Reviewed-by: pat-s <pat-s@noreply.gitea.io >
Co-authored-by: justusbunsi <justusbunsi@noreply.gitea.io >
Co-committed-by: justusbunsi <justusbunsi@noreply.gitea.io >
v7.0.0
2023-01-18 19:40:04 +08:00
19e9b07e6e
Re-add GPG configuration feature ( #374 )
...
This reverts d5ce1a47ea
and therefore adds the GPG feature back into main.
As it is a breaking change, this PR now also contains the required upgrade notes.
Closes #107 again.
Co-authored-by: justusbunsi <sk.bunsenbrenner@gmail.com >
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/374
Reviewed-by: pat-s <pat-s@noreply.gitea.io >
Reviewed-by: John Olheiser <john+gitea@jolheiser.com >
2023-01-18 00:58:10 +08:00
8b6a00603a
Update 'values.yaml' ( #394 )
...
### Description of the change
Corrects the spelling of the word deprecated.
### Benefits
Documentation free of misspelled words is more likely to be viewed as "professional".
### Possible drawbacks
None that I can think of
### Applicable issues
- fixes #393
### Additional information
There may be other misspelled words or incorrectly phrased passages that aren't addressed in this PR.
For reference, see the online dictionary for the correct spelling of deprecated.
https://www.merriam-webster.com/dictionary/deprecated
### 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`
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/394
Reviewed-by: pat-s <pat-s@noreply.gitea.io >
Reviewed-by: justusbunsi <justusbunsi@noreply.gitea.io >
Co-authored-by: robv89r <robv8r@noreply.gitea.io >
Co-committed-by: robv89r <robv8r@noreply.gitea.io >
2023-01-10 14:54:55 +08:00
6574b1b232
Ignore unrelated helm files from bundling ( #385 )
...
<!--
Before you open the request please review the following guidelines and tips to help it be more easily integrated:
- Describe the scope of your change - i.e. what the change does.
- Describe any known limitations with your change.
- Please run any tests or examples that can exercise your modified code.
Thank you for contributing! We will try to review, test and integrate the change as soon as we can.
-->
### Description of the change
Exluding non helm chart related files from release artifact
### Benefits
Smaller release artifacts
### Possible drawbacks
Exluded files not visible any within the artifact
### Applicable issues
None
### Additional information
None
### ⚠ BREAKING
None
### Checklist
<!-- [Place an '[X]' (no spaces) in all applicable fields. Please remove unrelated fields.] -->
- [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: Julian Schlarb <js@project-deadline.com >
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/385
Reviewed-by: justusbunsi <justusbunsi@noreply.gitea.io >
Reviewed-by: pat-s <pat-s@noreply.gitea.io >
Co-authored-by: JSchlarb <jschlarb@noreply.gitea.io >
Co-committed-by: JSchlarb <jschlarb@noreply.gitea.io >
2022-12-28 18:30:15 +08:00
4f7bc17d34
Bump alpine version in CI ( #384 )
...
To fix package installation issues. Apparently installing `helm` in 3.16 fails constantly.
Co-authored-by: pat-s <patrick.schratz@gmail.com >
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/384
Reviewed-by: justusbunsi <justusbunsi@noreply.gitea.io >
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: pat-s <pat-s@noreply.gitea.io >
Co-committed-by: pat-s <pat-s@noreply.gitea.io >
v6.0.5
2022-12-27 17:18:36 +08:00