Markus Pesch volker.raschek
volker.raschek opened issue gitea/terraform-provider-gitea#26 2023-09-17 16:55:15 +00:00
Configuring branch protection
volker.raschek closed issue gitea/helm-chart#286 2022-02-02 15:32:52 +00:00
missing examples for additional secret config sources
volker.raschek commented on issue gitea/helm-chart#286 2022-02-02 15:32:21 +00:00
missing examples for additional secret config sources

Hi @justusbunsi,

this works. Tanks a lot for your help.

I think this should be documented to avoid issues related to this topic in future.

Volker

volker.raschek commented on issue gitea/helm-chart#286 2022-02-01 21:58:33 +00:00
missing examples for additional secret config sources

Hi @justusbunsi,

Your secret needs to look like the following:

I adapted my secret. The database key was invalid. I tried to deploy gitea again with the credentials stored as secret. I…

volker.raschek commented on issue gitea/helm-chart#286 2022-01-30 16:58:50 +00:00
missing examples for additional secret config sources

It seems that the bug is already known, because I also use an external database.

gitea/helm-chart#279

volker.raschek opened issue gitea/helm-chart#286 2022-01-30 16:53:44 +00:00
missing examples for additional secret config sources
volker.raschek opened issue gitea/helm-chart#285 2022-01-29 23:32:17 +00:00
memcache: invalid aarch64 image; add nodeSelector
volker.raschek commented on pull request gitea/helm-chart#235 2021-10-30 12:15:13 +00:00
feat: support templates

Hi @justusbunsi,

I tried first to use only one config map. With for example labels/{{ key }}: {{ value }}, gitignore/{{ key }}: {{ value }} and so on as key value pairs. But the slash, which…

volker.raschek created pull request gitea/helm-chart#235 2021-10-30 11:39:39 +00:00
feat: support templates
volker.raschek pushed to feat/custom-labels at volker.raschek/helm-chart 2021-10-30 11:32:01 +00:00
ad87059e8d feat: support templates
volker.raschek created branch feat/custom-labels in volker.raschek/helm-chart 2021-10-30 11:32:01 +00:00
volker.raschek pushed to master at volker.raschek/helm-chart 2021-10-30 10:15:30 +00:00
3fd34a9455 1.15.4 (#230)
3273b245e7 Add multiple LDAP sources (#222)
b344673d11 Add dev instructions to README (#228)
5a7d168c2e 1.15.3 (#225)
9a220c2ddd 1.15.0 (#218)
Compare 12 commits »
volker.raschek commented on pull request gitea/helm-chart#200 2021-10-24 08:13:57 +00:00
feat/markdownlint

Hi @lunny,

that was not intentional. The lines were probably lost during the rebase. I have adapted the README.md accordingly.

volker.raschek pushed to feat/markdownlint at volker.raschek/helm-chart 2021-10-24 08:12:51 +00:00
76ab081c5d feat: use a markdownlinter to lint README
volker.raschek commented on pull request gitea/helm-chart#200 2021-10-23 14:39:38 +00:00
feat/markdownlint

Hi @justusbunsi, I uploaded an aarch64 image of markdownlint and the CI works now correctly.

Please do a review.

Volker

volker.raschek pushed to feat/markdownlint at volker.raschek/helm-chart 2021-10-23 14:36:07 +00:00
7dad400dfb feat: use a markdownlinter to lint README
3fd34a9455 1.15.4 (#230)
3273b245e7 Add multiple LDAP sources (#222)
b344673d11 Add dev instructions to README (#228)
5a7d168c2e 1.15.3 (#225)
Compare 6 commits »
volker.raschek commented on pull request gitea/helm-chart#200 2021-10-08 14:35:08 +00:00
feat/markdownlint

Hi @justusbunsi, the problem is, that in your CI are only arm64 nodes available. I tried first to build an image for arm with my raspberry pi, but the image is not arm64, but arm. I think in two…

volker.raschek pushed to feat/markdownlint at volker.raschek/helm-chart 2021-10-08 14:30:08 +00:00
07177b0d83 fix: update markdown-lint
volker.raschek pushed to feat/markdownlint at volker.raschek/helm-chart 2021-09-08 18:34:53 +00:00
168210bbef feat: use a markdownlinter to lint README
ce3e9babec Add support for ingressClassName (#217)
4ef9a3ec35 fix: Only create conf directoy if not exists (#211)
ba0e8b18b5 1.14.6 (#212)
9e7387f0f8 Fix for #203 possible existingClaim at persistence with namespace variable in the name (#204)
Compare 8 commits »
volker.raschek commented on pull request gitea/helm-chart#200 2021-06-30 20:00:20 +00:00
feat/markdownlint

Hi @justusbunsi, can you mark this PR as dependency of #176? Otherwise I must revert my changes inside the README.md file.

Furthermore I tried to start the container. However, the pipeline…