• Joined on 2022-02-13
pi3ch commented on issue gitea/helm-chart#524 2023-10-07 09:52:20 +00:00
Plan to keep v8.x non-HA alive?

The effort you are putting to create samples and guides, may be worth putting to maintain a non-HA version. It reduces error and easier to troubleshoot.

I've been using this helm chart for…

pi3ch commented on issue gitea/helm-chart#476 2023-10-07 07:48:13 +00:00
Run Gitea without redis-cluster

If you are getting Failed to create queue "notification-service": invalid leveldb connection string try this in values.yaml

gitea:
  config:
    queue:
       TYPE: channel
      …
pi3ch commented on issue gitea/helm-chart#524 2023-10-07 02:53:56 +00:00
Plan to keep v8.x non-HA alive?

UPDATE: Just tried to upgrade to v9 and failed because it went over the volume that can be attached to a node. Redis cluster is set to have 6 pods, each require a PV that uses the majority volume…

pi3ch commented on issue gitea/helm-chart#524 2023-10-07 00:46:08 +00:00
Plan to keep v8.x non-HA alive?

Thanks @justusbunsi Yeah I understand, it may double up your work.

One of my main decision factor to migrate to gitea was the light-weight nature and simplicity. It was a definite win over…

pi3ch opened issue gitea/helm-chart#524 2023-10-05 09:38:00 +00:00
Plan to keep v8.x non-HA alive?
pi3ch commented on issue gitea/helm-chart#258 2023-09-22 23:26:05 +00:00
Crazy number of Connection closed by logs

@justusbunsi I can confirm by setting SSH log level (https://gitea.com/pi3ch/helm-chart/src/branch/main/values.yaml#L352) to FATAL the logs are not shown but I don't think this has addressed the…

pi3ch commented on issue gitea/helm-chart#452 2023-06-01 05:09:33 +00:00
UPGRADE FAILED: cannot patch "gitea-postgresql" with kind StatefulSet

OK, I managed to get things working with PG 15 (it was also okay to continue using PG 11 but helm upgrade fail).

It was not a straight forward upgrade due to some issue which I explain…

pi3ch commented on issue gitea/helm-chart#452 2023-05-31 13:14:35 +00:00
UPGRADE FAILED: cannot patch "gitea-postgresql" with kind StatefulSet

OK. so I endded up in a bit of drama. Gitea was upgraded to 1.19 and hence db tables has been upgraded on PG 11.

Uninstalled and reinstalled helm chart.

PG 15 could load due to change with…

pi3ch opened issue gitea/helm-chart#452 2023-05-31 05:17:41 +00:00
UPGRADE FAILED: cannot patch "gitea-postgresql" with kind StatefulSet
pi3ch commented on pull request gitea/helm-chart#358 2023-03-10 22:47:26 +00:00
Support for SSH log level

@justusbunsi done. All good?

pi3ch pushed to main at pi3ch/helm-chart 2023-03-10 22:47:03 +00:00
edb1ef7f96 Merge branch 'main' into main
9a6cb4d357 Make test pods optional and allow image override (#360)
452aeadddf Add section describing versioning and update policy (#347)
c46bf7c60f Format README (#408)
Compare 4 commits »
pi3ch pushed to main at pi3ch/helm-chart 2023-03-10 22:46:11 +00:00
9d5cf4c5b2 Merge pull request 'Move SSH_LOG_LEVEL to ssh related object' (#1) from justusbunsi/helm-chart:ssh-env into main
c0fd66bdd7 Move SSH_LOG_LEVEL to ssh related object
Compare 2 commits »
pi3ch merged pull request pi3ch/helm-chart#1 2023-03-10 22:46:11 +00:00
Move SSH_LOG_LEVEL to ssh related object
pi3ch commented on pull request gitea/helm-chart#358 2023-02-26 22:21:28 +00:00
Support for SSH log level

@justusbunsi Gitea UI is all new to me. where can I find exclusive write PR? I've just pressed "Update by merge", unsure that added your changes.

I didn't setup any branch protection, was just…

pi3ch pushed to main at pi3ch/helm-chart 2023-02-26 22:19:22 +00:00
5b380cfb38 Merge branch 'main' into main
18100cca11 Fixup Chart.lock inconsistency (#406)
Compare 2 commits »
pi3ch commented on pull request gitea/helm-chart#358 2023-01-15 22:20:29 +00:00
Support for SSH log level

@pi3ch With regards to Chart maintainability I would like to prevent a quick fix resulting in a breaking change or at least inconsistency when adding related features such as #321.

Do you…

pi3ch commented on pull request gitea/helm-chart#358 2022-09-26 21:59:59 +00:00
Support for SSH log level

I personally don't mind and either option is fine with me. Perhaps it is better we cast vote and decide on this so this MR can get in soon.

pi3ch commented on pull request gitea/helm-chart#358 2022-09-25 23:33:25 +00:00
Support for SSH log level

I found all SSH related settings under Server section of the cheatsheet (https://docs.gitea.io/en-us/config-cheat-sheet/#server-server) so it made sense to keep the SSH settings all in once…

pi3ch created pull request gitea/helm-chart#358 2022-09-10 01:11:23 +00:00
Support for SSH log level
pi3ch pushed to main at pi3ch/helm-chart 2022-09-10 01:10:22 +00:00
279824e1f1 Support for SSH log level