sync with latest changes
This commit is contained in:
@@ -10,17 +10,19 @@ spec:
|
||||
targetNamespace: git
|
||||
repo: https://dl.gitea.io/charts/
|
||||
# https://gitea.com/gitea/helm-chart/releases
|
||||
version: 10.6.0
|
||||
version: 11.0.0
|
||||
valuesContent: |-
|
||||
resources:
|
||||
limits:
|
||||
cpu: 200m
|
||||
memory: 256Mi
|
||||
cpu: 400m
|
||||
memory: 512Mi
|
||||
requests:
|
||||
cpu: 200m
|
||||
memory: 256Mi
|
||||
image:
|
||||
tag: 1.23.4
|
||||
memory: 512Mi
|
||||
postgresql:
|
||||
enabled: false
|
||||
postgresql-ha:
|
||||
enabled: false
|
||||
gitea:
|
||||
admin:
|
||||
existingSecret: gitea-admin-secret
|
||||
@@ -30,11 +32,14 @@ spec:
|
||||
serviceMonitor:
|
||||
enabled: true
|
||||
config:
|
||||
ui:
|
||||
DEFAULT_THEME: gitea-dark
|
||||
picture:
|
||||
ENABLE_FEDERATED_AVATAR: false
|
||||
DISABLE_GRAVATAR: true
|
||||
actions:
|
||||
ENABLED: true
|
||||
database:
|
||||
DB_TYPE: sqlite3
|
||||
NAME: /data/gitea/gitea.db
|
||||
actions:
|
||||
enabled: true
|
||||
provisioning:
|
||||
|
||||
Reference in New Issue
Block a user