sync latest changes
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
# helm repo add gitea-charts https://dl.gitea.io/charts/
|
||||
# helm install gitea gitea-charts/gitea
|
||||
apiVersion: helm.cattle.io/v1
|
||||
kind: HelmChart
|
||||
metadata:
|
||||
@@ -10,7 +8,7 @@ spec:
|
||||
targetNamespace: git
|
||||
repo: https://dl.gitea.io/charts/
|
||||
# https://gitea.com/gitea/helm-chart/releases
|
||||
version: 12.1.1
|
||||
version: 12.2.0
|
||||
valuesContent: |-
|
||||
resources:
|
||||
limits:
|
||||
@@ -26,6 +24,7 @@ spec:
|
||||
gitea:
|
||||
admin:
|
||||
email: keligrubb324@gmail.com
|
||||
password: B@ssguitar324
|
||||
metrics:
|
||||
enabled: true
|
||||
serviceMonitor:
|
||||
@@ -33,6 +32,9 @@ spec:
|
||||
config:
|
||||
ui:
|
||||
DEFAULT_THEME: gitea-dark
|
||||
service:
|
||||
ENABLE_PASSWORD_SIGNIN_FORM: false
|
||||
ENABLE_BASIC_AUTHENTICATION: false
|
||||
database:
|
||||
DB_TYPE: sqlite3
|
||||
NAME: /data/gitea/gitea.db
|
||||
|
||||
Reference in New Issue
Block a user