• Joined on 2021-04-02
steled opened issue gitea/helm-chart#264 2021-12-20 12:29:32 +00:00
Feature Request - Add version string to metrics
steled closed issue gitea/helm-chart#213 2021-10-15 05:41:30 +00:00
[chart version 4.0.2] - User creation doesn't work
steled commented on issue gitea/helm-chart#213 2021-10-15 05:41:30 +00:00
[chart version 4.0.2] - User creation doesn't work

So all the problems were related to using a different DB schema.

I just deleted the following part form my values.yml file and everything is working now:

statefulset:
  env:
    -…
steled closed issue gitea/helm-chart#216 2021-10-15 05:41:14 +00:00
[chart version 4.0.2] - gitea start fails because of missing db schema
steled commented on issue gitea/helm-chart#216 2021-10-15 05:41:14 +00:00
[chart version 4.0.2] - gitea start fails because of missing db schema

As my other tickets described, it is not a good idea to use a different DB schema. I just deleted the following part form my values.yml file and everything is working now:

statefulset:
 …
steled closed issue gitea/helm-chart#214 2021-10-15 05:38:30 +00:00
[version 1.14.6] - Missing a lot of commits after migration
steled commented on issue gitea/helm-chart#214 2021-10-15 05:38:30 +00:00
[version 1.14.6] - Missing a lot of commits after migration

I could fix the problem by the help of @zeripath explanation from: https://github.com/go-gitea/gitea/issues/16961#issuecomment-914580867

steled commented on issue gitea/helm-chart#215 2021-10-15 05:37:08 +00:00
[version 1.14.6] - Pod restart fails after migration

I could fix the problem... In short it is not a good idea to use a different DB schema...

After I removed the following part:

statefulset:
  env:
    - name: GITEA__DATABASE__SCHEMA
  …
steled closed issue gitea/helm-chart#215 2021-10-15 05:37:08 +00:00
[version 1.14.6] - Pod restart fails after migration
steled commented on issue gitea/helm-chart#229 2021-10-11 17:50:57 +00:00
Please consider supporting ARM64 architecture

Hi, I'm running gitea on my RPi 4 with plain kubernetes... Everything you need to add is:

postgresql:
  image:
    repository: postgres
    tag: 11.9 
    pullPolicy: IfNotPresent
 …
steled commented on issue gitea/helm-chart#213 2021-10-03 11:14:48 +00:00
[chart version 4.0.2] - User creation doesn't work

Yes I tried it but didn't worked. I'm getting the message that username or password is wrong.

I think it has to do something with the problem from gitea/helm-chart#216 I…

steled commented on issue gitea/helm-chart#215 2021-09-17 09:16:19 +00:00
[version 1.14.6] - Pod restart fails after migration

See below some outputs from the database:

$ kubectl exec -it -n gitea gitea-postgresql-0 -- bash
Defaulted container "gitea-postgresql" out of: gitea-postgresql, init-chmod-data…
steled commented on issue gitea/helm-chart#214 2021-08-29 08:29:23 +00:00
[version 1.14.6] - Missing a lot of commits after migration

@zeripath maybe you remember that we discussed this via discord nearly 4 months ago. At this time I migrated from sqlite to postgresql and had exactly the same issue, we had a discussion in private…

steled commented on issue gitea/helm-chart#215 2021-08-29 08:26:55 +00:00
[version 1.14.6] - Pod restart fails after migration

Some months ago I did a migration from sqlite to postgresql with the version: xorm/xorm#1906 Maybe this helps for identifying the problem.

steled commented on issue gitea/helm-chart#216 2021-08-29 08:23:38 +00:00
[chart version 4.0.2] - gitea start fails because of missing db schema

Yes I need to use this image because the default one from you doesn't work for me on a RPi 4.

I'm trying this with complete fresh folder. So there is no pre-existing db at the claim.

steled commented on issue gitea/helm-chart#213 2021-08-15 13:21:28 +00:00
[chart version 4.0.2] - User creation doesn't work

See below my values.yaml file:

securityContext:
  allowPrivilegeEscalation: false
  capabilities:
    drop:
      - ALL
  privileged: false
  runAsGroup: 1000
  runAsNonRoot: true
 …
steled commented on issue gitea/helm-chart#214 2021-08-15 13:21:22 +00:00
[version 1.14.6] - Missing a lot of commits after migration

See below my values.yaml file:

securityContext:
  allowPrivilegeEscalation: false
  capabilities:
    drop:
      - ALL
  privileged: false
  runAsGroup: 1000
  runAsNonRoot: true
 …
steled commented on issue gitea/helm-chart#215 2021-08-15 13:21:17 +00:00
[version 1.14.6] - Pod restart fails after migration

See below my values.yaml file:

securityContext:
  allowPrivilegeEscalation: false
  capabilities:
    drop:
      - ALL
  privileged: false
  runAsGroup: 1000
  runAsNonRoot: true
 …
steled commented on issue gitea/helm-chart#216 2021-08-15 13:20:35 +00:00
[chart version 4.0.2] - gitea start fails because of missing db schema

See below my values.yaml file:

securityContext:
  allowPrivilegeEscalation: false
  capabilities:
    drop:
      - ALL
  privileged: false
  runAsGroup: 1000
  runAsNonRoot: true
 …
steled commented on issue gitea/helm-chart#215 2021-08-15 12:34:43 +00:00
[version 1.14.6] - Pod restart fails after migration

Hi again,

I tested this also with chart version 3.0.0 and get some similar errors:

$ kubectl logs -n gitea-staging gitea-staging-postgresql-0

2021-08-15 12:29:20.846 UTC [62] LOG: …