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
Michael Kriese
65f24f6f16
chore(deps): update ghcr.io/visualon/renovate docker tag to v34.152.4
2023-02-25 00:44:49 +00:00
justusbunsi
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>
2023-02-22 04:38:08 +08:00
podain77
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
siretart
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>
2023-02-21 05:09:04 +08:00
Michael Kriese
4179b94eb3
fix(deps): update helm release mysql to v9.4.9
2023-02-20 00:07:00 +00:00
Michael Kriese
349a1313d9
fix(deps): update helm release memcached to v6.3.7
2023-02-19 00:06:54 +00:00
Michael Kriese
e29850b387
fix(deps): update helm release mariadb to v11.4.7
2023-02-18 00:07:17 +00:00
Michael Kriese
e7b5130c3e
fix(deps): update helm release memcached to v6.3.6
2023-02-11 00:07:29 +00:00
Michael Kriese
b7a5f2df54
fix(deps): update helm release postgresql to v12.1.15
2023-02-10 00:07:13 +00:00
Michael Kriese
786e81a307
fix(deps): update helm release mariadb to v11.4.6
2023-02-08 00:07:05 +00:00
techknowlogick
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
Michael Kriese
1dc772daee
chore(deps): update ghcr.io/visualon/renovate docker tag to v34.125.1
2023-02-07 00:06:25 +00:00
Michael Kriese
3bebf0cb37
chore(deps): update ghcr.io/visualon/renovate docker tag to v34.124.3
2023-02-06 00:06:19 +00:00
Michael Kriese
1ab0512636
chore(deps): update ghcr.io/visualon/renovate docker tag to v34.124.1
2023-02-05 00:06:12 +00:00
Michael Kriese
3b4b319b4d
chore(deps): update ghcr.io/visualon/renovate docker tag to v34.122.0
2023-02-04 00:06:08 +00:00
Michael Kriese
48b4054143
fix(deps): update helm release postgresql to v12.1.14
2023-02-03 00:08:40 +00:00
Michael Kriese
26861a13be
chore(deps): update ghcr.io/visualon/renovate docker tag to v34.119.2
2023-02-02 00:11:19 +00:00
Michael Kriese
859259b57c
fix(deps): update helm release postgresql to v12.1.13
2023-02-02 00:07:59 +00:00
Michael Kriese
84d37a2523
fix(deps): update helm release mariadb to v11.4.5
2023-02-01 00:08:16 +00:00
Michael Kriese
bc11a95185
chore(deps): update ghcr.io/visualon/renovate docker tag to v34.117.1
2023-01-31 00:09:59 +00:00
Michael Kriese
e0afad2808
fix(deps): update helm release postgresql to v12.1.12
2023-01-31 00:07:02 +00:00
Michael Kriese
076193b909
fix(deps): update forgejo docker tag to v1.18.2-1 ( #48 )
...
Co-authored-by: Michael Kriese <michael.kriese@gmx.de>
Reviewed-on: https://codeberg.org/forgejo-contrib/forgejo-helm/pulls/48
2023-01-30 07:52:04 +00:00
Michael Kriese
bc74abd3da
chore(deps): update ghcr.io/visualon/renovate docker tag to v34.116.1
2023-01-29 00:06:16 +00:00
Michael Kriese
3ded645255
chore(deps): update ghcr.io/visualon/renovate docker tag to v34.115.1
2023-01-28 00:21:12 +00:00
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
justusbunsi
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>
2023-01-24 00:53:20 +08:00
Michael Kriese
bb037ad64c
fix(deps): update helm release mysql to v9.4.7
2023-01-23 00:12:22 +00:00
Michael Kriese
51558827df
chore(deps): update ghcr.io/visualon/renovate docker tag to v34.108.5
2023-01-23 00:06:05 +00:00
Michael Kriese
b653b8238f
chore(deps): update ghcr.io/visualon/renovate docker tag to v34.108.3
2023-01-22 00:06:18 +00:00
Michael Kriese
f16a24bbf0
chore(deps): update ghcr.io/visualon/renovate docker tag to v34.108.1
2023-01-21 00:06:13 +00:00
techknowlogick
83c184826b
bump to 1.18.2
2023-01-20 14:26:45 +08:00
Michael Kriese
a0e6b1ad35
feat!: upstream changes ( #47 )
...
GPG feature has breaking changes
Co-authored-by: robv89r <robv8r@noreply.gitea.io>
Co-authored-by: justusbunsi <justusbunsi@noreply.gitea.io>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Reviewed-on: https://codeberg.org/forgejo-contrib/forgejo-helm/pulls/47
2023-01-19 13:45:32 +00:00